Shades of Fire Engine Red #DA1722
Tints of Fire Engine Red #DA1722
RGB
CMYK
RGB Variations
Color information
#DA1722 (or 0xDA1722) is known color: Fire Engine Red. HEX triplet: DA, 17 and 22. RGB value is (218,23,34). Sum of RGB (Red+Green+Blue) = 218+23+34=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1722 is #25E8DD. Grayscale: #525252. Windows color (decimal): -2484446 or 2234330. OLE color: 2234330.
HSL color Cylindrical-coordinate representation of color #DA1722: hue angle of 356.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1722 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 34 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.15 |
| HSL | 356.62º | 0.81% | 0.47% | - |
| HSV(B) | 356.62º | 0.89% | 0.85% | - |
| XYZ | 29.51 | 15.63 | 2.98 | - |
| YUV | 82.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 34 | 0 | 0.89 | 0.84 | 0.15 | 356.62 | 0.81 | 0.47 |
| Hex | DA | 17 | 22 | 0 | 59 | 54 | F | 165 | 51 | 2F |
| Octal | 332 | 27 | 42 | 0 | 131 | 124 | 17 | 545 | 121 | 57 |
| Binary | 11011010 | 10111 | 100010 | 0 | 1011001 | 1010100 | 1111 | 101100101 | 1010001 | 101111 |
Color Harmonies of #DA1722
Complementary color
Monochromatic Colors of #DA1722
Black with #DA1722
Text Example
Text Example
White with #DA1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1722; }
p { color: rgb(218,23,34); }
H1.HeaderClassName
{
color: #DA1722;
}
.AnyTagClassName
{
color: #DA1722;
}
</style>
background-color css
<style>
a { background-color: #DA1722; }
a { background-color: rgb(218,23,34); }
div.DivClassName
{
background-color: #DA1722;
}
.BgClassName
{
background-color: #DA1722;
}
</style>
border-color css
<style>
span { border-color: #DA1722; }
span { border-color: rgb(218,23,34); }
td.TdClassName
{
border-color: #DA1722;
}
.TagClassName
{
border-color: #DA1722;
}
</style>