Shades of Fire Engine Red #DA2227
Tints of Fire Engine Red #DA2227
RGB
CMYK
RGB Variations
Color information
#DA2227 (or 0xDA2227) is known color: Fire Engine Red. HEX triplet: DA, 22 and 27. RGB value is (218,34,39). Sum of RGB (Red+Green+Blue) = 218+34+39=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2227 is #25DDD8. Grayscale: #595959. Windows color (decimal): -2481625 or 2564826. OLE color: 2564826.
HSL color Cylindrical-coordinate representation of color #DA2227: hue angle of 358.37º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2227 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 39 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.15 |
| HSL | 358.37º | 0.73% | 0.49% | - |
| HSV(B) | 358.37º | 0.84% | 0.85% | - |
| XYZ | 29.85 | 16.2 | 3.47 | - |
| YUV | 89.59 | 99.46 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 39 | 0 | 0.84 | 0.82 | 0.15 | 358.37 | 0.73 | 0.49 |
| Hex | DA | 22 | 27 | 0 | 54 | 52 | F | 166 | 49 | 31 |
| Octal | 332 | 42 | 47 | 0 | 124 | 122 | 17 | 546 | 111 | 61 |
| Binary | 11011010 | 100010 | 100111 | 0 | 1010100 | 1010010 | 1111 | 101100110 | 1001001 | 110001 |
Color Harmonies of #DA2227
Complementary color
Monochromatic Colors of #DA2227
Black with #DA2227
Text Example
Text Example
White with #DA2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2227; }
p { color: rgb(218,34,39); }
H1.HeaderClassName
{
color: #DA2227;
}
.AnyTagClassName
{
color: #DA2227;
}
</style>
background-color css
<style>
a { background-color: #DA2227; }
a { background-color: rgb(218,34,39); }
div.DivClassName
{
background-color: #DA2227;
}
.BgClassName
{
background-color: #DA2227;
}
</style>
border-color css
<style>
span { border-color: #DA2227; }
span { border-color: rgb(218,34,39); }
td.TdClassName
{
border-color: #DA2227;
}
.TagClassName
{
border-color: #DA2227;
}
</style>