Shades of Fire Engine Red #D22428
Tints of Fire Engine Red #D22428
RGB
CMYK
RGB Variations
Color information
#D22428 (or 0xD22428) is known color: Fire Engine Red. HEX triplet: D2, 24 and 28. RGB value is (210,36,40). Sum of RGB (Red+Green+Blue) = 210+36+40=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D22428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22428 is #2DDBD7. Grayscale: #585858. Windows color (decimal): -3005400 or 2630866. OLE color: 2630866.
HSL color Cylindrical-coordinate representation of color #D22428: hue angle of 358.62º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22428 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 40 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.18 |
| HSL | 358.62º | 0.71% | 0.48% | - |
| HSV(B) | 358.62º | 0.83% | 0.82% | - |
| XYZ | 27.59 | 15.12 | 3.47 | - |
| YUV | 88.48 | 100.65 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 40 | 0 | 0.83 | 0.81 | 0.18 | 358.62 | 0.71 | 0.48 |
| Hex | D2 | 24 | 28 | 0 | 53 | 51 | 12 | 167 | 47 | 30 |
| Octal | 322 | 44 | 50 | 0 | 123 | 121 | 22 | 547 | 107 | 60 |
| Binary | 11010010 | 100100 | 101000 | 0 | 1010011 | 1010001 | 10010 | 101100111 | 1000111 | 110000 |
Color Harmonies of #D22428
Complementary color
Monochromatic Colors of #D22428
Black with #D22428
Text Example
Text Example
White with #D22428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22428; }
p { color: rgb(210,36,40); }
H1.HeaderClassName
{
color: #D22428;
}
.AnyTagClassName
{
color: #D22428;
}
</style>
background-color css
<style>
a { background-color: #D22428; }
a { background-color: rgb(210,36,40); }
div.DivClassName
{
background-color: #D22428;
}
.BgClassName
{
background-color: #D22428;
}
</style>
border-color css
<style>
span { border-color: #D22428; }
span { border-color: rgb(210,36,40); }
td.TdClassName
{
border-color: #D22428;
}
.TagClassName
{
border-color: #D22428;
}
</style>