Shades of Fire Engine Red #D0162D
Tints of Fire Engine Red #D0162D
RGB
CMYK
RGB Variations
Color information
#D0162D (or 0xD0162D) is known color: Fire Engine Red. HEX triplet: D0, 16 and 2D. RGB value is (208,22,45). Sum of RGB (Red+Green+Blue) = 208+22+45=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D0162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0162D is #2FE9D2. Grayscale: #505050. Windows color (decimal): -3140051 or 2954960. OLE color: 2954960.
HSL color Cylindrical-coordinate representation of color #D0162D: hue angle of 352.58º degrees, saturation: 0.81, 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 #D0162D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 45 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.18 |
| HSL | 352.58º | 0.81% | 0.45% | - |
| HSV(B) | 352.58º | 0.89% | 0.82% | - |
| XYZ | 26.77 | 14.17 | 3.81 | - |
| YUV | 80.24 | 108.12 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 45 | 0 | 0.89 | 0.78 | 0.18 | 352.58 | 0.81 | 0.45 |
| Hex | D0 | 16 | 2D | 0 | 59 | 4E | 12 | 161 | 51 | 2D |
| Octal | 320 | 26 | 55 | 0 | 131 | 116 | 22 | 541 | 121 | 55 |
| Binary | 11010000 | 10110 | 101101 | 0 | 1011001 | 1001110 | 10010 | 101100001 | 1010001 | 101101 |
Color Harmonies of #D0162D
Complementary color
Monochromatic Colors of #D0162D
Black with #D0162D
Text Example
Text Example
White with #D0162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0162D; }
p { color: rgb(208,22,45); }
H1.HeaderClassName
{
color: #D0162D;
}
.AnyTagClassName
{
color: #D0162D;
}
</style>
background-color css
<style>
a { background-color: #D0162D; }
a { background-color: rgb(208,22,45); }
div.DivClassName
{
background-color: #D0162D;
}
.BgClassName
{
background-color: #D0162D;
}
</style>
border-color css
<style>
span { border-color: #D0162D; }
span { border-color: rgb(208,22,45); }
td.TdClassName
{
border-color: #D0162D;
}
.TagClassName
{
border-color: #D0162D;
}
</style>