Shades of Fire Engine Red #DA1427
Tints of Fire Engine Red #DA1427
RGB
CMYK
RGB Variations
Color information
#DA1427 (or 0xDA1427) is known color: Fire Engine Red. HEX triplet: DA, 14 and 27. RGB value is (218,20,39). Sum of RGB (Red+Green+Blue) = 218+20+39=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1427 is #25EBD8. Grayscale: #515151. Windows color (decimal): -2485209 or 2561242. OLE color: 2561242.
HSL color Cylindrical-coordinate representation of color #DA1427: hue angle of 354.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1427 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 39 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.15 |
| HSL | 354.24º | 0.83% | 0.47% | - |
| HSV(B) | 354.24º | 0.91% | 0.85% | - |
| XYZ | 29.53 | 15.55 | 3.36 | - |
| YUV | 81.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 39 | 0 | 0.91 | 0.82 | 0.15 | 354.24 | 0.83 | 0.47 |
| Hex | DA | 14 | 27 | 0 | 5B | 52 | F | 162 | 53 | 2F |
| Octal | 332 | 24 | 47 | 0 | 133 | 122 | 17 | 542 | 123 | 57 |
| Binary | 11011010 | 10100 | 100111 | 0 | 1011011 | 1010010 | 1111 | 101100010 | 1010011 | 101111 |
Color Harmonies of #DA1427
Complementary color
Monochromatic Colors of #DA1427
Black with #DA1427
Text Example
Text Example
White with #DA1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1427; }
p { color: rgb(218,20,39); }
H1.HeaderClassName
{
color: #DA1427;
}
.AnyTagClassName
{
color: #DA1427;
}
</style>
background-color css
<style>
a { background-color: #DA1427; }
a { background-color: rgb(218,20,39); }
div.DivClassName
{
background-color: #DA1427;
}
.BgClassName
{
background-color: #DA1427;
}
</style>
border-color css
<style>
span { border-color: #DA1427; }
span { border-color: rgb(218,20,39); }
td.TdClassName
{
border-color: #DA1427;
}
.TagClassName
{
border-color: #DA1427;
}
</style>