Shades of Fire Engine Red #DA0427
Tints of Fire Engine Red #DA0427
RGB
CMYK
RGB Variations
Color information
#DA0427 (or 0xDA0427) is known color: Fire Engine Red. HEX triplet: DA, 04 and 27. RGB value is (218,4,39). Sum of RGB (Red+Green+Blue) = 218+4+39=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0427 is #25FBD8. Grayscale: #484848. Windows color (decimal): -2489305 or 2557146. OLE color: 2557146.
HSL color Cylindrical-coordinate representation of color #DA0427: hue angle of 350.19º 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 #DA0427 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 39 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.15 |
| HSL | 350.19º | 0.96% | 0.44% | - |
| HSV(B) | 350.19º | 0.98% | 0.85% | - |
| XYZ | 29.32 | 15.14 | 3.3 | - |
| YUV | 71.98 | 109.4 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 39 | 0 | 0.98 | 0.82 | 0.15 | 350.19 | 0.96 | 0.44 |
| Hex | DA | 4 | 27 | 0 | 62 | 52 | F | 15E | 60 | 2C |
| Octal | 332 | 4 | 47 | 0 | 142 | 122 | 17 | 536 | 140 | 54 |
| Binary | 11011010 | 100 | 100111 | 0 | 1100010 | 1010010 | 1111 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DA0427
Complementary color
Monochromatic Colors of #DA0427
Black with #DA0427
Text Example
Text Example
White with #DA0427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0427; }
p { color: rgb(218,4,39); }
H1.HeaderClassName
{
color: #DA0427;
}
.AnyTagClassName
{
color: #DA0427;
}
</style>
background-color css
<style>
a { background-color: #DA0427; }
a { background-color: rgb(218,4,39); }
div.DivClassName
{
background-color: #DA0427;
}
.BgClassName
{
background-color: #DA0427;
}
</style>
border-color css
<style>
span { border-color: #DA0427; }
span { border-color: rgb(218,4,39); }
td.TdClassName
{
border-color: #DA0427;
}
.TagClassName
{
border-color: #DA0427;
}
</style>