Shades of Fire Engine Red #DA131B
Tints of Fire Engine Red #DA131B
RGB
CMYK
RGB Variations
Color information
#DA131B (or 0xDA131B) is known color: Fire Engine Red. HEX triplet: DA, 13 and 1B. RGB value is (218,19,27). Sum of RGB (Red+Green+Blue) = 218+19+27=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA131B is #25ECE4. Grayscale: #4F4F4F. Windows color (decimal): -2485477 or 1774554. OLE color: 1774554.
HSL color Cylindrical-coordinate representation of color #DA131B: hue angle of 357.59º 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 #DA131B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.15 |
| HSL | 357.59º | 0.84% | 0.46% | - |
| HSV(B) | 357.59º | 0.91% | 0.85% | - |
| XYZ | 29.34 | 15.45 | 2.47 | - |
| YUV | 79.41 | 98.43 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 27 | 0 | 0.91 | 0.88 | 0.15 | 357.59 | 0.84 | 0.46 |
| Hex | DA | 13 | 1B | 0 | 5B | 58 | F | 166 | 54 | 2E |
| Octal | 332 | 23 | 33 | 0 | 133 | 130 | 17 | 546 | 124 | 56 |
| Binary | 11011010 | 10011 | 11011 | 0 | 1011011 | 1011000 | 1111 | 101100110 | 1010100 | 101110 |
Color Harmonies of #DA131B
Complementary color
Monochromatic Colors of #DA131B
Black with #DA131B
Text Example
Text Example
White with #DA131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA131B; }
p { color: rgb(218,19,27); }
H1.HeaderClassName
{
color: #DA131B;
}
.AnyTagClassName
{
color: #DA131B;
}
</style>
background-color css
<style>
a { background-color: #DA131B; }
a { background-color: rgb(218,19,27); }
div.DivClassName
{
background-color: #DA131B;
}
.BgClassName
{
background-color: #DA131B;
}
</style>
border-color css
<style>
span { border-color: #DA131B; }
span { border-color: rgb(218,19,27); }
td.TdClassName
{
border-color: #DA131B;
}
.TagClassName
{
border-color: #DA131B;
}
</style>