Color Hex Logo

#d33935 Color Hex

#D33935
(211,57,53)
0 Favorites   0 Comments

Color spaces of #d33935

RGB 2115753
HSL0.000.640.52
HSV75°83°
CMYK 0.000.730.75   0.17
XYZ28.969717.03225.1288
Yxy17.03220.56660.3331
Hunter Lab41.270153.076121.5209
CIE-Lab48.300659.332138.6335

#d33935 color RGB value is (211,57,53).

#d33935 hex color red value is 211, green value is 57 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d33935 hue: 0.00 , saturation: 0.64 and the lightness value of d33935 is 0.52.

The process color (four color CMYK) of #d33935 color hex is 0.00, 0.73, 0.75, 0.17. Web safe color of #d33935 is #cc3333. Color #d33935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111001 00110101
Octal 323 71 65
Decimal 211 57 53
Hex D3 39 35

RGB Percentages of Color #d33935

%65.73
%17.76
%16.51

CMYK Percentages of Color #d33935

%0
%73
%75
%17

Triadic Colors of #d33935

#d33935 #35d339 #3935d3

Analogous Colors of #d33935

#d33935 #d38835 #d33580

Monochromatic Colors of #d33935

#d33935

Complementary Color

#d33935 #35cfd3

#d33935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33935 Color CSS Codes

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

#d33935 Text Font Color

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

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


#d33935 Background Color

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

This div background color is #d33935


#d33935 Border Color

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

This div border color is #d33935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33935


Comments

No comments written yet.

Please login to write comment.