Shades of Fire Engine Red #D61924
Tints of Fire Engine Red #D61924
RGB
CMYK
RGB Variations
Color information
#D61924 (or 0xD61924) is known color: Fire Engine Red. HEX triplet: D6, 19 and 24. RGB value is (214,25,36). Sum of RGB (Red+Green+Blue) = 214+25+36=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D61924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61924 is #29E6DB. Grayscale: #525252. Windows color (decimal): -2746076 or 2365910. OLE color: 2365910.
HSL color Cylindrical-coordinate representation of color #D61924: hue angle of 356.51º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61924 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 36 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.16 |
| HSL | 356.51º | 0.79% | 0.47% | - |
| HSV(B) | 356.51º | 0.88% | 0.84% | - |
| XYZ | 28.4 | 15.12 | 3.09 | - |
| YUV | 82.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 36 | 0 | 0.88 | 0.83 | 0.16 | 356.51 | 0.79 | 0.47 |
| Hex | D6 | 19 | 24 | 0 | 58 | 53 | 10 | 165 | 4F | 2F |
| Octal | 326 | 31 | 44 | 0 | 130 | 123 | 20 | 545 | 117 | 57 |
| Binary | 11010110 | 11001 | 100100 | 0 | 1011000 | 1010011 | 10000 | 101100101 | 1001111 | 101111 |
Color Harmonies of #D61924
Complementary color
Monochromatic Colors of #D61924
Black with #D61924
Text Example
Text Example
White with #D61924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61924; }
p { color: rgb(214,25,36); }
H1.HeaderClassName
{
color: #D61924;
}
.AnyTagClassName
{
color: #D61924;
}
</style>
background-color css
<style>
a { background-color: #D61924; }
a { background-color: rgb(214,25,36); }
div.DivClassName
{
background-color: #D61924;
}
.BgClassName
{
background-color: #D61924;
}
</style>
border-color css
<style>
span { border-color: #D61924; }
span { border-color: rgb(214,25,36); }
td.TdClassName
{
border-color: #D61924;
}
.TagClassName
{
border-color: #D61924;
}
</style>