Shades of Fire Engine Red #D61828
Tints of Fire Engine Red #D61828
RGB
CMYK
RGB Variations
Color information
#D61828 (or 0xD61828) is known color: Fire Engine Red. HEX triplet: D6, 18 and 28. RGB value is (214,24,40). Sum of RGB (Red+Green+Blue) = 214+24+40=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D61828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61828 is #29E7D7. Grayscale: #525252. Windows color (decimal): -2746328 or 2627798. OLE color: 2627798.
HSL color Cylindrical-coordinate representation of color #D61828: hue angle of 354.95º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61828 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 40 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.16 |
| HSL | 354.95º | 0.8% | 0.47% | - |
| HSV(B) | 354.95º | 0.89% | 0.84% | - |
| XYZ | 28.44 | 15.1 | 3.42 | - |
| YUV | 82.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 40 | 0 | 0.89 | 0.81 | 0.16 | 354.95 | 0.8 | 0.47 |
| Hex | D6 | 18 | 28 | 0 | 59 | 51 | 10 | 163 | 50 | 2F |
| Octal | 326 | 30 | 50 | 0 | 131 | 121 | 20 | 543 | 120 | 57 |
| Binary | 11010110 | 11000 | 101000 | 0 | 1011001 | 1010001 | 10000 | 101100011 | 1010000 | 101111 |
Color Harmonies of #D61828
Complementary color
Monochromatic Colors of #D61828
Black with #D61828
Text Example
Text Example
White with #D61828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61828; }
p { color: rgb(214,24,40); }
H1.HeaderClassName
{
color: #D61828;
}
.AnyTagClassName
{
color: #D61828;
}
</style>
background-color css
<style>
a { background-color: #D61828; }
a { background-color: rgb(214,24,40); }
div.DivClassName
{
background-color: #D61828;
}
.BgClassName
{
background-color: #D61828;
}
</style>
border-color css
<style>
span { border-color: #D61828; }
span { border-color: rgb(214,24,40); }
td.TdClassName
{
border-color: #D61828;
}
.TagClassName
{
border-color: #D61828;
}
</style>