Shades of Fire Engine Red #D31719
Tints of Fire Engine Red #D31719
RGB
CMYK
RGB Variations
Color information
#D31719 (or 0xD31719) is known color: Fire Engine Red. HEX triplet: D3, 17 and 19. RGB value is (211,23,25). Sum of RGB (Red+Green+Blue) = 211+23+25=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D31719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31719 is #2CE8E6. Grayscale: #4F4F4F. Windows color (decimal): -2943207 or 1644499. OLE color: 1644499.
HSL color Cylindrical-coordinate representation of color #D31719: hue angle of 359.36º 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 #D31719 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.17 |
| HSL | 359.36º | 0.8% | 0.46% | - |
| HSV(B) | 359.36º | 0.89% | 0.83% | - |
| XYZ | 27.35 | 14.53 | 2.28 | - |
| YUV | 79.44 | 97.28 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 25 | 0 | 0.89 | 0.88 | 0.17 | 359.36 | 0.8 | 0.46 |
| Hex | D3 | 17 | 19 | 0 | 59 | 58 | 11 | 167 | 50 | 2E |
| Octal | 323 | 27 | 31 | 0 | 131 | 130 | 21 | 547 | 120 | 56 |
| Binary | 11010011 | 10111 | 11001 | 0 | 1011001 | 1011000 | 10001 | 101100111 | 1010000 | 101110 |
Color Harmonies of #D31719
Complementary color
Monochromatic Colors of #D31719
Black with #D31719
Text Example
Text Example
White with #D31719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31719; }
p { color: rgb(211,23,25); }
H1.HeaderClassName
{
color: #D31719;
}
.AnyTagClassName
{
color: #D31719;
}
</style>
background-color css
<style>
a { background-color: #D31719; }
a { background-color: rgb(211,23,25); }
div.DivClassName
{
background-color: #D31719;
}
.BgClassName
{
background-color: #D31719;
}
</style>
border-color css
<style>
span { border-color: #D31719; }
span { border-color: rgb(211,23,25); }
td.TdClassName
{
border-color: #D31719;
}
.TagClassName
{
border-color: #D31719;
}
</style>