Shades of Fire Engine Red #D61820
Tints of Fire Engine Red #D61820
RGB
CMYK
RGB Variations
Color information
#D61820 (or 0xD61820) is known color: Fire Engine Red. HEX triplet: D6, 18 and 20. RGB value is (214,24,32). Sum of RGB (Red+Green+Blue) = 214+24+32=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D61820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61820 is #29E7DF. Grayscale: #515151. Windows color (decimal): -2746336 or 2103510. OLE color: 2103510.
HSL color Cylindrical-coordinate representation of color #D61820: hue angle of 357.47º 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 #D61820 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.16 |
| HSL | 357.47º | 0.8% | 0.47% | - |
| HSV(B) | 357.47º | 0.89% | 0.84% | - |
| XYZ | 28.32 | 15.05 | 2.78 | - |
| YUV | 81.72 | 99.95 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 32 | 0 | 0.89 | 0.85 | 0.16 | 357.47 | 0.8 | 0.47 |
| Hex | D6 | 18 | 20 | 0 | 59 | 55 | 10 | 165 | 50 | 2F |
| Octal | 326 | 30 | 40 | 0 | 131 | 125 | 20 | 545 | 120 | 57 |
| Binary | 11010110 | 11000 | 100000 | 0 | 1011001 | 1010101 | 10000 | 101100101 | 1010000 | 101111 |
Color Harmonies of #D61820
Complementary color
Monochromatic Colors of #D61820
Black with #D61820
Text Example
Text Example
White with #D61820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61820; }
p { color: rgb(214,24,32); }
H1.HeaderClassName
{
color: #D61820;
}
.AnyTagClassName
{
color: #D61820;
}
</style>
background-color css
<style>
a { background-color: #D61820; }
a { background-color: rgb(214,24,32); }
div.DivClassName
{
background-color: #D61820;
}
.BgClassName
{
background-color: #D61820;
}
</style>
border-color css
<style>
span { border-color: #D61820; }
span { border-color: rgb(214,24,32); }
td.TdClassName
{
border-color: #D61820;
}
.TagClassName
{
border-color: #D61820;
}
</style>