Shades of Fire Engine Red #D81A2A
Tints of Fire Engine Red #D81A2A
RGB
CMYK
RGB Variations
Color information
#D81A2A (or 0xD81A2A) is known color: Fire Engine Red. HEX triplet: D8, 1A and 2A. RGB value is (216,26,42). Sum of RGB (Red+Green+Blue) = 216+26+42=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A2A is #27E5D5. Grayscale: #545454. Windows color (decimal): -2614742 or 2759384. OLE color: 2759384.
HSL color Cylindrical-coordinate representation of color #D81A2A: hue angle of 354.95º 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 #D81A2A is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 42 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.15 |
| HSL | 354.95º | 0.79% | 0.47% | - |
| HSV(B) | 354.95º | 0.88% | 0.85% | - |
| XYZ | 29.11 | 15.5 | 3.65 | - |
| YUV | 84.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 42 | 0 | 0.88 | 0.81 | 0.15 | 354.95 | 0.79 | 0.47 |
| Hex | D8 | 1A | 2A | 0 | 58 | 51 | F | 163 | 4F | 2F |
| Octal | 330 | 32 | 52 | 0 | 130 | 121 | 17 | 543 | 117 | 57 |
| Binary | 11011000 | 11010 | 101010 | 0 | 1011000 | 1010001 | 1111 | 101100011 | 1001111 | 101111 |
Color Harmonies of #D81A2A
Complementary color
Monochromatic Colors of #D81A2A
Black with #D81A2A
Text Example
Text Example
White with #D81A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A2A; }
p { color: rgb(216,26,42); }
H1.HeaderClassName
{
color: #D81A2A;
}
.AnyTagClassName
{
color: #D81A2A;
}
</style>
background-color css
<style>
a { background-color: #D81A2A; }
a { background-color: rgb(216,26,42); }
div.DivClassName
{
background-color: #D81A2A;
}
.BgClassName
{
background-color: #D81A2A;
}
</style>
border-color css
<style>
span { border-color: #D81A2A; }
span { border-color: rgb(216,26,42); }
td.TdClassName
{
border-color: #D81A2A;
}
.TagClassName
{
border-color: #D81A2A;
}
</style>