Shades of Fire Engine Red #D81A2B
Tints of Fire Engine Red #D81A2B
RGB
CMYK
RGB Variations
Color information
#D81A2B (or 0xD81A2B) is known color: Fire Engine Red. HEX triplet: D8, 1A and 2B. RGB value is (216,26,43). Sum of RGB (Red+Green+Blue) = 216+26+43=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A2B is #27E5D4. Grayscale: #545454. Windows color (decimal): -2614741 or 2824920. OLE color: 2824920.
HSL color Cylindrical-coordinate representation of color #D81A2B: hue angle of 354.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A2B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 43 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.15 |
| HSL | 354.63º | 0.79% | 0.47% | - |
| HSV(B) | 354.63º | 0.88% | 0.85% | - |
| XYZ | 29.12 | 15.51 | 3.74 | - |
| YUV | 84.75 | 104.45 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 43 | 0 | 0.88 | 0.80 | 0.15 | 354.63 | 0.79 | 0.47 |
| Hex | D8 | 1A | 2B | 0 | 58 | 50 | F | 163 | 4F | 2F |
| Octal | 330 | 32 | 53 | 0 | 130 | 120 | 17 | 543 | 117 | 57 |
| Binary | 11011000 | 11010 | 101011 | 0 | 1011000 | 1010000 | 1111 | 101100011 | 1001111 | 101111 |
Color Harmonies of #D81A2B
Complementary color
Monochromatic Colors of #D81A2B
Black with #D81A2B
Text Example
Text Example
White with #D81A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A2B; }
p { color: rgb(216,26,43); }
H1.HeaderClassName
{
color: #D81A2B;
}
.AnyTagClassName
{
color: #D81A2B;
}
</style>
background-color css
<style>
a { background-color: #D81A2B; }
a { background-color: rgb(216,26,43); }
div.DivClassName
{
background-color: #D81A2B;
}
.BgClassName
{
background-color: #D81A2B;
}
</style>
border-color css
<style>
span { border-color: #D81A2B; }
span { border-color: rgb(216,26,43); }
td.TdClassName
{
border-color: #D81A2B;
}
.TagClassName
{
border-color: #D81A2B;
}
</style>