Shades of Fire Engine Red #DA2127
Tints of Fire Engine Red #DA2127
RGB
CMYK
RGB Variations
Color information
#DA2127 (or 0xDA2127) is known color: Fire Engine Red. HEX triplet: DA, 21 and 27. RGB value is (218,33,39). Sum of RGB (Red+Green+Blue) = 218+33+39=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2127 is #25DED8. Grayscale: #595959. Windows color (decimal): -2481881 or 2564570. OLE color: 2564570.
HSL color Cylindrical-coordinate representation of color #DA2127: hue angle of 358.05º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2127 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 39 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.15 |
| HSL | 358.05º | 0.74% | 0.49% | - |
| HSV(B) | 358.05º | 0.85% | 0.85% | - |
| XYZ | 29.82 | 16.14 | 3.46 | - |
| YUV | 89 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 39 | 0 | 0.85 | 0.82 | 0.15 | 358.05 | 0.74 | 0.49 |
| Hex | DA | 21 | 27 | 0 | 55 | 52 | F | 166 | 4A | 31 |
| Octal | 332 | 41 | 47 | 0 | 125 | 122 | 17 | 546 | 112 | 61 |
| Binary | 11011010 | 100001 | 100111 | 0 | 1010101 | 1010010 | 1111 | 101100110 | 1001010 | 110001 |
Color Harmonies of #DA2127
Complementary color
Monochromatic Colors of #DA2127
Black with #DA2127
Text Example
Text Example
White with #DA2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2127; }
p { color: rgb(218,33,39); }
H1.HeaderClassName
{
color: #DA2127;
}
.AnyTagClassName
{
color: #DA2127;
}
</style>
background-color css
<style>
a { background-color: #DA2127; }
a { background-color: rgb(218,33,39); }
div.DivClassName
{
background-color: #DA2127;
}
.BgClassName
{
background-color: #DA2127;
}
</style>
border-color css
<style>
span { border-color: #DA2127; }
span { border-color: rgb(218,33,39); }
td.TdClassName
{
border-color: #DA2127;
}
.TagClassName
{
border-color: #DA2127;
}
</style>