Shades of Fire Engine Red #DA151D
Tints of Fire Engine Red #DA151D
RGB
CMYK
RGB Variations
Color information
#DA151D (or 0xDA151D) is known color: Fire Engine Red. HEX triplet: DA, 15 and 1D. RGB value is (218,21,29). Sum of RGB (Red+Green+Blue) = 218+21+29=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA151D is #25EAE2. Grayscale: #505050. Windows color (decimal): -2484963 or 1906138. OLE color: 1906138.
HSL color Cylindrical-coordinate representation of color #DA151D: hue angle of 357.56º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA151D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.15 |
| HSL | 357.56º | 0.82% | 0.47% | - |
| HSV(B) | 357.56º | 0.9% | 0.85% | - |
| XYZ | 29.4 | 15.53 | 2.61 | - |
| YUV | 80.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 29 | 0 | 0.90 | 0.87 | 0.15 | 357.56 | 0.82 | 0.47 |
| Hex | DA | 15 | 1D | 0 | 5A | 57 | F | 166 | 52 | 2F |
| Octal | 332 | 25 | 35 | 0 | 132 | 127 | 17 | 546 | 122 | 57 |
| Binary | 11011010 | 10101 | 11101 | 0 | 1011010 | 1010111 | 1111 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DA151D
Complementary color
Monochromatic Colors of #DA151D
Black with #DA151D
Text Example
Text Example
White with #DA151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA151D; }
p { color: rgb(218,21,29); }
H1.HeaderClassName
{
color: #DA151D;
}
.AnyTagClassName
{
color: #DA151D;
}
</style>
background-color css
<style>
a { background-color: #DA151D; }
a { background-color: rgb(218,21,29); }
div.DivClassName
{
background-color: #DA151D;
}
.BgClassName
{
background-color: #DA151D;
}
</style>
border-color css
<style>
span { border-color: #DA151D; }
span { border-color: rgb(218,21,29); }
td.TdClassName
{
border-color: #DA151D;
}
.TagClassName
{
border-color: #DA151D;
}
</style>