Shades of Fire Engine Red #DA1317
Tints of Fire Engine Red #DA1317
RGB
CMYK
RGB Variations
Color information
#DA1317 (or 0xDA1317) is known color: Fire Engine Red. HEX triplet: DA, 13 and 17. RGB value is (218,19,23). Sum of RGB (Red+Green+Blue) = 218+19+23=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1317 is #25ECE8. Grayscale: #4F4F4F. Windows color (decimal): -2485481 or 1512410. OLE color: 1512410.
HSL color Cylindrical-coordinate representation of color #DA1317: hue angle of 358.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1317 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 23 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.15 |
| HSL | 358.79º | 0.84% | 0.46% | - |
| HSV(B) | 358.79º | 0.91% | 0.85% | - |
| XYZ | 29.3 | 15.43 | 2.25 | - |
| YUV | 78.96 | 96.43 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 23 | 0 | 0.91 | 0.89 | 0.15 | 358.79 | 0.84 | 0.46 |
| Hex | DA | 13 | 17 | 0 | 5B | 59 | F | 167 | 54 | 2E |
| Octal | 332 | 23 | 27 | 0 | 133 | 131 | 17 | 547 | 124 | 56 |
| Binary | 11011010 | 10011 | 10111 | 0 | 1011011 | 1011001 | 1111 | 101100111 | 1010100 | 101110 |
Color Harmonies of #DA1317
Complementary color
Monochromatic Colors of #DA1317
Black with #DA1317
Text Example
Text Example
White with #DA1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1317; }
p { color: rgb(218,19,23); }
H1.HeaderClassName
{
color: #DA1317;
}
.AnyTagClassName
{
color: #DA1317;
}
</style>
background-color css
<style>
a { background-color: #DA1317; }
a { background-color: rgb(218,19,23); }
div.DivClassName
{
background-color: #DA1317;
}
.BgClassName
{
background-color: #DA1317;
}
</style>
border-color css
<style>
span { border-color: #DA1317; }
span { border-color: rgb(218,19,23); }
td.TdClassName
{
border-color: #DA1317;
}
.TagClassName
{
border-color: #DA1317;
}
</style>