#D10C1E

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

Shades of Fire Engine Red #D10C1E

Tints of Fire Engine Red #D10C1E

Color information

#D10C1E (or 0xD10C1E) is unknown color: approx Fire Engine Red. HEX triplet: D1, 0C and 1E. RGB value is (209,12,30). Sum of RGB (Red+Green+Blue) = 209+12+30=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C1E is #2EF3E1. Grayscale: #494949. Windows color (decimal): -3077090 or 1969361. OLE color: 1969361.

HSL color Cylindrical-coordinate representation of color #D10C1E: hue angle of 354.52º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB2091230-
CMYK00.940.860.18
HSL354.52º89.14%43.33%-
HSV(B)354.52º94.26%81.96%-
XYZ26.6613.912.51-
YUV72.96103.77225.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 83.27%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=83.27%
G=4.78%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209123000.940.860.18354.5289.1443.33
HexD1C1E05E5612163592b
Octal321143601361262254313153
Binary11010001110011110010111101010110100101011000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C1E; }

 p { color: rgb(209,12,30); }

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

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

 a { background-color: rgb(209,12,30); }

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

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

 span { border-color: rgb(209,12,30); }

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