#d10c21

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

Shades of Fire Engine Red #D10C21

Tints of Fire Engine Red #D10C21

Color information

#D10C21 (or 0xD10C21) is unknown color: approx Fire Engine Red. HEX triplet: D1, 0C and 21. RGB value is (209,12,33). Sum of RGB (Red+Green+Blue) = 209+12+33=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C21 is #2EF3DE. Grayscale: #494949. Windows color (decimal): -3077087 or 2165969. OLE color: 2165969.

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

Color convert

RGB2091233-
CMYK00.940.840.18
HSL353.6º89.14%43.33%-
HSV(B)353.6º94.26%81.96%-
XYZ26.713.932.72-
YUV73.3105.27224.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 82.28%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=82.28%
G=4.72%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209123300.940.840.18353.689.1443.33
HexD1C2105E5412162592b
Octal321144101361242254213153
Binary110100011100100001010111101010100100101011000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10c21; }

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

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

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

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

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

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

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

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