Shades of Fire Engine Red #D0182D
Tints of Fire Engine Red #D0182D
RGB
CMYK
RGB Variations
Color information
#D0182D (or 0xD0182D) is known color: Fire Engine Red. HEX triplet: D0, 18 and 2D. RGB value is (208,24,45). Sum of RGB (Red+Green+Blue) = 208+24+45=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D0182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0182D is #2FE7D2. Grayscale: #515151. Windows color (decimal): -3139539 or 2955472. OLE color: 2955472.
HSL color Cylindrical-coordinate representation of color #D0182D: hue angle of 353.15º 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 #D0182D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 45 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.18 |
| HSL | 353.15º | 0.79% | 0.45% | - |
| HSV(B) | 353.15º | 0.88% | 0.82% | - |
| XYZ | 26.81 | 14.25 | 3.82 | - |
| YUV | 81.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 45 | 0 | 0.88 | 0.78 | 0.18 | 353.15 | 0.79 | 0.45 |
| Hex | D0 | 18 | 2D | 0 | 58 | 4E | 12 | 161 | 4F | 2D |
| Octal | 320 | 30 | 55 | 0 | 130 | 116 | 22 | 541 | 117 | 55 |
| Binary | 11010000 | 11000 | 101101 | 0 | 1011000 | 1001110 | 10010 | 101100001 | 1001111 | 101101 |
Color Harmonies of #D0182D
Complementary color
Monochromatic Colors of #D0182D
Black with #D0182D
Text Example
Text Example
White with #D0182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0182D; }
p { color: rgb(208,24,45); }
H1.HeaderClassName
{
color: #D0182D;
}
.AnyTagClassName
{
color: #D0182D;
}
</style>
background-color css
<style>
a { background-color: #D0182D; }
a { background-color: rgb(208,24,45); }
div.DivClassName
{
background-color: #D0182D;
}
.BgClassName
{
background-color: #D0182D;
}
</style>
border-color css
<style>
span { border-color: #D0182D; }
span { border-color: rgb(208,24,45); }
td.TdClassName
{
border-color: #D0182D;
}
.TagClassName
{
border-color: #D0182D;
}
</style>