Shades of Fire Engine Red #DA0625
Tints of Fire Engine Red #DA0625
RGB
CMYK
RGB Variations
Color information
#DA0625 (or 0xDA0625) is known color: Fire Engine Red. HEX triplet: DA, 06 and 25. RGB value is (218,6,37). Sum of RGB (Red+Green+Blue) = 218+6+37=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0625 is #25F9DA. Grayscale: #494949. Windows color (decimal): -2488795 or 2426586. OLE color: 2426586.
HSL color Cylindrical-coordinate representation of color #DA0625: hue angle of 351.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0625 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.15 |
| HSL | 351.23º | 0.95% | 0.44% | - |
| HSV(B) | 351.23º | 0.97% | 0.85% | - |
| XYZ | 29.31 | 15.17 | 3.13 | - |
| YUV | 72.92 | 107.74 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 37 | 0 | 0.97 | 0.83 | 0.15 | 351.23 | 0.95 | 0.44 |
| Hex | DA | 6 | 25 | 0 | 61 | 53 | F | 15F | 5F | 2C |
| Octal | 332 | 6 | 45 | 0 | 141 | 123 | 17 | 537 | 137 | 54 |
| Binary | 11011010 | 110 | 100101 | 0 | 1100001 | 1010011 | 1111 | 101011111 | 1011111 | 101100 |
Color Harmonies of #DA0625
Complementary color
Monochromatic Colors of #DA0625
Black with #DA0625
Text Example
Text Example
White with #DA0625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0625; }
p { color: rgb(218,6,37); }
H1.HeaderClassName
{
color: #DA0625;
}
.AnyTagClassName
{
color: #DA0625;
}
</style>
background-color css
<style>
a { background-color: #DA0625; }
a { background-color: rgb(218,6,37); }
div.DivClassName
{
background-color: #DA0625;
}
.BgClassName
{
background-color: #DA0625;
}
</style>
border-color css
<style>
span { border-color: #DA0625; }
span { border-color: rgb(218,6,37); }
td.TdClassName
{
border-color: #DA0625;
}
.TagClassName
{
border-color: #DA0625;
}
</style>