Shades of Fire Engine Red #D0192E
Tints of Fire Engine Red #D0192E
RGB
CMYK
RGB Variations
Color information
#D0192E (or 0xD0192E) is known color: Fire Engine Red. HEX triplet: D0, 19 and 2E. RGB value is (208,25,46). Sum of RGB (Red+Green+Blue) = 208+25+46=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D0192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0192E is #2FE6D1. Grayscale: #525252. Windows color (decimal): -3139282 or 3021264. OLE color: 3021264.
HSL color Cylindrical-coordinate representation of color #D0192E: hue angle of 353.11º 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 #D0192E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 46 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.18 |
| HSL | 353.11º | 0.79% | 0.46% | - |
| HSV(B) | 353.11º | 0.88% | 0.82% | - |
| XYZ | 26.85 | 14.3 | 3.93 | - |
| YUV | 82.11 | 107.63 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 46 | 0 | 0.88 | 0.78 | 0.18 | 353.11 | 0.79 | 0.46 |
| Hex | D0 | 19 | 2E | 0 | 58 | 4E | 12 | 161 | 4F | 2E |
| Octal | 320 | 31 | 56 | 0 | 130 | 116 | 22 | 541 | 117 | 56 |
| Binary | 11010000 | 11001 | 101110 | 0 | 1011000 | 1001110 | 10010 | 101100001 | 1001111 | 101110 |
Color Harmonies of #D0192E
Complementary color
Monochromatic Colors of #D0192E
Black with #D0192E
Text Example
Text Example
White with #D0192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0192E; }
p { color: rgb(208,25,46); }
H1.HeaderClassName
{
color: #D0192E;
}
.AnyTagClassName
{
color: #D0192E;
}
</style>
background-color css
<style>
a { background-color: #D0192E; }
a { background-color: rgb(208,25,46); }
div.DivClassName
{
background-color: #D0192E;
}
.BgClassName
{
background-color: #D0192E;
}
</style>
border-color css
<style>
span { border-color: #D0192E; }
span { border-color: rgb(208,25,46); }
td.TdClassName
{
border-color: #D0192E;
}
.TagClassName
{
border-color: #D0192E;
}
</style>