Shades of Fire Engine Red #D31A2D
Tints of Fire Engine Red #D31A2D
RGB
CMYK
RGB Variations
Color information
#D31A2D (or 0xD31A2D) is known color: Fire Engine Red. HEX triplet: D3, 1A and 2D. RGB value is (211,26,45). Sum of RGB (Red+Green+Blue) = 211+26+45=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31A2D is #2CE5D2. Grayscale: #535353. Windows color (decimal): -2942419 or 2955987. OLE color: 2955987.
HSL color Cylindrical-coordinate representation of color #D31A2D: hue angle of 353.84º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A2D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 45 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.17 |
| HSL | 353.84º | 0.78% | 0.46% | - |
| HSV(B) | 353.84º | 0.88% | 0.83% | - |
| XYZ | 27.71 | 14.78 | 3.87 | - |
| YUV | 83.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 45 | 0 | 0.88 | 0.79 | 0.17 | 353.84 | 0.78 | 0.46 |
| Hex | D3 | 1A | 2D | 0 | 58 | 4F | 11 | 162 | 4E | 2E |
| Octal | 323 | 32 | 55 | 0 | 130 | 117 | 21 | 542 | 116 | 56 |
| Binary | 11010011 | 11010 | 101101 | 0 | 1011000 | 1001111 | 10001 | 101100010 | 1001110 | 101110 |
Color Harmonies of #D31A2D
Complementary color
Monochromatic Colors of #D31A2D
Black with #D31A2D
Text Example
Text Example
White with #D31A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A2D; }
p { color: rgb(211,26,45); }
H1.HeaderClassName
{
color: #D31A2D;
}
.AnyTagClassName
{
color: #D31A2D;
}
</style>
background-color css
<style>
a { background-color: #D31A2D; }
a { background-color: rgb(211,26,45); }
div.DivClassName
{
background-color: #D31A2D;
}
.BgClassName
{
background-color: #D31A2D;
}
</style>
border-color css
<style>
span { border-color: #D31A2D; }
span { border-color: rgb(211,26,45); }
td.TdClassName
{
border-color: #D31A2D;
}
.TagClassName
{
border-color: #D31A2D;
}
</style>