#D10E26

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

Shades of Fire Engine Red #D10E26

Tints of Fire Engine Red #D10E26

Color information

#D10E26 (or 0xD10E26) is unknown color: approx Fire Engine Red. HEX triplet: D1, 0E and 26. RGB value is (209,14,38). Sum of RGB (Red+Green+Blue) = 209+14+38=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E26 is #2EF1D9. Grayscale: #4B4B4B. Windows color (decimal): -3076570 or 2494161. OLE color: 2494161.

HSL color Cylindrical-coordinate representation of color #D10E26: hue angle of 352.62º 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 #D10E26 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB2091438-
CMYK00.930.820.18
HSL352.62º87.44%43.73%-
HSV(B)352.62º93.3%81.96%-
XYZ26.814.013.13-
YUV75.04107.1223.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 80.08%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 38 (15.23% from 255) = 14.56%
R=80.08%
G=5.36%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209143800.930.820.18352.6287.4443.73
HexD1E2605D5212161572c
Octal321164601351222254112754
Binary110100011110100110010111011010010100101011000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10E26; }

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

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

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

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

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

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

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

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