Shades of Fire Engine Red #DA121D
Tints of Fire Engine Red #DA121D
RGB
CMYK
RGB Variations
Color information
#DA121D (or 0xDA121D) is known color: Fire Engine Red. HEX triplet: DA, 12 and 1D. RGB value is (218,18,29). Sum of RGB (Red+Green+Blue) = 218+18+29=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA121D is #25EDE2. Grayscale: #4F4F4F. Windows color (decimal): -2485731 or 1905370. OLE color: 1905370.
HSL color Cylindrical-coordinate representation of color #DA121D: hue angle of 356.7º 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 #DA121D is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 29 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.15 |
| HSL | 356.7º | 0.85% | 0.46% | - |
| HSV(B) | 356.7º | 0.92% | 0.85% | - |
| XYZ | 29.35 | 15.43 | 2.59 | - |
| YUV | 79.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 29 | 0 | 0.92 | 0.87 | 0.15 | 356.7 | 0.85 | 0.46 |
| Hex | DA | 12 | 1D | 0 | 5C | 57 | F | 165 | 55 | 2E |
| Octal | 332 | 22 | 35 | 0 | 134 | 127 | 17 | 545 | 125 | 56 |
| Binary | 11011010 | 10010 | 11101 | 0 | 1011100 | 1010111 | 1111 | 101100101 | 1010101 | 101110 |
Color Harmonies of #DA121D
Complementary color
Monochromatic Colors of #DA121D
Black with #DA121D
Text Example
Text Example
White with #DA121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA121D; }
p { color: rgb(218,18,29); }
H1.HeaderClassName
{
color: #DA121D;
}
.AnyTagClassName
{
color: #DA121D;
}
</style>
background-color css
<style>
a { background-color: #DA121D; }
a { background-color: rgb(218,18,29); }
div.DivClassName
{
background-color: #DA121D;
}
.BgClassName
{
background-color: #DA121D;
}
</style>
border-color css
<style>
span { border-color: #DA121D; }
span { border-color: rgb(218,18,29); }
td.TdClassName
{
border-color: #DA121D;
}
.TagClassName
{
border-color: #DA121D;
}
</style>