Shades of Fire Engine Red #D31222
Tints of Fire Engine Red #D31222
RGB
CMYK
RGB Variations
Color information
#D31222 (or 0xD31222) is known color: Fire Engine Red. HEX triplet: D3, 12 and 22. RGB value is (211,18,34). Sum of RGB (Red+Green+Blue) = 211+18+34=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D31222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31222 is #2CEDDD. Grayscale: #4D4D4D. Windows color (decimal): -2944478 or 2233043. OLE color: 2233043.
HSL color Cylindrical-coordinate representation of color #D31222: hue angle of 355.03º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31222 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 34 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.17 |
| HSL | 355.03º | 0.84% | 0.45% | - |
| HSV(B) | 355.03º | 0.91% | 0.83% | - |
| XYZ | 27.37 | 14.4 | 2.85 | - |
| YUV | 77.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 34 | 0 | 0.91 | 0.84 | 0.17 | 355.03 | 0.84 | 0.45 |
| Hex | D3 | 12 | 22 | 0 | 5B | 54 | 11 | 163 | 54 | 2D |
| Octal | 323 | 22 | 42 | 0 | 133 | 124 | 21 | 543 | 124 | 55 |
| Binary | 11010011 | 10010 | 100010 | 0 | 1011011 | 1010100 | 10001 | 101100011 | 1010100 | 101101 |
Color Harmonies of #D31222
Complementary color
Monochromatic Colors of #D31222
Black with #D31222
Text Example
Text Example
White with #D31222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31222; }
p { color: rgb(211,18,34); }
H1.HeaderClassName
{
color: #D31222;
}
.AnyTagClassName
{
color: #D31222;
}
</style>
background-color css
<style>
a { background-color: #D31222; }
a { background-color: rgb(211,18,34); }
div.DivClassName
{
background-color: #D31222;
}
.BgClassName
{
background-color: #D31222;
}
</style>
border-color css
<style>
span { border-color: #D31222; }
span { border-color: rgb(211,18,34); }
td.TdClassName
{
border-color: #D31222;
}
.TagClassName
{
border-color: #D31222;
}
</style>