Shades of Fire Engine Red #D62025
Tints of Fire Engine Red #D62025
RGB
CMYK
RGB Variations
Color information
#D62025 (or 0xD62025) is known color: Fire Engine Red. HEX triplet: D6, 20 and 25. RGB value is (214,32,37). Sum of RGB (Red+Green+Blue) = 214+32+37=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D62025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62025 is #29DFDA. Grayscale: #575757. Windows color (decimal): -2744283 or 2433238. OLE color: 2433238.
HSL color Cylindrical-coordinate representation of color #D62025: hue angle of 358.35º 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 #D62025 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 37 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.16 |
| HSL | 358.35º | 0.74% | 0.48% | - |
| HSV(B) | 358.35º | 0.85% | 0.84% | - |
| XYZ | 28.58 | 15.46 | 3.23 | - |
| YUV | 86.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 37 | 0 | 0.85 | 0.83 | 0.16 | 358.35 | 0.74 | 0.48 |
| Hex | D6 | 20 | 25 | 0 | 55 | 53 | 10 | 166 | 4A | 30 |
| Octal | 326 | 40 | 45 | 0 | 125 | 123 | 20 | 546 | 112 | 60 |
| Binary | 11010110 | 100000 | 100101 | 0 | 1010101 | 1010011 | 10000 | 101100110 | 1001010 | 110000 |
Color Harmonies of #D62025
Complementary color
Monochromatic Colors of #D62025
Black with #D62025
Text Example
Text Example
White with #D62025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62025; }
p { color: rgb(214,32,37); }
H1.HeaderClassName
{
color: #D62025;
}
.AnyTagClassName
{
color: #D62025;
}
</style>
background-color css
<style>
a { background-color: #D62025; }
a { background-color: rgb(214,32,37); }
div.DivClassName
{
background-color: #D62025;
}
.BgClassName
{
background-color: #D62025;
}
</style>
border-color css
<style>
span { border-color: #D62025; }
span { border-color: rgb(214,32,37); }
td.TdClassName
{
border-color: #D62025;
}
.TagClassName
{
border-color: #D62025;
}
</style>