Shades of Fire Engine Red #D11319
Tints of Fire Engine Red #D11319
RGB
CMYK
RGB Variations
Color information
#D11319 (or 0xD11319) is known color: Fire Engine Red. HEX triplet: D1, 13 and 19. RGB value is (209,19,25). Sum of RGB (Red+Green+Blue) = 209+19+25=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D11319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11319 is #2EECE6. Grayscale: #4C4C4C. Windows color (decimal): -3075303 or 1643473. OLE color: 1643473.
HSL color Cylindrical-coordinate representation of color #D11319: hue angle of 358.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11319 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 25 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.18 |
| HSL | 358.11º | 0.83% | 0.45% | - |
| HSV(B) | 358.11º | 0.91% | 0.82% | - |
| XYZ | 26.7 | 14.09 | 2.23 | - |
| YUV | 76.49 | 98.95 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 25 | 0 | 0.91 | 0.88 | 0.18 | 358.11 | 0.83 | 0.45 |
| Hex | D1 | 13 | 19 | 0 | 5B | 58 | 12 | 166 | 53 | 2D |
| Octal | 321 | 23 | 31 | 0 | 133 | 130 | 22 | 546 | 123 | 55 |
| Binary | 11010001 | 10011 | 11001 | 0 | 1011011 | 1011000 | 10010 | 101100110 | 1010011 | 101101 |
Color Harmonies of #D11319
Complementary color
Monochromatic Colors of #D11319
Black with #D11319
Text Example
Text Example
White with #D11319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11319; }
p { color: rgb(209,19,25); }
H1.HeaderClassName
{
color: #D11319;
}
.AnyTagClassName
{
color: #D11319;
}
</style>
background-color css
<style>
a { background-color: #D11319; }
a { background-color: rgb(209,19,25); }
div.DivClassName
{
background-color: #D11319;
}
.BgClassName
{
background-color: #D11319;
}
</style>
border-color css
<style>
span { border-color: #D11319; }
span { border-color: rgb(209,19,25); }
td.TdClassName
{
border-color: #D11319;
}
.TagClassName
{
border-color: #D11319;
}
</style>