#d10f2c

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

Shades of Fire Engine Red #D10F2C

Tints of Fire Engine Red #D10F2C

Color information

#D10F2C (or 0xD10F2C) is unknown color: approx Fire Engine Red. HEX triplet: D1, 0F and 2C. RGB value is (209,15,44). Sum of RGB (Red+Green+Blue) = 209+15+44=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F2C is #2EF0D3. Grayscale: #4C4C4C. Windows color (decimal): -3076308 or 2887633. OLE color: 2887633.

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

Color convert

RGB2091544-
CMYK00.930.790.18
HSL351.03º86.61%43.92%-
HSV(B)351.03º92.82%81.96%-
XYZ26.9214.083.68-
YUV76.31109.77222.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 77.99%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=77.99%
G=5.60%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209154400.930.790.18351.0386.6143.92
HexD1F2C05D4F1215f572c
Octal321175401351172253712754
Binary110100011111101100010111011001111100101010111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10f2c; }

 p { color: rgb(209,15,44); }

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

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

 a { background-color: rgb(209,15,44); }

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

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

 span { border-color: rgb(209,15,44); }

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