Shades of Fire Engine Red #DA161C
Tints of Fire Engine Red #DA161C
RGB
CMYK
RGB Variations
Color information
#DA161C (or 0xDA161C) is known color: Fire Engine Red. HEX triplet: DA, 16 and 1C. RGB value is (218,22,28). Sum of RGB (Red+Green+Blue) = 218+22+28=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA161C is #25E9E3. Grayscale: #515151. Windows color (decimal): -2484708 or 1840858. OLE color: 1840858.
HSL color Cylindrical-coordinate representation of color #DA161C: hue angle of 358.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA161C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.15 |
| HSL | 358.16º | 0.82% | 0.47% | - |
| HSV(B) | 358.16º | 0.9% | 0.85% | - |
| XYZ | 29.41 | 15.56 | 2.55 | - |
| YUV | 81.29 | 97.93 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 28 | 0 | 0.90 | 0.87 | 0.15 | 358.16 | 0.82 | 0.47 |
| Hex | DA | 16 | 1C | 0 | 5A | 57 | F | 166 | 52 | 2F |
| Octal | 332 | 26 | 34 | 0 | 132 | 127 | 17 | 546 | 122 | 57 |
| Binary | 11011010 | 10110 | 11100 | 0 | 1011010 | 1010111 | 1111 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DA161C
Complementary color
Monochromatic Colors of #DA161C
Black with #DA161C
Text Example
Text Example
White with #DA161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA161C; }
p { color: rgb(218,22,28); }
H1.HeaderClassName
{
color: #DA161C;
}
.AnyTagClassName
{
color: #DA161C;
}
</style>
background-color css
<style>
a { background-color: #DA161C; }
a { background-color: rgb(218,22,28); }
div.DivClassName
{
background-color: #DA161C;
}
.BgClassName
{
background-color: #DA161C;
}
</style>
border-color css
<style>
span { border-color: #DA161C; }
span { border-color: rgb(218,22,28); }
td.TdClassName
{
border-color: #DA161C;
}
.TagClassName
{
border-color: #DA161C;
}
</style>