Shades of Fire Engine Red #D81A28
Tints of Fire Engine Red #D81A28
RGB
CMYK
RGB Variations
Color information
#D81A28 (or 0xD81A28) is known color: Fire Engine Red. HEX triplet: D8, 1A and 28. RGB value is (216,26,40). Sum of RGB (Red+Green+Blue) = 216+26+40=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A28 is #27E5D7. Grayscale: #545454. Windows color (decimal): -2614744 or 2628312. OLE color: 2628312.
HSL color Cylindrical-coordinate representation of color #D81A28: hue angle of 355.58º 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 #D81A28 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 40 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.15 |
| HSL | 355.58º | 0.79% | 0.47% | - |
| HSV(B) | 355.58º | 0.88% | 0.85% | - |
| XYZ | 29.07 | 15.49 | 3.47 | - |
| YUV | 84.41 | 102.95 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 40 | 0 | 0.88 | 0.81 | 0.15 | 355.58 | 0.79 | 0.47 |
| Hex | D8 | 1A | 28 | 0 | 58 | 51 | F | 164 | 4F | 2F |
| Octal | 330 | 32 | 50 | 0 | 130 | 121 | 17 | 544 | 117 | 57 |
| Binary | 11011000 | 11010 | 101000 | 0 | 1011000 | 1010001 | 1111 | 101100100 | 1001111 | 101111 |
Color Harmonies of #D81A28
Complementary color
Monochromatic Colors of #D81A28
Black with #D81A28
Text Example
Text Example
White with #D81A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A28; }
p { color: rgb(216,26,40); }
H1.HeaderClassName
{
color: #D81A28;
}
.AnyTagClassName
{
color: #D81A28;
}
</style>
background-color css
<style>
a { background-color: #D81A28; }
a { background-color: rgb(216,26,40); }
div.DivClassName
{
background-color: #D81A28;
}
.BgClassName
{
background-color: #D81A28;
}
</style>
border-color css
<style>
span { border-color: #D81A28; }
span { border-color: rgb(216,26,40); }
td.TdClassName
{
border-color: #D81A28;
}
.TagClassName
{
border-color: #D81A28;
}
</style>