Shades of Fire Engine Red #D31229
Tints of Fire Engine Red #D31229
RGB
CMYK
RGB Variations
Color information
#D31229 (or 0xD31229) is known color: Fire Engine Red. HEX triplet: D3, 12 and 29. RGB value is (211,18,41). Sum of RGB (Red+Green+Blue) = 211+18+41=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D31229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31229 is #2CEDD6. Grayscale: #4E4E4E. Windows color (decimal): -2944471 or 2691795. OLE color: 2691795.
HSL color Cylindrical-coordinate representation of color #D31229: hue angle of 352.85º 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 #D31229 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.17 |
| HSL | 352.85º | 0.84% | 0.45% | - |
| HSV(B) | 352.85º | 0.91% | 0.83% | - |
| XYZ | 27.48 | 14.44 | 3.44 | - |
| YUV | 78.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 41 | 0 | 0.91 | 0.81 | 0.17 | 352.85 | 0.84 | 0.45 |
| Hex | D3 | 12 | 29 | 0 | 5B | 51 | 11 | 161 | 54 | 2D |
| Octal | 323 | 22 | 51 | 0 | 133 | 121 | 21 | 541 | 124 | 55 |
| Binary | 11010011 | 10010 | 101001 | 0 | 1011011 | 1010001 | 10001 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D31229
Complementary color
Monochromatic Colors of #D31229
Black with #D31229
Text Example
Text Example
White with #D31229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31229; }
p { color: rgb(211,18,41); }
H1.HeaderClassName
{
color: #D31229;
}
.AnyTagClassName
{
color: #D31229;
}
</style>
background-color css
<style>
a { background-color: #D31229; }
a { background-color: rgb(211,18,41); }
div.DivClassName
{
background-color: #D31229;
}
.BgClassName
{
background-color: #D31229;
}
</style>
border-color css
<style>
span { border-color: #D31229; }
span { border-color: rgb(211,18,41); }
td.TdClassName
{
border-color: #D31229;
}
.TagClassName
{
border-color: #D31229;
}
</style>