Shades of Fire Engine Red #DA172C
Tints of Fire Engine Red #DA172C
RGB
CMYK
RGB Variations
Color information
#DA172C (or 0xDA172C) is known color: Fire Engine Red. HEX triplet: DA, 17 and 2C. RGB value is (218,23,44). Sum of RGB (Red+Green+Blue) = 218+23+44=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA172C is #25E8D3. Grayscale: #535353. Windows color (decimal): -2484436 or 2889690. OLE color: 2889690.
HSL color Cylindrical-coordinate representation of color #DA172C: hue angle of 353.54º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA172C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 44 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.15 |
| HSL | 353.54º | 0.81% | 0.47% | - |
| HSV(B) | 353.54º | 0.89% | 0.85% | - |
| XYZ | 29.67 | 15.7 | 3.85 | - |
| YUV | 83.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 44 | 0 | 0.89 | 0.80 | 0.15 | 353.54 | 0.81 | 0.47 |
| Hex | DA | 17 | 2C | 0 | 59 | 50 | F | 162 | 51 | 2F |
| Octal | 332 | 27 | 54 | 0 | 131 | 120 | 17 | 542 | 121 | 57 |
| Binary | 11011010 | 10111 | 101100 | 0 | 1011001 | 1010000 | 1111 | 101100010 | 1010001 | 101111 |
Color Harmonies of #DA172C
Complementary color
Monochromatic Colors of #DA172C
Black with #DA172C
Text Example
Text Example
White with #DA172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA172C; }
p { color: rgb(218,23,44); }
H1.HeaderClassName
{
color: #DA172C;
}
.AnyTagClassName
{
color: #DA172C;
}
</style>
background-color css
<style>
a { background-color: #DA172C; }
a { background-color: rgb(218,23,44); }
div.DivClassName
{
background-color: #DA172C;
}
.BgClassName
{
background-color: #DA172C;
}
</style>
border-color css
<style>
span { border-color: #DA172C; }
span { border-color: rgb(218,23,44); }
td.TdClassName
{
border-color: #DA172C;
}
.TagClassName
{
border-color: #DA172C;
}
</style>