Shades of Fire Engine Red #D81E2A
Tints of Fire Engine Red #D81E2A
RGB
CMYK
RGB Variations
Color information
#D81E2A (or 0xD81E2A) is known color: Fire Engine Red. HEX triplet: D8, 1E and 2A. RGB value is (216,30,42). Sum of RGB (Red+Green+Blue) = 216+30+42=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E2A is #27E1D5. Grayscale: #575757. Windows color (decimal): -2613718 or 2760408. OLE color: 2760408.
HSL color Cylindrical-coordinate representation of color #D81E2A: hue angle of 356.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E2A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 42 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.15 |
| HSL | 356.13º | 0.76% | 0.48% | - |
| HSV(B) | 356.13º | 0.86% | 0.85% | - |
| XYZ | 29.2 | 15.69 | 3.68 | - |
| YUV | 86.98 | 102.62 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 42 | 0 | 0.86 | 0.81 | 0.15 | 356.13 | 0.76 | 0.48 |
| Hex | D8 | 1E | 2A | 0 | 56 | 51 | F | 164 | 4C | 30 |
| Octal | 330 | 36 | 52 | 0 | 126 | 121 | 17 | 544 | 114 | 60 |
| Binary | 11011000 | 11110 | 101010 | 0 | 1010110 | 1010001 | 1111 | 101100100 | 1001100 | 110000 |
Color Harmonies of #D81E2A
Complementary color
Monochromatic Colors of #D81E2A
Black with #D81E2A
Text Example
Text Example
White with #D81E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E2A; }
p { color: rgb(216,30,42); }
H1.HeaderClassName
{
color: #D81E2A;
}
.AnyTagClassName
{
color: #D81E2A;
}
</style>
background-color css
<style>
a { background-color: #D81E2A; }
a { background-color: rgb(216,30,42); }
div.DivClassName
{
background-color: #D81E2A;
}
.BgClassName
{
background-color: #D81E2A;
}
</style>
border-color css
<style>
span { border-color: #D81E2A; }
span { border-color: rgb(216,30,42); }
td.TdClassName
{
border-color: #D81E2A;
}
.TagClassName
{
border-color: #D81E2A;
}
</style>