Shades of Fire Engine Red #D0172A
Tints of Fire Engine Red #D0172A
RGB
CMYK
RGB Variations
Color information
#D0172A (or 0xD0172A) is known color: Fire Engine Red. HEX triplet: D0, 17 and 2A. RGB value is (208,23,42). Sum of RGB (Red+Green+Blue) = 208+23+42=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0172A is #2FE8D5. Grayscale: #505050. Windows color (decimal): -3139798 or 2758608. OLE color: 2758608.
HSL color Cylindrical-coordinate representation of color #D0172A: hue angle of 353.84º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0172A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 42 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.18 |
| HSL | 353.84º | 0.8% | 0.45% | - |
| HSV(B) | 353.84º | 0.89% | 0.82% | - |
| XYZ | 26.74 | 14.19 | 3.52 | - |
| YUV | 80.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 42 | 0 | 0.89 | 0.80 | 0.18 | 353.84 | 0.8 | 0.45 |
| Hex | D0 | 17 | 2A | 0 | 59 | 50 | 12 | 162 | 50 | 2D |
| Octal | 320 | 27 | 52 | 0 | 131 | 120 | 22 | 542 | 120 | 55 |
| Binary | 11010000 | 10111 | 101010 | 0 | 1011001 | 1010000 | 10010 | 101100010 | 1010000 | 101101 |
Color Harmonies of #D0172A
Complementary color
Monochromatic Colors of #D0172A
Black with #D0172A
Text Example
Text Example
White with #D0172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0172A; }
p { color: rgb(208,23,42); }
H1.HeaderClassName
{
color: #D0172A;
}
.AnyTagClassName
{
color: #D0172A;
}
</style>
background-color css
<style>
a { background-color: #D0172A; }
a { background-color: rgb(208,23,42); }
div.DivClassName
{
background-color: #D0172A;
}
.BgClassName
{
background-color: #D0172A;
}
</style>
border-color css
<style>
span { border-color: #D0172A; }
span { border-color: rgb(208,23,42); }
td.TdClassName
{
border-color: #D0172A;
}
.TagClassName
{
border-color: #D0172A;
}
</style>