Shades of Fire Engine Red #D31F29
Tints of Fire Engine Red #D31F29
RGB
CMYK
RGB Variations
Color information
#D31F29 (or 0xD31F29) is known color: Fire Engine Red. HEX triplet: D3, 1F and 29. RGB value is (211,31,41). Sum of RGB (Red+Green+Blue) = 211+31+41=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31F29 is #2CE0D6. Grayscale: #565656. Windows color (decimal): -2941143 or 2695123. OLE color: 2695123.
HSL color Cylindrical-coordinate representation of color #D31F29: hue angle of 356.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31F29 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 31 | 41 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.17 |
| HSL | 356.67º | 0.74% | 0.47% | - |
| HSV(B) | 356.67º | 0.85% | 0.83% | - |
| XYZ | 27.75 | 14.99 | 3.53 | - |
| YUV | 85.96 | 102.63 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 41 | 0 | 0.85 | 0.81 | 0.17 | 356.67 | 0.74 | 0.47 |
| Hex | D3 | 1F | 29 | 0 | 55 | 51 | 11 | 165 | 4A | 2F |
| Octal | 323 | 37 | 51 | 0 | 125 | 121 | 21 | 545 | 112 | 57 |
| Binary | 11010011 | 11111 | 101001 | 0 | 1010101 | 1010001 | 10001 | 101100101 | 1001010 | 101111 |
Color Harmonies of #D31F29
Complementary color
Monochromatic Colors of #D31F29
Black with #D31F29
Text Example
Text Example
White with #D31F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31F29; }
p { color: rgb(211,31,41); }
H1.HeaderClassName
{
color: #D31F29;
}
.AnyTagClassName
{
color: #D31F29;
}
</style>
background-color css
<style>
a { background-color: #D31F29; }
a { background-color: rgb(211,31,41); }
div.DivClassName
{
background-color: #D31F29;
}
.BgClassName
{
background-color: #D31F29;
}
</style>
border-color css
<style>
span { border-color: #D31F29; }
span { border-color: rgb(211,31,41); }
td.TdClassName
{
border-color: #D31F29;
}
.TagClassName
{
border-color: #D31F29;
}
</style>