Shades of Fire Engine Red #DA121C
Tints of Fire Engine Red #DA121C
RGB
CMYK
RGB Variations
Color information
#DA121C (or 0xDA121C) is known color: Fire Engine Red. HEX triplet: DA, 12 and 1C. RGB value is (218,18,28). Sum of RGB (Red+Green+Blue) = 218+18+28=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA121C is #25EDE3. Grayscale: #4F4F4F. Windows color (decimal): -2485732 or 1839834. OLE color: 1839834.
HSL color Cylindrical-coordinate representation of color #DA121C: hue angle of 357º 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 #DA121C is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 28 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.15 |
| HSL | 357º | 0.85% | 0.46% | - |
| HSV(B) | 357º | 0.92% | 0.85% | - |
| XYZ | 29.34 | 15.42 | 2.53 | - |
| YUV | 78.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 28 | 0 | 0.92 | 0.87 | 0.15 | 357 | 0.85 | 0.46 |
| Hex | DA | 12 | 1C | 0 | 5C | 57 | F | 165 | 55 | 2E |
| Octal | 332 | 22 | 34 | 0 | 134 | 127 | 17 | 545 | 125 | 56 |
| Binary | 11011010 | 10010 | 11100 | 0 | 1011100 | 1010111 | 1111 | 101100101 | 1010101 | 101110 |
Color Harmonies of #DA121C
Complementary color
Monochromatic Colors of #DA121C
Black with #DA121C
Text Example
Text Example
White with #DA121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA121C; }
p { color: rgb(218,18,28); }
H1.HeaderClassName
{
color: #DA121C;
}
.AnyTagClassName
{
color: #DA121C;
}
</style>
background-color css
<style>
a { background-color: #DA121C; }
a { background-color: rgb(218,18,28); }
div.DivClassName
{
background-color: #DA121C;
}
.BgClassName
{
background-color: #DA121C;
}
</style>
border-color css
<style>
span { border-color: #DA121C; }
span { border-color: rgb(218,18,28); }
td.TdClassName
{
border-color: #DA121C;
}
.TagClassName
{
border-color: #DA121C;
}
</style>