Shades of Fire Engine Red #DA131E
Tints of Fire Engine Red #DA131E
RGB
CMYK
RGB Variations
Color information
#DA131E (or 0xDA131E) is known color: Fire Engine Red. HEX triplet: DA, 13 and 1E. RGB value is (218,19,30). Sum of RGB (Red+Green+Blue) = 218+19+30=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA131E is #25ECE1. Grayscale: #4F4F4F. Windows color (decimal): -2485474 or 1971162. OLE color: 1971162.
HSL color Cylindrical-coordinate representation of color #DA131E: hue angle of 356.68º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA131E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.15 |
| HSL | 356.68º | 0.84% | 0.46% | - |
| HSV(B) | 356.68º | 0.91% | 0.85% | - |
| XYZ | 29.38 | 15.46 | 2.66 | - |
| YUV | 79.76 | 99.93 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 30 | 0 | 0.91 | 0.86 | 0.15 | 356.68 | 0.84 | 0.46 |
| Hex | DA | 13 | 1E | 0 | 5B | 56 | F | 165 | 54 | 2E |
| Octal | 332 | 23 | 36 | 0 | 133 | 126 | 17 | 545 | 124 | 56 |
| Binary | 11011010 | 10011 | 11110 | 0 | 1011011 | 1010110 | 1111 | 101100101 | 1010100 | 101110 |
Color Harmonies of #DA131E
Complementary color
Monochromatic Colors of #DA131E
Black with #DA131E
Text Example
Text Example
White with #DA131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA131E; }
p { color: rgb(218,19,30); }
H1.HeaderClassName
{
color: #DA131E;
}
.AnyTagClassName
{
color: #DA131E;
}
</style>
background-color css
<style>
a { background-color: #DA131E; }
a { background-color: rgb(218,19,30); }
div.DivClassName
{
background-color: #DA131E;
}
.BgClassName
{
background-color: #DA131E;
}
</style>
border-color css
<style>
span { border-color: #DA131E; }
span { border-color: rgb(218,19,30); }
td.TdClassName
{
border-color: #DA131E;
}
.TagClassName
{
border-color: #DA131E;
}
</style>