Shades of Fire Engine Red #DA1229
Tints of Fire Engine Red #DA1229
RGB
CMYK
RGB Variations
Color information
#DA1229 (or 0xDA1229) is known color: Fire Engine Red. HEX triplet: DA, 12 and 29. RGB value is (218,18,41). Sum of RGB (Red+Green+Blue) = 218+18+41=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1229 is #25EDD6. Grayscale: #505050. Windows color (decimal): -2485719 or 2691802. OLE color: 2691802.
HSL color Cylindrical-coordinate representation of color #DA1229: hue angle of 353.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1229 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 41 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.15 |
| HSL | 353.1º | 0.85% | 0.46% | - |
| HSV(B) | 353.1º | 0.92% | 0.85% | - |
| XYZ | 29.53 | 15.5 | 3.53 | - |
| YUV | 80.42 | 105.76 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 41 | 0 | 0.92 | 0.81 | 0.15 | 353.1 | 0.85 | 0.46 |
| Hex | DA | 12 | 29 | 0 | 5C | 51 | F | 161 | 55 | 2E |
| Octal | 332 | 22 | 51 | 0 | 134 | 121 | 17 | 541 | 125 | 56 |
| Binary | 11011010 | 10010 | 101001 | 0 | 1011100 | 1010001 | 1111 | 101100001 | 1010101 | 101110 |
Color Harmonies of #DA1229
Complementary color
Monochromatic Colors of #DA1229
Black with #DA1229
Text Example
Text Example
White with #DA1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1229; }
p { color: rgb(218,18,41); }
H1.HeaderClassName
{
color: #DA1229;
}
.AnyTagClassName
{
color: #DA1229;
}
</style>
background-color css
<style>
a { background-color: #DA1229; }
a { background-color: rgb(218,18,41); }
div.DivClassName
{
background-color: #DA1229;
}
.BgClassName
{
background-color: #DA1229;
}
</style>
border-color css
<style>
span { border-color: #DA1229; }
span { border-color: rgb(218,18,41); }
td.TdClassName
{
border-color: #DA1229;
}
.TagClassName
{
border-color: #DA1229;
}
</style>