Shades of Fire Engine Red #D61020
Tints of Fire Engine Red #D61020
RGB
CMYK
RGB Variations
Color information
#D61020 (or 0xD61020) is known color: Fire Engine Red. HEX triplet: D6, 10 and 20. RGB value is (214,16,32). Sum of RGB (Red+Green+Blue) = 214+16+32=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D61020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61020 is #29EFDF. Grayscale: #4D4D4D. Windows color (decimal): -2748384 or 2101462. OLE color: 2101462.
HSL color Cylindrical-coordinate representation of color #D61020: hue angle of 355.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61020 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 32 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.16 |
| HSL | 355.15º | 0.86% | 0.45% | - |
| HSV(B) | 355.15º | 0.93% | 0.84% | - |
| XYZ | 28.18 | 14.77 | 2.73 | - |
| YUV | 77.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 32 | 0 | 0.93 | 0.85 | 0.16 | 355.15 | 0.86 | 0.45 |
| Hex | D6 | 10 | 20 | 0 | 5D | 55 | 10 | 163 | 56 | 2D |
| Octal | 326 | 20 | 40 | 0 | 135 | 125 | 20 | 543 | 126 | 55 |
| Binary | 11010110 | 10000 | 100000 | 0 | 1011101 | 1010101 | 10000 | 101100011 | 1010110 | 101101 |
Color Harmonies of #D61020
Complementary color
Monochromatic Colors of #D61020
Black with #D61020
Text Example
Text Example
White with #D61020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61020; }
p { color: rgb(214,16,32); }
H1.HeaderClassName
{
color: #D61020;
}
.AnyTagClassName
{
color: #D61020;
}
</style>
background-color css
<style>
a { background-color: #D61020; }
a { background-color: rgb(214,16,32); }
div.DivClassName
{
background-color: #D61020;
}
.BgClassName
{
background-color: #D61020;
}
</style>
border-color css
<style>
span { border-color: #D61020; }
span { border-color: rgb(214,16,32); }
td.TdClassName
{
border-color: #D61020;
}
.TagClassName
{
border-color: #D61020;
}
</style>