Shades of Fire Engine Red #DA151C
Tints of Fire Engine Red #DA151C
RGB
CMYK
RGB Variations
Color information
#DA151C (or 0xDA151C) is known color: Fire Engine Red. HEX triplet: DA, 15 and 1C. RGB value is (218,21,28). Sum of RGB (Red+Green+Blue) = 218+21+28=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA151C is #25EAE3. Grayscale: #505050. Windows color (decimal): -2484964 or 1840602. OLE color: 1840602.
HSL color Cylindrical-coordinate representation of color #DA151C: hue angle of 357.87º 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 #DA151C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.15 |
| HSL | 357.87º | 0.82% | 0.47% | - |
| HSV(B) | 357.87º | 0.9% | 0.85% | - |
| XYZ | 29.39 | 15.53 | 2.55 | - |
| YUV | 80.7 | 98.27 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 28 | 0 | 0.90 | 0.87 | 0.15 | 357.87 | 0.82 | 0.47 |
| Hex | DA | 15 | 1C | 0 | 5A | 57 | F | 166 | 52 | 2F |
| Octal | 332 | 25 | 34 | 0 | 132 | 127 | 17 | 546 | 122 | 57 |
| Binary | 11011010 | 10101 | 11100 | 0 | 1011010 | 1010111 | 1111 | 101100110 | 1010010 | 101111 |
Color Harmonies of #DA151C
Complementary color
Monochromatic Colors of #DA151C
Black with #DA151C
Text Example
Text Example
White with #DA151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA151C; }
p { color: rgb(218,21,28); }
H1.HeaderClassName
{
color: #DA151C;
}
.AnyTagClassName
{
color: #DA151C;
}
</style>
background-color css
<style>
a { background-color: #DA151C; }
a { background-color: rgb(218,21,28); }
div.DivClassName
{
background-color: #DA151C;
}
.BgClassName
{
background-color: #DA151C;
}
</style>
border-color css
<style>
span { border-color: #DA151C; }
span { border-color: rgb(218,21,28); }
td.TdClassName
{
border-color: #DA151C;
}
.TagClassName
{
border-color: #DA151C;
}
</style>