Shades of Fire Engine Red #DA1728
Tints of Fire Engine Red #DA1728
RGB
CMYK
RGB Variations
Color information
#DA1728 (or 0xDA1728) is known color: Fire Engine Red. HEX triplet: DA, 17 and 28. RGB value is (218,23,40). Sum of RGB (Red+Green+Blue) = 218+23+40=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1728 is #25E8D7. Grayscale: #535353. Windows color (decimal): -2484440 or 2627546. OLE color: 2627546.
HSL color Cylindrical-coordinate representation of color #DA1728: hue angle of 354.77º 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 #DA1728 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 40 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.15 |
| HSL | 354.77º | 0.81% | 0.47% | - |
| HSV(B) | 354.77º | 0.89% | 0.85% | - |
| XYZ | 29.6 | 15.67 | 3.47 | - |
| YUV | 83.24 | 103.6 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 40 | 0 | 0.89 | 0.82 | 0.15 | 354.77 | 0.81 | 0.47 |
| Hex | DA | 17 | 28 | 0 | 59 | 52 | F | 163 | 51 | 2F |
| Octal | 332 | 27 | 50 | 0 | 131 | 122 | 17 | 543 | 121 | 57 |
| Binary | 11011010 | 10111 | 101000 | 0 | 1011001 | 1010010 | 1111 | 101100011 | 1010001 | 101111 |
Color Harmonies of #DA1728
Complementary color
Monochromatic Colors of #DA1728
Black with #DA1728
Text Example
Text Example
White with #DA1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1728; }
p { color: rgb(218,23,40); }
H1.HeaderClassName
{
color: #DA1728;
}
.AnyTagClassName
{
color: #DA1728;
}
</style>
background-color css
<style>
a { background-color: #DA1728; }
a { background-color: rgb(218,23,40); }
div.DivClassName
{
background-color: #DA1728;
}
.BgClassName
{
background-color: #DA1728;
}
</style>
border-color css
<style>
span { border-color: #DA1728; }
span { border-color: rgb(218,23,40); }
td.TdClassName
{
border-color: #DA1728;
}
.TagClassName
{
border-color: #DA1728;
}
</style>