Shades of Fire Engine Red #D1222C
Tints of Fire Engine Red #D1222C
RGB
CMYK
RGB Variations
Color information
#D1222C (or 0xD1222C) is known color: Fire Engine Red. HEX triplet: D1, 22 and 2C. RGB value is (209,34,44). Sum of RGB (Red+Green+Blue) = 209+34+44=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1222C is #2EDDD3. Grayscale: #575757. Windows color (decimal): -3071444 or 2892497. OLE color: 2892497.
HSL color Cylindrical-coordinate representation of color #D1222C: hue angle of 356.57º 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 #D1222C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 44 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.18 |
| HSL | 356.57º | 0.72% | 0.48% | - |
| HSV(B) | 356.57º | 0.84% | 0.82% | - |
| XYZ | 27.32 | 14.88 | 3.82 | - |
| YUV | 87.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 44 | 0 | 0.84 | 0.79 | 0.18 | 356.57 | 0.72 | 0.48 |
| Hex | D1 | 22 | 2C | 0 | 54 | 4F | 12 | 165 | 48 | 30 |
| Octal | 321 | 42 | 54 | 0 | 124 | 117 | 22 | 545 | 110 | 60 |
| Binary | 11010001 | 100010 | 101100 | 0 | 1010100 | 1001111 | 10010 | 101100101 | 1001000 | 110000 |
Color Harmonies of #D1222C
Complementary color
Monochromatic Colors of #D1222C
Black with #D1222C
Text Example
Text Example
White with #D1222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1222C; }
p { color: rgb(209,34,44); }
H1.HeaderClassName
{
color: #D1222C;
}
.AnyTagClassName
{
color: #D1222C;
}
</style>
background-color css
<style>
a { background-color: #D1222C; }
a { background-color: rgb(209,34,44); }
div.DivClassName
{
background-color: #D1222C;
}
.BgClassName
{
background-color: #D1222C;
}
</style>
border-color css
<style>
span { border-color: #D1222C; }
span { border-color: rgb(209,34,44); }
td.TdClassName
{
border-color: #D1222C;
}
.TagClassName
{
border-color: #D1222C;
}
</style>