Shades of Fire Engine Red #DA0A27
Tints of Fire Engine Red #DA0A27
RGB
CMYK
RGB Variations
Color information
#DA0A27 (or 0xDA0A27) is known color: Fire Engine Red. HEX triplet: DA, 0A and 27. RGB value is (218,10,39). Sum of RGB (Red+Green+Blue) = 218+10+39=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A27 is #25F5D8. Grayscale: #4B4B4B. Windows color (decimal): -2487769 or 2558682. OLE color: 2558682.
HSL color Cylindrical-coordinate representation of color #DA0A27: hue angle of 351.63º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A27 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 39 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.15 |
| HSL | 351.63º | 0.91% | 0.45% | - |
| HSV(B) | 351.63º | 0.95% | 0.85% | - |
| XYZ | 29.39 | 15.27 | 3.32 | - |
| YUV | 75.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 39 | 0 | 0.95 | 0.82 | 0.15 | 351.63 | 0.91 | 0.45 |
| Hex | DA | A | 27 | 0 | 5F | 52 | F | 160 | 5B | 2D |
| Octal | 332 | 12 | 47 | 0 | 137 | 122 | 17 | 540 | 133 | 55 |
| Binary | 11011010 | 1010 | 100111 | 0 | 1011111 | 1010010 | 1111 | 101100000 | 1011011 | 101101 |
Color Harmonies of #DA0A27
Complementary color
Monochromatic Colors of #DA0A27
Black with #DA0A27
Text Example
Text Example
White with #DA0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A27; }
p { color: rgb(218,10,39); }
H1.HeaderClassName
{
color: #DA0A27;
}
.AnyTagClassName
{
color: #DA0A27;
}
</style>
background-color css
<style>
a { background-color: #DA0A27; }
a { background-color: rgb(218,10,39); }
div.DivClassName
{
background-color: #DA0A27;
}
.BgClassName
{
background-color: #DA0A27;
}
</style>
border-color css
<style>
span { border-color: #DA0A27; }
span { border-color: rgb(218,10,39); }
td.TdClassName
{
border-color: #DA0A27;
}
.TagClassName
{
border-color: #DA0A27;
}
</style>