Shades of Fire Engine Red #DA0425
Tints of Fire Engine Red #DA0425
RGB
CMYK
RGB Variations
Color information
#DA0425 (or 0xDA0425) is known color: Fire Engine Red. HEX triplet: DA, 04 and 25. RGB value is (218,4,37). Sum of RGB (Red+Green+Blue) = 218+4+37=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0425 is #25FBDA. Grayscale: #474747. Windows color (decimal): -2489307 or 2426074. OLE color: 2426074.
HSL color Cylindrical-coordinate representation of color #DA0425: hue angle of 350.75º 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 #DA0425 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.15 |
| HSL | 350.75º | 0.96% | 0.44% | - |
| HSV(B) | 350.75º | 0.98% | 0.85% | - |
| XYZ | 29.29 | 15.13 | 3.13 | - |
| YUV | 71.75 | 108.4 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 37 | 0 | 0.98 | 0.83 | 0.15 | 350.75 | 0.96 | 0.44 |
| Hex | DA | 4 | 25 | 0 | 62 | 53 | F | 15F | 60 | 2C |
| Octal | 332 | 4 | 45 | 0 | 142 | 123 | 17 | 537 | 140 | 54 |
| Binary | 11011010 | 100 | 100101 | 0 | 1100010 | 1010011 | 1111 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DA0425
Complementary color
Monochromatic Colors of #DA0425
Black with #DA0425
Text Example
Text Example
White with #DA0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0425; }
p { color: rgb(218,4,37); }
H1.HeaderClassName
{
color: #DA0425;
}
.AnyTagClassName
{
color: #DA0425;
}
</style>
background-color css
<style>
a { background-color: #DA0425; }
a { background-color: rgb(218,4,37); }
div.DivClassName
{
background-color: #DA0425;
}
.BgClassName
{
background-color: #DA0425;
}
</style>
border-color css
<style>
span { border-color: #DA0425; }
span { border-color: rgb(218,4,37); }
td.TdClassName
{
border-color: #DA0425;
}
.TagClassName
{
border-color: #DA0425;
}
</style>