Shades of Fire Engine Red #DA0525
Tints of Fire Engine Red #DA0525
RGB
CMYK
RGB Variations
Color information
#DA0525 (or 0xDA0525) is known color: Fire Engine Red. HEX triplet: DA, 05 and 25. RGB value is (218,5,37). Sum of RGB (Red+Green+Blue) = 218+5+37=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0525 is #25FADA. Grayscale: #484848. Windows color (decimal): -2489051 or 2426330. OLE color: 2426330.
HSL color Cylindrical-coordinate representation of color #DA0525: hue angle of 350.99º 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 #DA0525 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.15 |
| HSL | 350.99º | 0.96% | 0.44% | - |
| HSV(B) | 350.99º | 0.98% | 0.85% | - |
| XYZ | 29.3 | 15.15 | 3.13 | - |
| YUV | 72.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 37 | 0 | 0.98 | 0.83 | 0.15 | 350.99 | 0.96 | 0.44 |
| Hex | DA | 5 | 25 | 0 | 62 | 53 | F | 15F | 60 | 2C |
| Octal | 332 | 5 | 45 | 0 | 142 | 123 | 17 | 537 | 140 | 54 |
| Binary | 11011010 | 101 | 100101 | 0 | 1100010 | 1010011 | 1111 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DA0525
Complementary color
Monochromatic Colors of #DA0525
Black with #DA0525
Text Example
Text Example
White with #DA0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0525; }
p { color: rgb(218,5,37); }
H1.HeaderClassName
{
color: #DA0525;
}
.AnyTagClassName
{
color: #DA0525;
}
</style>
background-color css
<style>
a { background-color: #DA0525; }
a { background-color: rgb(218,5,37); }
div.DivClassName
{
background-color: #DA0525;
}
.BgClassName
{
background-color: #DA0525;
}
</style>
border-color css
<style>
span { border-color: #DA0525; }
span { border-color: rgb(218,5,37); }
td.TdClassName
{
border-color: #DA0525;
}
.TagClassName
{
border-color: #DA0525;
}
</style>