#D01A27

Color #D01A27 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D01A27

Tints of Fire Engine Red #D01A27

Color information

#D01A27 (or 0xD01A27) is unknown color: approx Fire Engine Red. HEX triplet: D0, 1A and 27. RGB value is (208,26,39). Sum of RGB (Red+Green+Blue) = 208+26+39=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A27 is #2FE5D8. Grayscale: #525252. Windows color (decimal): -3139033 or 2562768. OLE color: 2562768.

HSL color Cylindrical-coordinate representation of color #D01A27: hue angle of 355.71º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A27 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB2082639-
CMYK00.880.810.18
HSL355.71º77.78%45.88%-
HSV(B)355.71º87.5%81.57%-
XYZ26.7514.33.27-
YUV81.9103.8217.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 76.19%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=76.19%
G=9.52%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208263900.880.810.18355.7177.7845.88
HexD01A2705851121644e2e
Octal320324701301212254411656
Binary1101000011010100111010110001010001100101011001001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01A27; }

 p { color: rgb(208,26,39); }

 H1.HeaderClassName
 {
   color: #D01A27;
 }
 .AnyTagClassName
 {
   color: #D01A27;
 }
</style>
background-color css

<style>
 a { background-color: #D01A27; }

 a { background-color: rgb(208,26,39); }

 div.DivClassName
 {
   background-color: #D01A27;
 }
 .BgClassName
 {
   background-color: #D01A27;
 }
</style>
border-color css

<style>
 span { border-color: #D01A27; }

 span { border-color: rgb(208,26,39); }

 td.TdClassName
 {
   border-color: #D01A27;
 }
 .TagClassName
 {
   border-color: #D01A27;
 }
</style>