Shades of Fire Engine Red #DA0127
Tints of Fire Engine Red #DA0127
RGB
CMYK
RGB Variations
Color information
#DA0127 (or 0xDA0127) is known color: Fire Engine Red. HEX triplet: DA, 01 and 27. RGB value is (218,1,39). Sum of RGB (Red+Green+Blue) = 218+1+39=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0127 is #25FED8. Grayscale: #464646. Windows color (decimal): -2490073 or 2556378. OLE color: 2556378.
HSL color Cylindrical-coordinate representation of color #DA0127: hue angle of 349.49º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0127 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.15 |
| HSL | 349.49º | 0.99% | 0.43% | - |
| HSV(B) | 349.49º | 1% | 0.85% | - |
| XYZ | 29.29 | 15.07 | 3.29 | - |
| YUV | 70.22 | 110.39 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 39 | 0 | 1.00 | 0.82 | 0.15 | 349.49 | 0.99 | 0.43 |
| Hex | DA | 1 | 27 | 0 | 64 | 52 | F | 15D | 63 | 2B |
| Octal | 332 | 1 | 47 | 0 | 144 | 122 | 17 | 535 | 143 | 53 |
| Binary | 11011010 | 1 | 100111 | 0 | 1100100 | 1010010 | 1111 | 101011101 | 1100011 | 101011 |
Color Harmonies of #DA0127
Complementary color
Monochromatic Colors of #DA0127
Black with #DA0127
Text Example
Text Example
White with #DA0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0127; }
p { color: rgb(218,1,39); }
H1.HeaderClassName
{
color: #DA0127;
}
.AnyTagClassName
{
color: #DA0127;
}
</style>
background-color css
<style>
a { background-color: #DA0127; }
a { background-color: rgb(218,1,39); }
div.DivClassName
{
background-color: #DA0127;
}
.BgClassName
{
background-color: #DA0127;
}
</style>
border-color css
<style>
span { border-color: #DA0127; }
span { border-color: rgb(218,1,39); }
td.TdClassName
{
border-color: #DA0127;
}
.TagClassName
{
border-color: #DA0127;
}
</style>