Shades of Fire Engine Red #D10C1E
Tints of Fire Engine Red #D10C1E
RGB
CMYK
RGB Variations
Color information
#D10C1E (or 0xD10C1E) is known color: 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
| RGB | 209 | 12 | 30 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.18 |
| HSL | 354.52º | 0.89% | 0.43% | - |
| HSV(B) | 354.52º | 0.94% | 0.82% | - |
| XYZ | 26.66 | 13.91 | 2.51 | - |
| YUV | 72.96 | 103.77 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 30 | 0 | 0.94 | 0.86 | 0.18 | 354.52 | 0.89 | 0.43 |
| Hex | D1 | C | 1E | 0 | 5E | 56 | 12 | 163 | 59 | 2B |
| Octal | 321 | 14 | 36 | 0 | 136 | 126 | 22 | 543 | 131 | 53 |
| Binary | 11010001 | 1100 | 11110 | 0 | 1011110 | 1010110 | 10010 | 101100011 | 1011001 | 101011 |
Color Harmonies of #D10C1E
Complementary color
Monochromatic Colors of #D10C1E
Black with #D10C1E
Text Example
Text Example
White with #D10C1E
Text Example
Text Example
HTML Codes & Css Web 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>