Color Hex Logo

#d3202b Color Hex

#D3202B
(211,32,43)
0 Favorites   0 Comments

Color spaces of #d3202b

RGB 2113243
HSL0.990.740.48
HSV356°85°83°
CMYK 0.000.850.80   0.17
XYZ27.816515.05633.7256
Yxy15.05630.59690.3231
Hunter Lab38.802460.057921.4690
CIE-Lab45.711265.967741.4691

#d3202b color RGB value is (211,32,43).

#d3202b hex color red value is 211, green value is 32 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d3202b hue: 0.99 , saturation: 0.74 and the lightness value of d3202b is 0.48.

The process color (four color CMYK) of #d3202b color hex is 0.00, 0.85, 0.80, 0.17. Web safe color of #d3202b is #cc3333. Color #d3202b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100000 00101011
Octal 323 40 53
Decimal 211 32 43
Hex D3 20 2B

RGB Percentages of Color #d3202b

%73.78
%11.19
%15.03

CMYK Percentages of Color #d3202b

%0
%85
%80
%17

Triadic Colors of #d3202b

#d3202b #2bd320 #202bd3

Analogous Colors of #d3202b

#d3202b #d36f20 #d32085

Monochromatic Colors of #d3202b

#d3202b

Complementary Color

#d3202b #20d3c8

#d3202b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3202b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3202b Color CSS Codes

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

#d3202b Text Font Color

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

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


#d3202b Background Color

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

This div background color is #d3202b


#d3202b Border Color

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

This div border color is #d3202b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3202b


Comments

No comments written yet.

Please login to write comment.