Shades of Fire Engine Red #D61217
Tints of Fire Engine Red #D61217
RGB
CMYK
RGB Variations
Color information
#D61217 (or 0xD61217) is known color: Fire Engine Red. HEX triplet: D6, 12 and 17. RGB value is (214,18,23). Sum of RGB (Red+Green+Blue) = 214+18+23=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D61217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61217 is #29EDE8. Grayscale: #4D4D4D. Windows color (decimal): -2747881 or 1512150. OLE color: 1512150.
HSL color Cylindrical-coordinate representation of color #D61217: hue angle of 358.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61217 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 23 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.16 |
| HSL | 358.47º | 0.84% | 0.45% | - |
| HSV(B) | 358.47º | 0.92% | 0.84% | - |
| XYZ | 28.1 | 14.79 | 2.18 | - |
| YUV | 77.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 23 | 0 | 0.92 | 0.89 | 0.16 | 358.47 | 0.84 | 0.45 |
| Hex | D6 | 12 | 17 | 0 | 5C | 59 | 10 | 166 | 54 | 2D |
| Octal | 326 | 22 | 27 | 0 | 134 | 131 | 20 | 546 | 124 | 55 |
| Binary | 11010110 | 10010 | 10111 | 0 | 1011100 | 1011001 | 10000 | 101100110 | 1010100 | 101101 |
Color Harmonies of #D61217
Complementary color
Monochromatic Colors of #D61217
Black with #D61217
Text Example
Text Example
White with #D61217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61217; }
p { color: rgb(214,18,23); }
H1.HeaderClassName
{
color: #D61217;
}
.AnyTagClassName
{
color: #D61217;
}
</style>
background-color css
<style>
a { background-color: #D61217; }
a { background-color: rgb(214,18,23); }
div.DivClassName
{
background-color: #D61217;
}
.BgClassName
{
background-color: #D61217;
}
</style>
border-color css
<style>
span { border-color: #D61217; }
span { border-color: rgb(214,18,23); }
td.TdClassName
{
border-color: #D61217;
}
.TagClassName
{
border-color: #D61217;
}
</style>