Shades of Fire Engine Red #D61719
Tints of Fire Engine Red #D61719
RGB
CMYK
RGB Variations
Color information
#D61719 (or 0xD61719) is known color: Fire Engine Red. HEX triplet: D6, 17 and 19. RGB value is (214,23,25). Sum of RGB (Red+Green+Blue) = 214+23+25=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D61719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61719 is #29E8E6. Grayscale: #505050. Windows color (decimal): -2746599 or 1644502. OLE color: 1644502.
HSL color Cylindrical-coordinate representation of color #D61719: hue angle of 359.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61719 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.16 |
| HSL | 359.37º | 0.81% | 0.46% | - |
| HSV(B) | 359.37º | 0.89% | 0.84% | - |
| XYZ | 28.21 | 14.98 | 2.32 | - |
| YUV | 80.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 25 | 0 | 0.89 | 0.88 | 0.16 | 359.37 | 0.81 | 0.46 |
| Hex | D6 | 17 | 19 | 0 | 59 | 58 | 10 | 167 | 51 | 2E |
| Octal | 326 | 27 | 31 | 0 | 131 | 130 | 20 | 547 | 121 | 56 |
| Binary | 11010110 | 10111 | 11001 | 0 | 1011001 | 1011000 | 10000 | 101100111 | 1010001 | 101110 |
Color Harmonies of #D61719
Complementary color
Monochromatic Colors of #D61719
Black with #D61719
Text Example
Text Example
White with #D61719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61719; }
p { color: rgb(214,23,25); }
H1.HeaderClassName
{
color: #D61719;
}
.AnyTagClassName
{
color: #D61719;
}
</style>
background-color css
<style>
a { background-color: #D61719; }
a { background-color: rgb(214,23,25); }
div.DivClassName
{
background-color: #D61719;
}
.BgClassName
{
background-color: #D61719;
}
</style>
border-color css
<style>
span { border-color: #D61719; }
span { border-color: rgb(214,23,25); }
td.TdClassName
{
border-color: #D61719;
}
.TagClassName
{
border-color: #D61719;
}
</style>