Shades of Fire Engine Red #D31D29
Tints of Fire Engine Red #D31D29
RGB
CMYK
RGB Variations
Color information
#D31D29 (or 0xD31D29) is known color: Fire Engine Red. HEX triplet: D3, 1D and 29. RGB value is (211,29,41). Sum of RGB (Red+Green+Blue) = 211+29+41=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31D29 is #2CE2D6. Grayscale: #545454. Windows color (decimal): -2941655 or 2694611. OLE color: 2694611.
HSL color Cylindrical-coordinate representation of color #D31D29: hue angle of 356.04º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31D29 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 41 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.17 |
| HSL | 356.04º | 0.76% | 0.47% | - |
| HSV(B) | 356.04º | 0.86% | 0.83% | - |
| XYZ | 27.7 | 14.89 | 3.51 | - |
| YUV | 84.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 41 | 0 | 0.86 | 0.81 | 0.17 | 356.04 | 0.76 | 0.47 |
| Hex | D3 | 1D | 29 | 0 | 56 | 51 | 11 | 164 | 4C | 2F |
| Octal | 323 | 35 | 51 | 0 | 126 | 121 | 21 | 544 | 114 | 57 |
| Binary | 11010011 | 11101 | 101001 | 0 | 1010110 | 1010001 | 10001 | 101100100 | 1001100 | 101111 |
Color Harmonies of #D31D29
Complementary color
Monochromatic Colors of #D31D29
Black with #D31D29
Text Example
Text Example
White with #D31D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31D29; }
p { color: rgb(211,29,41); }
H1.HeaderClassName
{
color: #D31D29;
}
.AnyTagClassName
{
color: #D31D29;
}
</style>
background-color css
<style>
a { background-color: #D31D29; }
a { background-color: rgb(211,29,41); }
div.DivClassName
{
background-color: #D31D29;
}
.BgClassName
{
background-color: #D31D29;
}
</style>
border-color css
<style>
span { border-color: #D31D29; }
span { border-color: rgb(211,29,41); }
td.TdClassName
{
border-color: #D31D29;
}
.TagClassName
{
border-color: #D31D29;
}
</style>