Shades of Fire Engine Red #D0151D
Tints of Fire Engine Red #D0151D
RGB
CMYK
RGB Variations
Color information
#D0151D (or 0xD0151D) is known color: Fire Engine Red. HEX triplet: D0, 15 and 1D. RGB value is (208,21,29). Sum of RGB (Red+Green+Blue) = 208+21+29=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D0151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0151D is #2FEAE2. Grayscale: #4D4D4D. Windows color (decimal): -3140323 or 1906128. OLE color: 1906128.
HSL color Cylindrical-coordinate representation of color #D0151D: hue angle of 357.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0151D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.18 |
| HSL | 357.43º | 0.82% | 0.45% | - |
| HSV(B) | 357.43º | 0.9% | 0.82% | - |
| XYZ | 26.5 | 14.03 | 2.47 | - |
| YUV | 77.83 | 100.45 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 29 | 0 | 0.90 | 0.86 | 0.18 | 357.43 | 0.82 | 0.45 |
| Hex | D0 | 15 | 1D | 0 | 5A | 56 | 12 | 165 | 52 | 2D |
| Octal | 320 | 25 | 35 | 0 | 132 | 126 | 22 | 545 | 122 | 55 |
| Binary | 11010000 | 10101 | 11101 | 0 | 1011010 | 1010110 | 10010 | 101100101 | 1010010 | 101101 |
Color Harmonies of #D0151D
Complementary color
Monochromatic Colors of #D0151D
Black with #D0151D
Text Example
Text Example
White with #D0151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0151D; }
p { color: rgb(208,21,29); }
H1.HeaderClassName
{
color: #D0151D;
}
.AnyTagClassName
{
color: #D0151D;
}
</style>
background-color css
<style>
a { background-color: #D0151D; }
a { background-color: rgb(208,21,29); }
div.DivClassName
{
background-color: #D0151D;
}
.BgClassName
{
background-color: #D0151D;
}
</style>
border-color css
<style>
span { border-color: #D0151D; }
span { border-color: rgb(208,21,29); }
td.TdClassName
{
border-color: #D0151D;
}
.TagClassName
{
border-color: #D0151D;
}
</style>