Shades of Fire Engine Red #DA1D22
Tints of Fire Engine Red #DA1D22
RGB
CMYK
RGB Variations
Color information
#DA1D22 (or 0xDA1D22) is known color: Fire Engine Red. HEX triplet: DA, 1D and 22. RGB value is (218,29,34). Sum of RGB (Red+Green+Blue) = 218+29+34=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1D22 is #25E2DD. Grayscale: #565656. Windows color (decimal): -2482910 or 2235866. OLE color: 2235866.
HSL color Cylindrical-coordinate representation of color #DA1D22: hue angle of 358.41º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1D22 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 34 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.15 |
| HSL | 358.41º | 0.77% | 0.48% | - |
| HSV(B) | 358.41º | 0.87% | 0.85% | - |
| XYZ | 29.64 | 15.9 | 3.02 | - |
| YUV | 86.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 34 | 0 | 0.87 | 0.84 | 0.15 | 358.41 | 0.77 | 0.48 |
| Hex | DA | 1D | 22 | 0 | 57 | 54 | F | 166 | 4D | 30 |
| Octal | 332 | 35 | 42 | 0 | 127 | 124 | 17 | 546 | 115 | 60 |
| Binary | 11011010 | 11101 | 100010 | 0 | 1010111 | 1010100 | 1111 | 101100110 | 1001101 | 110000 |
Color Harmonies of #DA1D22
Complementary color
Monochromatic Colors of #DA1D22
Black with #DA1D22
Text Example
Text Example
White with #DA1D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D22; }
p { color: rgb(218,29,34); }
H1.HeaderClassName
{
color: #DA1D22;
}
.AnyTagClassName
{
color: #DA1D22;
}
</style>
background-color css
<style>
a { background-color: #DA1D22; }
a { background-color: rgb(218,29,34); }
div.DivClassName
{
background-color: #DA1D22;
}
.BgClassName
{
background-color: #DA1D22;
}
</style>
border-color css
<style>
span { border-color: #DA1D22; }
span { border-color: rgb(218,29,34); }
td.TdClassName
{
border-color: #DA1D22;
}
.TagClassName
{
border-color: #DA1D22;
}
</style>