Shades of Fire Engine Red #DA0627
Tints of Fire Engine Red #DA0627
RGB
CMYK
RGB Variations
Color information
#DA0627 (or 0xDA0627) is known color: Fire Engine Red. HEX triplet: DA, 06 and 27. RGB value is (218,6,39). Sum of RGB (Red+Green+Blue) = 218+6+39=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0627 is #25F9D8. Grayscale: #494949. Windows color (decimal): -2488793 or 2557658. OLE color: 2557658.
HSL color Cylindrical-coordinate representation of color #DA0627: hue angle of 350.66º 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 #DA0627 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.15 |
| HSL | 350.66º | 0.95% | 0.44% | - |
| HSV(B) | 350.66º | 0.97% | 0.85% | - |
| XYZ | 29.34 | 15.18 | 3.3 | - |
| YUV | 73.15 | 108.74 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 39 | 0 | 0.97 | 0.82 | 0.15 | 350.66 | 0.95 | 0.44 |
| Hex | DA | 6 | 27 | 0 | 61 | 52 | F | 15F | 5F | 2C |
| Octal | 332 | 6 | 47 | 0 | 141 | 122 | 17 | 537 | 137 | 54 |
| Binary | 11011010 | 110 | 100111 | 0 | 1100001 | 1010010 | 1111 | 101011111 | 1011111 | 101100 |
Color Harmonies of #DA0627
Complementary color
Monochromatic Colors of #DA0627
Black with #DA0627
Text Example
Text Example
White with #DA0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0627; }
p { color: rgb(218,6,39); }
H1.HeaderClassName
{
color: #DA0627;
}
.AnyTagClassName
{
color: #DA0627;
}
</style>
background-color css
<style>
a { background-color: #DA0627; }
a { background-color: rgb(218,6,39); }
div.DivClassName
{
background-color: #DA0627;
}
.BgClassName
{
background-color: #DA0627;
}
</style>
border-color css
<style>
span { border-color: #DA0627; }
span { border-color: rgb(218,6,39); }
td.TdClassName
{
border-color: #DA0627;
}
.TagClassName
{
border-color: #DA0627;
}
</style>