Color Hex Logo

#d3270a Color Hex

#D3270A
(211,39,10)
0 Favorites   0 Comments

Color spaces of #d3270a

RGB 2113910
HSL0.020.910.43
HSV95°83°
CMYK 0.000.820.95   0.17
XYZ27.644315.32181.7876
Yxy15.32180.61770.3424
Hunter Lab39.143157.563024.6925
CIE-Lab46.071863.726856.1888

#d3270a color RGB value is (211,39,10).

#d3270a hex color red value is 211, green value is 39 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d3270a hue: 0.02 , saturation: 0.91 and the lightness value of d3270a is 0.43.

The process color (four color CMYK) of #d3270a color hex is 0.00, 0.82, 0.95, 0.17. Web safe color of #d3270a is #cc3300. Color #d3270a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100111 00001010
Octal 323 47 12
Decimal 211 39 10
Hex D3 27 A

RGB Percentages of Color #d3270a

%81.15
%15.00
%3.85

CMYK Percentages of Color #d3270a

%0
%82
%95
%17

Triadic Colors of #d3270a

#d3270a #0ad327 #270ad3

Analogous Colors of #d3270a

#d3270a #d38c0a #d30a52

Monochromatic Colors of #d3270a

#d3270a

Complementary Color

#d3270a #0ab6d3

#d3270a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3270a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3270a Color CSS Codes

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

#d3270a Text Font Color

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

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


#d3270a Background Color

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

This div background color is #d3270a


#d3270a Border Color

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

This div border color is #d3270a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3270a


Comments

No comments written yet.

Please login to write comment.