Shades of Fire Engine Red #DA0428
Tints of Fire Engine Red #DA0428
RGB
CMYK
RGB Variations
Color information
#DA0428 (or 0xDA0428) is known color: Fire Engine Red. HEX triplet: DA, 04 and 28. RGB value is (218,4,40). Sum of RGB (Red+Green+Blue) = 218+4+40=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0428 is #25FBD7. Grayscale: #484848. Windows color (decimal): -2489304 or 2622682. OLE color: 2622682.
HSL color Cylindrical-coordinate representation of color #DA0428: hue angle of 349.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0428 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.15 |
| HSL | 349.91º | 0.96% | 0.44% | - |
| HSV(B) | 349.91º | 0.98% | 0.85% | - |
| XYZ | 29.34 | 15.15 | 3.38 | - |
| YUV | 72.09 | 109.9 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 40 | 0 | 0.98 | 0.82 | 0.15 | 349.91 | 0.96 | 0.44 |
| Hex | DA | 4 | 28 | 0 | 62 | 52 | F | 15E | 60 | 2C |
| Octal | 332 | 4 | 50 | 0 | 142 | 122 | 17 | 536 | 140 | 54 |
| Binary | 11011010 | 100 | 101000 | 0 | 1100010 | 1010010 | 1111 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DA0428
Complementary color
Monochromatic Colors of #DA0428
Black with #DA0428
Text Example
Text Example
White with #DA0428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0428; }
p { color: rgb(218,4,40); }
H1.HeaderClassName
{
color: #DA0428;
}
.AnyTagClassName
{
color: #DA0428;
}
</style>
background-color css
<style>
a { background-color: #DA0428; }
a { background-color: rgb(218,4,40); }
div.DivClassName
{
background-color: #DA0428;
}
.BgClassName
{
background-color: #DA0428;
}
</style>
border-color css
<style>
span { border-color: #DA0428; }
span { border-color: rgb(218,4,40); }
td.TdClassName
{
border-color: #DA0428;
}
.TagClassName
{
border-color: #DA0428;
}
</style>