Shades of Fire Engine Red #D81E2B
Tints of Fire Engine Red #D81E2B
RGB
CMYK
RGB Variations
Color information
#D81E2B (or 0xD81E2B) is known color: Fire Engine Red. HEX triplet: D8, 1E and 2B. RGB value is (216,30,43). Sum of RGB (Red+Green+Blue) = 216+30+43=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E2B is #27E1D4. Grayscale: #575757. Windows color (decimal): -2613717 or 2825944. OLE color: 2825944.
HSL color Cylindrical-coordinate representation of color #D81E2B: hue angle of 355.81º 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 #D81E2B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 43 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.15 |
| HSL | 355.81º | 0.76% | 0.48% | - |
| HSV(B) | 355.81º | 0.86% | 0.85% | - |
| XYZ | 29.22 | 15.7 | 3.78 | - |
| YUV | 87.1 | 103.12 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 43 | 0 | 0.86 | 0.80 | 0.15 | 355.81 | 0.76 | 0.48 |
| Hex | D8 | 1E | 2B | 0 | 56 | 50 | F | 164 | 4C | 30 |
| Octal | 330 | 36 | 53 | 0 | 126 | 120 | 17 | 544 | 114 | 60 |
| Binary | 11011000 | 11110 | 101011 | 0 | 1010110 | 1010000 | 1111 | 101100100 | 1001100 | 110000 |
Color Harmonies of #D81E2B
Complementary color
Monochromatic Colors of #D81E2B
Black with #D81E2B
Text Example
Text Example
White with #D81E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E2B; }
p { color: rgb(216,30,43); }
H1.HeaderClassName
{
color: #D81E2B;
}
.AnyTagClassName
{
color: #D81E2B;
}
</style>
background-color css
<style>
a { background-color: #D81E2B; }
a { background-color: rgb(216,30,43); }
div.DivClassName
{
background-color: #D81E2B;
}
.BgClassName
{
background-color: #D81E2B;
}
</style>
border-color css
<style>
span { border-color: #D81E2B; }
span { border-color: rgb(216,30,43); }
td.TdClassName
{
border-color: #D81E2B;
}
.TagClassName
{
border-color: #D81E2B;
}
</style>