Color Hex Logo

#d33632 Color Hex

#D33632
(211,54,50)
0 Favorites   0 Comments

Color spaces of #d33632

RGB 2115450
HSL0.000.650.51
HSV76°83°
CMYK 0.000.740.76   0.17
XYZ28.758916.71754.7287
Yxy16.71750.57280.3330
Hunter Lab40.887054.000021.7639
CIE-Lab47.902160.231639.8757

#d33632 color RGB value is (211,54,50).

#d33632 hex color red value is 211, green value is 54 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d33632 hue: 0.00 , saturation: 0.65 and the lightness value of d33632 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110110 00110010
Octal 323 66 62
Decimal 211 54 50
Hex D3 36 32

RGB Percentages of Color #d33632

%66.98
%17.14
%15.87

CMYK Percentages of Color #d33632

%0
%74
%76
%17

Triadic Colors of #d33632

#d33632 #32d336 #3632d3

Analogous Colors of #d33632

#d33632 #d38732 #d3327f

Monochromatic Colors of #d33632

#d33632

Complementary Color

#d33632 #32cfd3

#d33632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33632 Color CSS Codes

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

#d33632 Text Font Color

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

This sample text font color is #d33632
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.


#d33632 Background Color

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

This div background color is #d33632


#d33632 Border Color

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

This div border color is #d33632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33632


Comments

No comments written yet.

Please login to write comment.