Shades of Fire Engine Red #DA1324
Tints of Fire Engine Red #DA1324
RGB
CMYK
RGB Variations
Color information
#DA1324 (or 0xDA1324) is known color: Fire Engine Red. HEX triplet: DA, 13 and 24. RGB value is (218,19,36). Sum of RGB (Red+Green+Blue) = 218+19+36=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1324 is #25ECDB. Grayscale: #505050. Windows color (decimal): -2485468 or 2364378. OLE color: 2364378.
HSL color Cylindrical-coordinate representation of color #DA1324: hue angle of 354.87º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1324 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 36 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.15 |
| HSL | 354.87º | 0.84% | 0.46% | - |
| HSV(B) | 354.87º | 0.91% | 0.85% | - |
| XYZ | 29.46 | 15.5 | 3.11 | - |
| YUV | 80.44 | 102.93 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 36 | 0 | 0.91 | 0.83 | 0.15 | 354.87 | 0.84 | 0.46 |
| Hex | DA | 13 | 24 | 0 | 5B | 53 | F | 163 | 54 | 2E |
| Octal | 332 | 23 | 44 | 0 | 133 | 123 | 17 | 543 | 124 | 56 |
| Binary | 11011010 | 10011 | 100100 | 0 | 1011011 | 1010011 | 1111 | 101100011 | 1010100 | 101110 |
Color Harmonies of #DA1324
Complementary color
Monochromatic Colors of #DA1324
Black with #DA1324
Text Example
Text Example
White with #DA1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1324; }
p { color: rgb(218,19,36); }
H1.HeaderClassName
{
color: #DA1324;
}
.AnyTagClassName
{
color: #DA1324;
}
</style>
background-color css
<style>
a { background-color: #DA1324; }
a { background-color: rgb(218,19,36); }
div.DivClassName
{
background-color: #DA1324;
}
.BgClassName
{
background-color: #DA1324;
}
</style>
border-color css
<style>
span { border-color: #DA1324; }
span { border-color: rgb(218,19,36); }
td.TdClassName
{
border-color: #DA1324;
}
.TagClassName
{
border-color: #DA1324;
}
</style>