Shades of Fire Engine Red #D61E24
Tints of Fire Engine Red #D61E24
RGB
CMYK
RGB Variations
Color information
#D61E24 (or 0xD61E24) is known color: Fire Engine Red. HEX triplet: D6, 1E and 24. RGB value is (214,30,36). Sum of RGB (Red+Green+Blue) = 214+30+36=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E24 is #29E1DB. Grayscale: #555555. Windows color (decimal): -2744796 or 2367190. OLE color: 2367190.
HSL color Cylindrical-coordinate representation of color #D61E24: hue angle of 358.04º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61E24 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 36 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.16 |
| HSL | 358.04º | 0.75% | 0.48% | - |
| HSV(B) | 358.04º | 0.86% | 0.84% | - |
| XYZ | 28.51 | 15.35 | 3.13 | - |
| YUV | 85.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 36 | 0 | 0.86 | 0.83 | 0.16 | 358.04 | 0.75 | 0.48 |
| Hex | D6 | 1E | 24 | 0 | 56 | 53 | 10 | 166 | 4B | 30 |
| Octal | 326 | 36 | 44 | 0 | 126 | 123 | 20 | 546 | 113 | 60 |
| Binary | 11010110 | 11110 | 100100 | 0 | 1010110 | 1010011 | 10000 | 101100110 | 1001011 | 110000 |
Color Harmonies of #D61E24
Complementary color
Monochromatic Colors of #D61E24
Black with #D61E24
Text Example
Text Example
White with #D61E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61E24; }
p { color: rgb(214,30,36); }
H1.HeaderClassName
{
color: #D61E24;
}
.AnyTagClassName
{
color: #D61E24;
}
</style>
background-color css
<style>
a { background-color: #D61E24; }
a { background-color: rgb(214,30,36); }
div.DivClassName
{
background-color: #D61E24;
}
.BgClassName
{
background-color: #D61E24;
}
</style>
border-color css
<style>
span { border-color: #D61E24; }
span { border-color: rgb(214,30,36); }
td.TdClassName
{
border-color: #D61E24;
}
.TagClassName
{
border-color: #D61E24;
}
</style>