Shades of Fire Engine Red #D60F1D
Tints of Fire Engine Red #D60F1D
RGB
CMYK
RGB Variations
Color information
#D60F1D (or 0xD60F1D) is known color: Fire Engine Red. HEX triplet: D6, 0F and 1D. RGB value is (214,15,29). Sum of RGB (Red+Green+Blue) = 214+15+29=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60F1D is #29F0E2. Grayscale: #4C4C4C. Windows color (decimal): -2748643 or 1904598. OLE color: 1904598.
HSL color Cylindrical-coordinate representation of color #D60F1D: hue angle of 355.78º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F1D is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 29 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.16 |
| HSL | 355.78º | 0.87% | 0.45% | - |
| HSV(B) | 355.78º | 0.93% | 0.84% | - |
| XYZ | 28.12 | 14.73 | 2.52 | - |
| YUV | 76.1 | 101.43 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 29 | 0 | 0.93 | 0.86 | 0.16 | 355.78 | 0.87 | 0.45 |
| Hex | D6 | F | 1D | 0 | 5D | 56 | 10 | 164 | 57 | 2D |
| Octal | 326 | 17 | 35 | 0 | 135 | 126 | 20 | 544 | 127 | 55 |
| Binary | 11010110 | 1111 | 11101 | 0 | 1011101 | 1010110 | 10000 | 101100100 | 1010111 | 101101 |
Color Harmonies of #D60F1D
Complementary color
Monochromatic Colors of #D60F1D
Black with #D60F1D
Text Example
Text Example
White with #D60F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F1D; }
p { color: rgb(214,15,29); }
H1.HeaderClassName
{
color: #D60F1D;
}
.AnyTagClassName
{
color: #D60F1D;
}
</style>
background-color css
<style>
a { background-color: #D60F1D; }
a { background-color: rgb(214,15,29); }
div.DivClassName
{
background-color: #D60F1D;
}
.BgClassName
{
background-color: #D60F1D;
}
</style>
border-color css
<style>
span { border-color: #D60F1D; }
span { border-color: rgb(214,15,29); }
td.TdClassName
{
border-color: #D60F1D;
}
.TagClassName
{
border-color: #D60F1D;
}
</style>