Shades of Fire Engine Red #D3172E
Tints of Fire Engine Red #D3172E
RGB
CMYK
RGB Variations
Color information
#D3172E (or 0xD3172E) is known color: Fire Engine Red. HEX triplet: D3, 17 and 2E. RGB value is (211,23,46). Sum of RGB (Red+Green+Blue) = 211+23+46=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D3172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3172E is #2CE8D1. Grayscale: #515151. Windows color (decimal): -2943186 or 3020755. OLE color: 3020755.
HSL color Cylindrical-coordinate representation of color #D3172E: hue angle of 352.66º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3172E is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 46 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.17 |
| HSL | 352.66º | 0.8% | 0.46% | - |
| HSV(B) | 352.66º | 0.89% | 0.83% | - |
| XYZ | 27.66 | 14.66 | 3.96 | - |
| YUV | 81.83 | 107.78 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 46 | 0 | 0.89 | 0.78 | 0.17 | 352.66 | 0.8 | 0.46 |
| Hex | D3 | 17 | 2E | 0 | 59 | 4E | 11 | 161 | 50 | 2E |
| Octal | 323 | 27 | 56 | 0 | 131 | 116 | 21 | 541 | 120 | 56 |
| Binary | 11010011 | 10111 | 101110 | 0 | 1011001 | 1001110 | 10001 | 101100001 | 1010000 | 101110 |
Color Harmonies of #D3172E
Complementary color
Monochromatic Colors of #D3172E
Black with #D3172E
Text Example
Text Example
White with #D3172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3172E; }
p { color: rgb(211,23,46); }
H1.HeaderClassName
{
color: #D3172E;
}
.AnyTagClassName
{
color: #D3172E;
}
</style>
background-color css
<style>
a { background-color: #D3172E; }
a { background-color: rgb(211,23,46); }
div.DivClassName
{
background-color: #D3172E;
}
.BgClassName
{
background-color: #D3172E;
}
</style>
border-color css
<style>
span { border-color: #D3172E; }
span { border-color: rgb(211,23,46); }
td.TdClassName
{
border-color: #D3172E;
}
.TagClassName
{
border-color: #D3172E;
}
</style>