Shades of Fire Engine Red #D0182F
Tints of Fire Engine Red #D0182F
RGB
CMYK
RGB Variations
Color information
#D0182F (or 0xD0182F) is known color: Fire Engine Red. HEX triplet: D0, 18 and 2F. RGB value is (208,24,47). Sum of RGB (Red+Green+Blue) = 208+24+47=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D0182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0182F is #2FE7D0. Grayscale: #515151. Windows color (decimal): -3139537 or 3086544. OLE color: 3086544.
HSL color Cylindrical-coordinate representation of color #D0182F: hue angle of 352.5º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0182F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 47 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.18 |
| HSL | 352.5º | 0.79% | 0.45% | - |
| HSV(B) | 352.5º | 0.88% | 0.82% | - |
| XYZ | 26.85 | 14.27 | 4.03 | - |
| YUV | 81.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 47 | 0 | 0.88 | 0.77 | 0.18 | 352.5 | 0.79 | 0.45 |
| Hex | D0 | 18 | 2F | 0 | 58 | 4D | 12 | 160 | 4F | 2D |
| Octal | 320 | 30 | 57 | 0 | 130 | 115 | 22 | 540 | 117 | 55 |
| Binary | 11010000 | 11000 | 101111 | 0 | 1011000 | 1001101 | 10010 | 101100000 | 1001111 | 101101 |
Color Harmonies of #D0182F
Complementary color
Monochromatic Colors of #D0182F
Black with #D0182F
Text Example
Text Example
White with #D0182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0182F; }
p { color: rgb(208,24,47); }
H1.HeaderClassName
{
color: #D0182F;
}
.AnyTagClassName
{
color: #D0182F;
}
</style>
background-color css
<style>
a { background-color: #D0182F; }
a { background-color: rgb(208,24,47); }
div.DivClassName
{
background-color: #D0182F;
}
.BgClassName
{
background-color: #D0182F;
}
</style>
border-color css
<style>
span { border-color: #D0182F; }
span { border-color: rgb(208,24,47); }
td.TdClassName
{
border-color: #D0182F;
}
.TagClassName
{
border-color: #D0182F;
}
</style>