Shades of Fire Engine Red #D80F2B
Tints of Fire Engine Red #D80F2B
RGB
CMYK
RGB Variations
Color information
#D80F2B (or 0xD80F2B) is known color: Fire Engine Red. HEX triplet: D8, 0F and 2B. RGB value is (216,15,43). Sum of RGB (Red+Green+Blue) = 216+15+43=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F2B is #27F0D4. Grayscale: #4E4E4E. Windows color (decimal): -2617557 or 2822104. OLE color: 2822104.
HSL color Cylindrical-coordinate representation of color #D80F2B: hue angle of 351.64º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F2B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 43 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.15 |
| HSL | 351.64º | 0.87% | 0.45% | - |
| HSV(B) | 351.64º | 0.93% | 0.85% | - |
| XYZ | 28.93 | 15.12 | 3.68 | - |
| YUV | 78.29 | 108.09 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 43 | 0 | 0.93 | 0.80 | 0.15 | 351.64 | 0.87 | 0.45 |
| Hex | D8 | F | 2B | 0 | 5D | 50 | F | 160 | 57 | 2D |
| Octal | 330 | 17 | 53 | 0 | 135 | 120 | 17 | 540 | 127 | 55 |
| Binary | 11011000 | 1111 | 101011 | 0 | 1011101 | 1010000 | 1111 | 101100000 | 1010111 | 101101 |
Color Harmonies of #D80F2B
Complementary color
Monochromatic Colors of #D80F2B
Black with #D80F2B
Text Example
Text Example
White with #D80F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F2B; }
p { color: rgb(216,15,43); }
H1.HeaderClassName
{
color: #D80F2B;
}
.AnyTagClassName
{
color: #D80F2B;
}
</style>
background-color css
<style>
a { background-color: #D80F2B; }
a { background-color: rgb(216,15,43); }
div.DivClassName
{
background-color: #D80F2B;
}
.BgClassName
{
background-color: #D80F2B;
}
</style>
border-color css
<style>
span { border-color: #D80F2B; }
span { border-color: rgb(216,15,43); }
td.TdClassName
{
border-color: #D80F2B;
}
.TagClassName
{
border-color: #D80F2B;
}
</style>