Shades of Fire Engine Red #D22225
Tints of Fire Engine Red #D22225
RGB
CMYK
RGB Variations
Color information
#D22225 (or 0xD22225) is known color: Fire Engine Red. HEX triplet: D2, 22 and 25. RGB value is (210,34,37). Sum of RGB (Red+Green+Blue) = 210+34+37=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D22225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22225 is #2DDDDA. Grayscale: #575757. Windows color (decimal): -3005915 or 2433746. OLE color: 2433746.
HSL color Cylindrical-coordinate representation of color #D22225: hue angle of 358.98º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22225 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 37 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.18 |
| HSL | 358.98º | 0.72% | 0.48% | - |
| HSV(B) | 358.98º | 0.84% | 0.82% | - |
| XYZ | 27.48 | 14.98 | 3.19 | - |
| YUV | 86.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 37 | 0 | 0.84 | 0.82 | 0.18 | 358.98 | 0.72 | 0.48 |
| Hex | D2 | 22 | 25 | 0 | 54 | 52 | 12 | 167 | 48 | 30 |
| Octal | 322 | 42 | 45 | 0 | 124 | 122 | 22 | 547 | 110 | 60 |
| Binary | 11010010 | 100010 | 100101 | 0 | 1010100 | 1010010 | 10010 | 101100111 | 1001000 | 110000 |
Color Harmonies of #D22225
Complementary color
Monochromatic Colors of #D22225
Black with #D22225
Text Example
Text Example
White with #D22225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22225; }
p { color: rgb(210,34,37); }
H1.HeaderClassName
{
color: #D22225;
}
.AnyTagClassName
{
color: #D22225;
}
</style>
background-color css
<style>
a { background-color: #D22225; }
a { background-color: rgb(210,34,37); }
div.DivClassName
{
background-color: #D22225;
}
.BgClassName
{
background-color: #D22225;
}
</style>
border-color css
<style>
span { border-color: #D22225; }
span { border-color: rgb(210,34,37); }
td.TdClassName
{
border-color: #D22225;
}
.TagClassName
{
border-color: #D22225;
}
</style>