Shades of Fire Engine Red #DA141E
Tints of Fire Engine Red #DA141E
RGB
CMYK
RGB Variations
Color information
#DA141E (or 0xDA141E) is known color: Fire Engine Red. HEX triplet: DA, 14 and 1E. RGB value is (218,20,30). Sum of RGB (Red+Green+Blue) = 218+20+30=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA141E is #25EBE1. Grayscale: #505050. Windows color (decimal): -2485218 or 1971418. OLE color: 1971418.
HSL color Cylindrical-coordinate representation of color #DA141E: hue angle of 356.97º 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 #DA141E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.15 |
| HSL | 356.97º | 0.83% | 0.47% | - |
| HSV(B) | 356.97º | 0.91% | 0.85% | - |
| XYZ | 29.4 | 15.5 | 2.67 | - |
| YUV | 80.34 | 99.6 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 30 | 0 | 0.91 | 0.86 | 0.15 | 356.97 | 0.83 | 0.47 |
| Hex | DA | 14 | 1E | 0 | 5B | 56 | F | 165 | 53 | 2F |
| Octal | 332 | 24 | 36 | 0 | 133 | 126 | 17 | 545 | 123 | 57 |
| Binary | 11011010 | 10100 | 11110 | 0 | 1011011 | 1010110 | 1111 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DA141E
Complementary color
Monochromatic Colors of #DA141E
Black with #DA141E
Text Example
Text Example
White with #DA141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA141E; }
p { color: rgb(218,20,30); }
H1.HeaderClassName
{
color: #DA141E;
}
.AnyTagClassName
{
color: #DA141E;
}
</style>
background-color css
<style>
a { background-color: #DA141E; }
a { background-color: rgb(218,20,30); }
div.DivClassName
{
background-color: #DA141E;
}
.BgClassName
{
background-color: #DA141E;
}
</style>
border-color css
<style>
span { border-color: #DA141E; }
span { border-color: rgb(218,20,30); }
td.TdClassName
{
border-color: #DA141E;
}
.TagClassName
{
border-color: #DA141E;
}
</style>