Shades of Fire Engine Red #D60C25
Tints of Fire Engine Red #D60C25
RGB
CMYK
RGB Variations
Color information
#D60C25 (or 0xD60C25) is known color: Fire Engine Red. HEX triplet: D6, 0C and 25. RGB value is (214,12,37). Sum of RGB (Red+Green+Blue) = 214+12+37=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C25 is #29F3DA. Grayscale: #4B4B4B. Windows color (decimal): -2749403 or 2428118. OLE color: 2428118.
HSL color Cylindrical-coordinate representation of color #D60C25: hue angle of 352.57º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C25 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 37 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.16 |
| HSL | 352.57º | 0.89% | 0.44% | - |
| HSV(B) | 352.57º | 0.94% | 0.84% | - |
| XYZ | 28.2 | 14.69 | 3.1 | - |
| YUV | 75.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 37 | 0 | 0.94 | 0.83 | 0.16 | 352.57 | 0.89 | 0.44 |
| Hex | D6 | C | 25 | 0 | 5E | 53 | 10 | 161 | 59 | 2C |
| Octal | 326 | 14 | 45 | 0 | 136 | 123 | 20 | 541 | 131 | 54 |
| Binary | 11010110 | 1100 | 100101 | 0 | 1011110 | 1010011 | 10000 | 101100001 | 1011001 | 101100 |
Color Harmonies of #D60C25
Complementary color
Monochromatic Colors of #D60C25
Black with #D60C25
Text Example
Text Example
White with #D60C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C25; }
p { color: rgb(214,12,37); }
H1.HeaderClassName
{
color: #D60C25;
}
.AnyTagClassName
{
color: #D60C25;
}
</style>
background-color css
<style>
a { background-color: #D60C25; }
a { background-color: rgb(214,12,37); }
div.DivClassName
{
background-color: #D60C25;
}
.BgClassName
{
background-color: #D60C25;
}
</style>
border-color css
<style>
span { border-color: #D60C25; }
span { border-color: rgb(214,12,37); }
td.TdClassName
{
border-color: #D60C25;
}
.TagClassName
{
border-color: #D60C25;
}
</style>