Shades of Fire Engine Red #D11618
Tints of Fire Engine Red #D11618
RGB
CMYK
RGB Variations
Color information
#D11618 (or 0xD11618) is known color: Fire Engine Red. HEX triplet: D1, 16 and 18. RGB value is (209,22,24). Sum of RGB (Red+Green+Blue) = 209+22+24=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D11618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11618 is #2EE9E7. Grayscale: #4E4E4E. Windows color (decimal): -3074536 or 1578705. OLE color: 1578705.
HSL color Cylindrical-coordinate representation of color #D11618: hue angle of 359.36º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11618 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.18 |
| HSL | 359.36º | 0.81% | 0.45% | - |
| HSV(B) | 359.36º | 0.89% | 0.82% | - |
| XYZ | 26.75 | 14.2 | 2.19 | - |
| YUV | 78.14 | 97.45 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 24 | 0 | 0.89 | 0.89 | 0.18 | 359.36 | 0.81 | 0.45 |
| Hex | D1 | 16 | 18 | 0 | 59 | 59 | 12 | 167 | 51 | 2D |
| Octal | 321 | 26 | 30 | 0 | 131 | 131 | 22 | 547 | 121 | 55 |
| Binary | 11010001 | 10110 | 11000 | 0 | 1011001 | 1011001 | 10010 | 101100111 | 1010001 | 101101 |
Color Harmonies of #D11618
Complementary color
Monochromatic Colors of #D11618
Black with #D11618
Text Example
Text Example
White with #D11618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11618; }
p { color: rgb(209,22,24); }
H1.HeaderClassName
{
color: #D11618;
}
.AnyTagClassName
{
color: #D11618;
}
</style>
background-color css
<style>
a { background-color: #D11618; }
a { background-color: rgb(209,22,24); }
div.DivClassName
{
background-color: #D11618;
}
.BgClassName
{
background-color: #D11618;
}
</style>
border-color css
<style>
span { border-color: #D11618; }
span { border-color: rgb(209,22,24); }
td.TdClassName
{
border-color: #D11618;
}
.TagClassName
{
border-color: #D11618;
}
</style>