Shades of Fire Engine Red #D0191F
Tints of Fire Engine Red #D0191F
RGB
CMYK
RGB Variations
Color information
#D0191F (or 0xD0191F) is known color: Fire Engine Red. HEX triplet: D0, 19 and 1F. RGB value is (208,25,31). Sum of RGB (Red+Green+Blue) = 208+25+31=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D0191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0191F is #2FE6E0. Grayscale: #505050. Windows color (decimal): -3139297 or 2038224. OLE color: 2038224.
HSL color Cylindrical-coordinate representation of color #D0191F: hue angle of 358.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0191F is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 31 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.18 |
| HSL | 358.03º | 0.79% | 0.46% | - |
| HSV(B) | 358.03º | 0.88% | 0.82% | - |
| XYZ | 26.61 | 14.2 | 2.64 | - |
| YUV | 80.4 | 100.13 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 31 | 0 | 0.88 | 0.85 | 0.18 | 358.03 | 0.79 | 0.46 |
| Hex | D0 | 19 | 1F | 0 | 58 | 55 | 12 | 166 | 4F | 2E |
| Octal | 320 | 31 | 37 | 0 | 130 | 125 | 22 | 546 | 117 | 56 |
| Binary | 11010000 | 11001 | 11111 | 0 | 1011000 | 1010101 | 10010 | 101100110 | 1001111 | 101110 |
Color Harmonies of #D0191F
Complementary color
Monochromatic Colors of #D0191F
Black with #D0191F
Text Example
Text Example
White with #D0191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0191F; }
p { color: rgb(208,25,31); }
H1.HeaderClassName
{
color: #D0191F;
}
.AnyTagClassName
{
color: #D0191F;
}
</style>
background-color css
<style>
a { background-color: #D0191F; }
a { background-color: rgb(208,25,31); }
div.DivClassName
{
background-color: #D0191F;
}
.BgClassName
{
background-color: #D0191F;
}
</style>
border-color css
<style>
span { border-color: #D0191F; }
span { border-color: rgb(208,25,31); }
td.TdClassName
{
border-color: #D0191F;
}
.TagClassName
{
border-color: #D0191F;
}
</style>