Shades of Fire Engine Red #D21228
Tints of Fire Engine Red #D21228
RGB
CMYK
RGB Variations
Color information
#D21228 (or 0xD21228) is known color: Fire Engine Red. HEX triplet: D2, 12 and 28. RGB value is (210,18,40). Sum of RGB (Red+Green+Blue) = 210+18+40=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D21228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21228 is #2DEDD7. Grayscale: #4E4E4E. Windows color (decimal): -3010008 or 2626258. OLE color: 2626258.
HSL color Cylindrical-coordinate representation of color #D21228: hue angle of 353.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21228 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 40 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.18 |
| HSL | 353.13º | 0.84% | 0.45% | - |
| HSV(B) | 353.13º | 0.91% | 0.82% | - |
| XYZ | 27.18 | 14.29 | 3.33 | - |
| YUV | 77.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 40 | 0 | 0.91 | 0.81 | 0.18 | 353.13 | 0.84 | 0.45 |
| Hex | D2 | 12 | 28 | 0 | 5B | 51 | 12 | 161 | 54 | 2D |
| Octal | 322 | 22 | 50 | 0 | 133 | 121 | 22 | 541 | 124 | 55 |
| Binary | 11010010 | 10010 | 101000 | 0 | 1011011 | 1010001 | 10010 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D21228
Complementary color
Monochromatic Colors of #D21228
Black with #D21228
Text Example
Text Example
White with #D21228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21228; }
p { color: rgb(210,18,40); }
H1.HeaderClassName
{
color: #D21228;
}
.AnyTagClassName
{
color: #D21228;
}
</style>
background-color css
<style>
a { background-color: #D21228; }
a { background-color: rgb(210,18,40); }
div.DivClassName
{
background-color: #D21228;
}
.BgClassName
{
background-color: #D21228;
}
</style>
border-color css
<style>
span { border-color: #D21228; }
span { border-color: rgb(210,18,40); }
td.TdClassName
{
border-color: #D21228;
}
.TagClassName
{
border-color: #D21228;
}
</style>