Shades of Fire Engine Red #DA1628
Tints of Fire Engine Red #DA1628
RGB
CMYK
RGB Variations
Color information
#DA1628 (or 0xDA1628) is known color: Fire Engine Red. HEX triplet: DA, 16 and 28. RGB value is (218,22,40). Sum of RGB (Red+Green+Blue) = 218+22+40=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1628 is #25E9D7. Grayscale: #525252. Windows color (decimal): -2484696 or 2627290. OLE color: 2627290.
HSL color Cylindrical-coordinate representation of color #DA1628: hue angle of 354.49º 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 #DA1628 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 40 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.15 |
| HSL | 354.49º | 0.82% | 0.47% | - |
| HSV(B) | 354.49º | 0.9% | 0.85% | - |
| XYZ | 29.58 | 15.63 | 3.47 | - |
| YUV | 82.66 | 103.93 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 40 | 0 | 0.90 | 0.82 | 0.15 | 354.49 | 0.82 | 0.47 |
| Hex | DA | 16 | 28 | 0 | 5A | 52 | F | 162 | 52 | 2F |
| Octal | 332 | 26 | 50 | 0 | 132 | 122 | 17 | 542 | 122 | 57 |
| Binary | 11011010 | 10110 | 101000 | 0 | 1011010 | 1010010 | 1111 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DA1628
Complementary color
Monochromatic Colors of #DA1628
Black with #DA1628
Text Example
Text Example
White with #DA1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1628; }
p { color: rgb(218,22,40); }
H1.HeaderClassName
{
color: #DA1628;
}
.AnyTagClassName
{
color: #DA1628;
}
</style>
background-color css
<style>
a { background-color: #DA1628; }
a { background-color: rgb(218,22,40); }
div.DivClassName
{
background-color: #DA1628;
}
.BgClassName
{
background-color: #DA1628;
}
</style>
border-color css
<style>
span { border-color: #DA1628; }
span { border-color: rgb(218,22,40); }
td.TdClassName
{
border-color: #DA1628;
}
.TagClassName
{
border-color: #DA1628;
}
</style>