Color Hex Logo

#d33725 Color Hex

#D33725
(211,55,37)
0 Favorites   0 Comments

Color spaces of #d33725

RGB 2115537
HSL0.020.700.49
HSV82°83°
CMYK 0.000.740.82   0.17
XYZ28.564116.71483.4711
Yxy16.71480.58590.3429
Hunter Lab40.883753.165423.5848
CIE-Lab47.898759.486846.7541

#d33725 color RGB value is (211,55,37).

#d33725 hex color red value is 211, green value is 55 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #d33725 hue: 0.02 , saturation: 0.70 and the lightness value of d33725 is 0.49.

The process color (four color CMYK) of #d33725 color hex is 0.00, 0.74, 0.82, 0.17. Web safe color of #d33725 is #cc3333. Color #d33725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110111 00100101
Octal 323 67 45
Decimal 211 55 37
Hex D3 37 25

RGB Percentages of Color #d33725

%69.64
%18.15
%12.21

CMYK Percentages of Color #d33725

%0
%74
%82
%17

Triadic Colors of #d33725

#d33725 #25d337 #3725d3

Analogous Colors of #d33725

#d33725 #d38e25 #d3256a

Monochromatic Colors of #d33725

#d33725

Complementary Color

#d33725 #25c1d3

#d33725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33725 Color CSS Codes

.mybgcolor {background-color:#d33725; } 
.myforecolor {color:#d33725; }
.mybordercolor {border:3px solid #d33725; }

#d33725 Text Font Color

<p style="color:#d33725">Text here</p>

This sample text font color is #d33725
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d33725 Background Color

<div style="background-color:#d33725">
Div content here</div>

This div background color is #d33725


#d33725 Border Color

<div style="border:3px solid #d33725">
Div here</div>

This div border color is #d33725


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,55,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d33725; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d33725;
  -webkit-box-shadow: 1px 1px 3px 2px #d33725;
  box-shadow:         1px 1px 3px 2px #d33725; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,55,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d33725">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d33725;
  -webkit-box-shadow: 1px 1px 3px 2px #d33725;
  box-shadow:         1px 1px 3px 2px #d33725;">
Div content here</div>

This div box has shadow with color #d33725


Comments

No comments written yet.

Please login to write comment.