Shades of Fire Engine Red #DA131C
Tints of Fire Engine Red #DA131C
RGB
CMYK
RGB Variations
Color information
#DA131C (or 0xDA131C) is known color: Fire Engine Red. HEX triplet: DA, 13 and 1C. RGB value is (218,19,28). Sum of RGB (Red+Green+Blue) = 218+19+28=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA131C is #25ECE3. Grayscale: #4F4F4F. Windows color (decimal): -2485476 or 1840090. OLE color: 1840090.
HSL color Cylindrical-coordinate representation of color #DA131C: hue angle of 357.29º 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 #DA131C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.15 |
| HSL | 357.29º | 0.84% | 0.46% | - |
| HSV(B) | 357.29º | 0.91% | 0.85% | - |
| XYZ | 29.36 | 15.46 | 2.53 | - |
| YUV | 79.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 28 | 0 | 0.91 | 0.87 | 0.15 | 357.29 | 0.84 | 0.46 |
| Hex | DA | 13 | 1C | 0 | 5B | 57 | F | 165 | 54 | 2E |
| Octal | 332 | 23 | 34 | 0 | 133 | 127 | 17 | 545 | 124 | 56 |
| Binary | 11011010 | 10011 | 11100 | 0 | 1011011 | 1010111 | 1111 | 101100101 | 1010100 | 101110 |
Color Harmonies of #DA131C
Complementary color
Monochromatic Colors of #DA131C
Black with #DA131C
Text Example
Text Example
White with #DA131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA131C; }
p { color: rgb(218,19,28); }
H1.HeaderClassName
{
color: #DA131C;
}
.AnyTagClassName
{
color: #DA131C;
}
</style>
background-color css
<style>
a { background-color: #DA131C; }
a { background-color: rgb(218,19,28); }
div.DivClassName
{
background-color: #DA131C;
}
.BgClassName
{
background-color: #DA131C;
}
</style>
border-color css
<style>
span { border-color: #DA131C; }
span { border-color: rgb(218,19,28); }
td.TdClassName
{
border-color: #DA131C;
}
.TagClassName
{
border-color: #DA131C;
}
</style>