Shades of Fire Engine Red #DA0925
Tints of Fire Engine Red #DA0925
RGB
CMYK
RGB Variations
Color information
#DA0925 (or 0xDA0925) is known color: Fire Engine Red. HEX triplet: DA, 09 and 25. RGB value is (218,9,37). Sum of RGB (Red+Green+Blue) = 218+9+37=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0925 is #25F6DA. Grayscale: #4A4A4A. Windows color (decimal): -2488027 or 2427354. OLE color: 2427354.
HSL color Cylindrical-coordinate representation of color #DA0925: hue angle of 351.96º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0925 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 37 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.15 |
| HSL | 351.96º | 0.92% | 0.45% | - |
| HSV(B) | 351.96º | 0.96% | 0.85% | - |
| XYZ | 29.35 | 15.23 | 3.14 | - |
| YUV | 74.68 | 106.74 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 37 | 0 | 0.96 | 0.83 | 0.15 | 351.96 | 0.92 | 0.45 |
| Hex | DA | 9 | 25 | 0 | 60 | 53 | F | 160 | 5C | 2D |
| Octal | 332 | 11 | 45 | 0 | 140 | 123 | 17 | 540 | 134 | 55 |
| Binary | 11011010 | 1001 | 100101 | 0 | 1100000 | 1010011 | 1111 | 101100000 | 1011100 | 101101 |
Color Harmonies of #DA0925
Complementary color
Monochromatic Colors of #DA0925
Black with #DA0925
Text Example
Text Example
White with #DA0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0925; }
p { color: rgb(218,9,37); }
H1.HeaderClassName
{
color: #DA0925;
}
.AnyTagClassName
{
color: #DA0925;
}
</style>
background-color css
<style>
a { background-color: #DA0925; }
a { background-color: rgb(218,9,37); }
div.DivClassName
{
background-color: #DA0925;
}
.BgClassName
{
background-color: #DA0925;
}
</style>
border-color css
<style>
span { border-color: #DA0925; }
span { border-color: rgb(218,9,37); }
td.TdClassName
{
border-color: #DA0925;
}
.TagClassName
{
border-color: #DA0925;
}
</style>