Shades of Fire Engine Red #DA0128
Tints of Fire Engine Red #DA0128
RGB
CMYK
RGB Variations
Color information
#DA0128 (or 0xDA0128) is known color: Fire Engine Red. HEX triplet: DA, 01 and 28. RGB value is (218,1,40). Sum of RGB (Red+Green+Blue) = 218+1+40=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0128 is #25FED7. Grayscale: #464646. Windows color (decimal): -2490072 or 2621914. OLE color: 2621914.
HSL color Cylindrical-coordinate representation of color #DA0128: hue angle of 349.22º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0128 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.15 |
| HSL | 349.22º | 0.99% | 0.43% | - |
| HSV(B) | 349.22º | 1% | 0.85% | - |
| XYZ | 29.31 | 15.08 | 3.37 | - |
| YUV | 70.33 | 110.89 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 40 | 0 | 1.00 | 0.82 | 0.15 | 349.22 | 0.99 | 0.43 |
| Hex | DA | 1 | 28 | 0 | 64 | 52 | F | 15D | 63 | 2B |
| Octal | 332 | 1 | 50 | 0 | 144 | 122 | 17 | 535 | 143 | 53 |
| Binary | 11011010 | 1 | 101000 | 0 | 1100100 | 1010010 | 1111 | 101011101 | 1100011 | 101011 |
Color Harmonies of #DA0128
Complementary color
Monochromatic Colors of #DA0128
Black with #DA0128
Text Example
Text Example
White with #DA0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0128; }
p { color: rgb(218,1,40); }
H1.HeaderClassName
{
color: #DA0128;
}
.AnyTagClassName
{
color: #DA0128;
}
</style>
background-color css
<style>
a { background-color: #DA0128; }
a { background-color: rgb(218,1,40); }
div.DivClassName
{
background-color: #DA0128;
}
.BgClassName
{
background-color: #DA0128;
}
</style>
border-color css
<style>
span { border-color: #DA0128; }
span { border-color: rgb(218,1,40); }
td.TdClassName
{
border-color: #DA0128;
}
.TagClassName
{
border-color: #DA0128;
}
</style>