Shades of Fire Engine Red #D60D1D
Tints of Fire Engine Red #D60D1D
RGB
CMYK
RGB Variations
Color information
#D60D1D (or 0xD60D1D) is known color: Fire Engine Red. HEX triplet: D6, 0D and 1D. RGB value is (214,13,29). Sum of RGB (Red+Green+Blue) = 214+13+29=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D1D is #29F2E2. Grayscale: #4B4B4B. Windows color (decimal): -2749155 or 1904086. OLE color: 1904086.
HSL color Cylindrical-coordinate representation of color #D60D1D: hue angle of 355.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D1D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 29 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.16 |
| HSL | 355.22º | 0.89% | 0.45% | - |
| HSV(B) | 355.22º | 0.94% | 0.84% | - |
| XYZ | 28.1 | 14.67 | 2.51 | - |
| YUV | 74.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 29 | 0 | 0.94 | 0.86 | 0.16 | 355.22 | 0.89 | 0.45 |
| Hex | D6 | D | 1D | 0 | 5E | 56 | 10 | 163 | 59 | 2D |
| Octal | 326 | 15 | 35 | 0 | 136 | 126 | 20 | 543 | 131 | 55 |
| Binary | 11010110 | 1101 | 11101 | 0 | 1011110 | 1010110 | 10000 | 101100011 | 1011001 | 101101 |
Color Harmonies of #D60D1D
Complementary color
Monochromatic Colors of #D60D1D
Black with #D60D1D
Text Example
Text Example
White with #D60D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D1D; }
p { color: rgb(214,13,29); }
H1.HeaderClassName
{
color: #D60D1D;
}
.AnyTagClassName
{
color: #D60D1D;
}
</style>
background-color css
<style>
a { background-color: #D60D1D; }
a { background-color: rgb(214,13,29); }
div.DivClassName
{
background-color: #D60D1D;
}
.BgClassName
{
background-color: #D60D1D;
}
</style>
border-color css
<style>
span { border-color: #D60D1D; }
span { border-color: rgb(214,13,29); }
td.TdClassName
{
border-color: #D60D1D;
}
.TagClassName
{
border-color: #D60D1D;
}
</style>