#D10E22

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

Shades of Fire Engine Red #D10E22

Tints of Fire Engine Red #D10E22

Color information

#D10E22 (or 0xD10E22) is unknown color: approx Fire Engine Red. HEX triplet: D1, 0E and 22. RGB value is (209,14,34). Sum of RGB (Red+Green+Blue) = 209+14+34=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E22 is #2EF1DD. Grayscale: #4A4A4A. Windows color (decimal): -3076574 or 2232017. OLE color: 2232017.

HSL color Cylindrical-coordinate representation of color #D10E22: hue angle of 353.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E22 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB2091434-
CMYK00.930.840.18
HSL353.85º87.44%43.73%-
HSV(B)353.85º93.3%81.96%-
XYZ26.7413.982.8-
YUV74.59105.1223.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 81.32%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=81.32%
G=5.45%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209143400.930.840.18353.8587.4443.73
HexD1E2205D5412162572c
Octal321164201351242254212754
Binary110100011110100010010111011010100100101011000101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10E22; }

 p { color: rgb(209,14,34); }

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

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

 a { background-color: rgb(209,14,34); }

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

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

 span { border-color: rgb(209,14,34); }

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