Shades of Fire Engine Red #D81123
Tints of Fire Engine Red #D81123
RGB
CMYK
RGB Variations
Color information
#D81123 (or 0xD81123) is known color: Fire Engine Red. HEX triplet: D8, 11 and 23. RGB value is (216,17,35). Sum of RGB (Red+Green+Blue) = 216+17+35=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D81123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81123 is #27EEDC. Grayscale: #4E4E4E. Windows color (decimal): -2617053 or 2298328. OLE color: 2298328.
HSL color Cylindrical-coordinate representation of color #D81123: hue angle of 354.57º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81123 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 35 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.15 |
| HSL | 354.57º | 0.85% | 0.46% | - |
| HSV(B) | 354.57º | 0.92% | 0.85% | - |
| XYZ | 28.82 | 15.12 | 2.99 | - |
| YUV | 78.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 35 | 0 | 0.92 | 0.84 | 0.15 | 354.57 | 0.85 | 0.46 |
| Hex | D8 | 11 | 23 | 0 | 5C | 54 | F | 163 | 55 | 2E |
| Octal | 330 | 21 | 43 | 0 | 134 | 124 | 17 | 543 | 125 | 56 |
| Binary | 11011000 | 10001 | 100011 | 0 | 1011100 | 1010100 | 1111 | 101100011 | 1010101 | 101110 |
Color Harmonies of #D81123
Complementary color
Monochromatic Colors of #D81123
Black with #D81123
Text Example
Text Example
White with #D81123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81123; }
p { color: rgb(216,17,35); }
H1.HeaderClassName
{
color: #D81123;
}
.AnyTagClassName
{
color: #D81123;
}
</style>
background-color css
<style>
a { background-color: #D81123; }
a { background-color: rgb(216,17,35); }
div.DivClassName
{
background-color: #D81123;
}
.BgClassName
{
background-color: #D81123;
}
</style>
border-color css
<style>
span { border-color: #D81123; }
span { border-color: rgb(216,17,35); }
td.TdClassName
{
border-color: #D81123;
}
.TagClassName
{
border-color: #D81123;
}
</style>