Shades of Fire Engine Red #D80A1B
Tints of Fire Engine Red #D80A1B
RGB
CMYK
RGB Variations
Color information
#D80A1B (or 0xD80A1B) is known color: Fire Engine Red. HEX triplet: D8, 0A and 1B. RGB value is (216,10,27). Sum of RGB (Red+Green+Blue) = 216+10+27=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A1B is #27F5E4. Grayscale: #494949. Windows color (decimal): -2618853 or 1772248. OLE color: 1772248.
HSL color Cylindrical-coordinate representation of color #D80A1B: hue angle of 355.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A1B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 27 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.15 |
| HSL | 355.05º | 0.91% | 0.44% | - |
| HSV(B) | 355.05º | 0.95% | 0.85% | - |
| XYZ | 28.63 | 14.9 | 2.4 | - |
| YUV | 73.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 27 | 0 | 0.95 | 0.88 | 0.15 | 355.05 | 0.91 | 0.44 |
| Hex | D8 | A | 1B | 0 | 5F | 58 | F | 163 | 5B | 2C |
| Octal | 330 | 12 | 33 | 0 | 137 | 130 | 17 | 543 | 133 | 54 |
| Binary | 11011000 | 1010 | 11011 | 0 | 1011111 | 1011000 | 1111 | 101100011 | 1011011 | 101100 |
Color Harmonies of #D80A1B
Complementary color
Monochromatic Colors of #D80A1B
Black with #D80A1B
Text Example
Text Example
White with #D80A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A1B; }
p { color: rgb(216,10,27); }
H1.HeaderClassName
{
color: #D80A1B;
}
.AnyTagClassName
{
color: #D80A1B;
}
</style>
background-color css
<style>
a { background-color: #D80A1B; }
a { background-color: rgb(216,10,27); }
div.DivClassName
{
background-color: #D80A1B;
}
.BgClassName
{
background-color: #D80A1B;
}
</style>
border-color css
<style>
span { border-color: #D80A1B; }
span { border-color: rgb(216,10,27); }
td.TdClassName
{
border-color: #D80A1B;
}
.TagClassName
{
border-color: #D80A1B;
}
</style>