Shades of Fire Engine Red #D62023
Tints of Fire Engine Red #D62023
RGB
CMYK
RGB Variations
Color information
#D62023 (or 0xD62023) is known color: Fire Engine Red. HEX triplet: D6, 20 and 23. RGB value is (214,32,35). Sum of RGB (Red+Green+Blue) = 214+32+35=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D62023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62023 is #29DFDC. Grayscale: #565656. Windows color (decimal): -2744285 or 2302166. OLE color: 2302166.
HSL color Cylindrical-coordinate representation of color #D62023: hue angle of 359.01º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62023 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 35 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.16 |
| HSL | 359.01º | 0.74% | 0.48% | - |
| HSV(B) | 359.01º | 0.85% | 0.84% | - |
| XYZ | 28.55 | 15.45 | 3.07 | - |
| YUV | 86.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 35 | 0 | 0.85 | 0.84 | 0.16 | 359.01 | 0.74 | 0.48 |
| Hex | D6 | 20 | 23 | 0 | 55 | 54 | 10 | 167 | 4A | 30 |
| Octal | 326 | 40 | 43 | 0 | 125 | 124 | 20 | 547 | 112 | 60 |
| Binary | 11010110 | 100000 | 100011 | 0 | 1010101 | 1010100 | 10000 | 101100111 | 1001010 | 110000 |
Color Harmonies of #D62023
Complementary color
Monochromatic Colors of #D62023
Black with #D62023
Text Example
Text Example
White with #D62023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62023; }
p { color: rgb(214,32,35); }
H1.HeaderClassName
{
color: #D62023;
}
.AnyTagClassName
{
color: #D62023;
}
</style>
background-color css
<style>
a { background-color: #D62023; }
a { background-color: rgb(214,32,35); }
div.DivClassName
{
background-color: #D62023;
}
.BgClassName
{
background-color: #D62023;
}
</style>
border-color css
<style>
span { border-color: #D62023; }
span { border-color: rgb(214,32,35); }
td.TdClassName
{
border-color: #D62023;
}
.TagClassName
{
border-color: #D62023;
}
</style>