Shades of Fire Engine Red #DA0722
Tints of Fire Engine Red #DA0722
RGB
CMYK
RGB Variations
Color information
#DA0722 (or 0xDA0722) is known color: Fire Engine Red. HEX triplet: DA, 07 and 22. RGB value is (218,7,34). Sum of RGB (Red+Green+Blue) = 218+7+34=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0722 is #25F8DD. Grayscale: #494949. Windows color (decimal): -2488542 or 2230234. OLE color: 2230234.
HSL color Cylindrical-coordinate representation of color #DA0722: hue angle of 352.32º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0722 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.15 |
| HSL | 352.32º | 0.94% | 0.44% | - |
| HSV(B) | 352.32º | 0.97% | 0.85% | - |
| XYZ | 29.28 | 15.17 | 2.9 | - |
| YUV | 73.17 | 105.9 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 34 | 0 | 0.97 | 0.84 | 0.15 | 352.32 | 0.94 | 0.44 |
| Hex | DA | 7 | 22 | 0 | 61 | 54 | F | 160 | 5E | 2C |
| Octal | 332 | 7 | 42 | 0 | 141 | 124 | 17 | 540 | 136 | 54 |
| Binary | 11011010 | 111 | 100010 | 0 | 1100001 | 1010100 | 1111 | 101100000 | 1011110 | 101100 |
Color Harmonies of #DA0722
Complementary color
Monochromatic Colors of #DA0722
Black with #DA0722
Text Example
Text Example
White with #DA0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0722; }
p { color: rgb(218,7,34); }
H1.HeaderClassName
{
color: #DA0722;
}
.AnyTagClassName
{
color: #DA0722;
}
</style>
background-color css
<style>
a { background-color: #DA0722; }
a { background-color: rgb(218,7,34); }
div.DivClassName
{
background-color: #DA0722;
}
.BgClassName
{
background-color: #DA0722;
}
</style>
border-color css
<style>
span { border-color: #DA0722; }
span { border-color: rgb(218,7,34); }
td.TdClassName
{
border-color: #DA0722;
}
.TagClassName
{
border-color: #DA0722;
}
</style>