Shades of Fire Engine Red #D61624
Tints of Fire Engine Red #D61624
RGB
CMYK
RGB Variations
Color information
#D61624 (or 0xD61624) is known color: Fire Engine Red. HEX triplet: D6, 16 and 24. RGB value is (214,22,36). Sum of RGB (Red+Green+Blue) = 214+22+36=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D61624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61624 is #29E9DB. Grayscale: #515151. Windows color (decimal): -2746844 or 2365142. OLE color: 2365142.
HSL color Cylindrical-coordinate representation of color #D61624: hue angle of 355.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61624 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 36 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.16 |
| HSL | 355.63º | 0.81% | 0.46% | - |
| HSV(B) | 355.63º | 0.9% | 0.84% | - |
| XYZ | 28.34 | 15 | 3.07 | - |
| YUV | 81 | 102.61 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 36 | 0 | 0.90 | 0.83 | 0.16 | 355.63 | 0.81 | 0.46 |
| Hex | D6 | 16 | 24 | 0 | 5A | 53 | 10 | 164 | 51 | 2E |
| Octal | 326 | 26 | 44 | 0 | 132 | 123 | 20 | 544 | 121 | 56 |
| Binary | 11010110 | 10110 | 100100 | 0 | 1011010 | 1010011 | 10000 | 101100100 | 1010001 | 101110 |
Color Harmonies of #D61624
Complementary color
Monochromatic Colors of #D61624
Black with #D61624
Text Example
Text Example
White with #D61624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61624; }
p { color: rgb(214,22,36); }
H1.HeaderClassName
{
color: #D61624;
}
.AnyTagClassName
{
color: #D61624;
}
</style>
background-color css
<style>
a { background-color: #D61624; }
a { background-color: rgb(214,22,36); }
div.DivClassName
{
background-color: #D61624;
}
.BgClassName
{
background-color: #D61624;
}
</style>
border-color css
<style>
span { border-color: #D61624; }
span { border-color: rgb(214,22,36); }
td.TdClassName
{
border-color: #D61624;
}
.TagClassName
{
border-color: #D61624;
}
</style>