Shades of Fire Engine Red #D60427
Tints of Fire Engine Red #D60427
RGB
CMYK
RGB Variations
Color information
#D60427 (or 0xD60427) is known color: Fire Engine Red. HEX triplet: D6, 04 and 27. RGB value is (214,4,39). Sum of RGB (Red+Green+Blue) = 214+4+39=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D60427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60427 is #29FBD8. Grayscale: #464646. Windows color (decimal): -2751449 or 2557142. OLE color: 2557142.
HSL color Cylindrical-coordinate representation of color #D60427: hue angle of 350º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60427 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 39 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.16 |
| HSL | 350º | 0.96% | 0.43% | - |
| HSV(B) | 350º | 0.98% | 0.84% | - |
| XYZ | 28.14 | 14.53 | 3.24 | - |
| YUV | 70.78 | 110.07 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 39 | 0 | 0.98 | 0.82 | 0.16 | 350 | 0.96 | 0.43 |
| Hex | D6 | 4 | 27 | 0 | 62 | 52 | 10 | 15E | 60 | 2B |
| Octal | 326 | 4 | 47 | 0 | 142 | 122 | 20 | 536 | 140 | 53 |
| Binary | 11010110 | 100 | 100111 | 0 | 1100010 | 1010010 | 10000 | 101011110 | 1100000 | 101011 |
Color Harmonies of #D60427
Complementary color
Monochromatic Colors of #D60427
Black with #D60427
Text Example
Text Example
White with #D60427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60427; }
p { color: rgb(214,4,39); }
H1.HeaderClassName
{
color: #D60427;
}
.AnyTagClassName
{
color: #D60427;
}
</style>
background-color css
<style>
a { background-color: #D60427; }
a { background-color: rgb(214,4,39); }
div.DivClassName
{
background-color: #D60427;
}
.BgClassName
{
background-color: #D60427;
}
</style>
border-color css
<style>
span { border-color: #D60427; }
span { border-color: rgb(214,4,39); }
td.TdClassName
{
border-color: #D60427;
}
.TagClassName
{
border-color: #D60427;
}
</style>