Shades of Fire Engine Red #DA152A
Tints of Fire Engine Red #DA152A
RGB
CMYK
RGB Variations
Color information
#DA152A (or 0xDA152A) is known color: Fire Engine Red. HEX triplet: DA, 15 and 2A. RGB value is (218,21,42). Sum of RGB (Red+Green+Blue) = 218+21+42=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA152A is #25EAD5. Grayscale: #525252. Windows color (decimal): -2484950 or 2758106. OLE color: 2758106.
HSL color Cylindrical-coordinate representation of color #DA152A: hue angle of 353.6º 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 #DA152A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.15 |
| HSL | 353.6º | 0.82% | 0.47% | - |
| HSV(B) | 353.6º | 0.9% | 0.85% | - |
| XYZ | 29.6 | 15.61 | 3.64 | - |
| YUV | 82.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 42 | 0 | 0.90 | 0.81 | 0.15 | 353.6 | 0.82 | 0.47 |
| Hex | DA | 15 | 2A | 0 | 5A | 51 | F | 162 | 52 | 2F |
| Octal | 332 | 25 | 52 | 0 | 132 | 121 | 17 | 542 | 122 | 57 |
| Binary | 11011010 | 10101 | 101010 | 0 | 1011010 | 1010001 | 1111 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DA152A
Complementary color
Monochromatic Colors of #DA152A
Black with #DA152A
Text Example
Text Example
White with #DA152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA152A; }
p { color: rgb(218,21,42); }
H1.HeaderClassName
{
color: #DA152A;
}
.AnyTagClassName
{
color: #DA152A;
}
</style>
background-color css
<style>
a { background-color: #DA152A; }
a { background-color: rgb(218,21,42); }
div.DivClassName
{
background-color: #DA152A;
}
.BgClassName
{
background-color: #DA152A;
}
</style>
border-color css
<style>
span { border-color: #DA152A; }
span { border-color: rgb(218,21,42); }
td.TdClassName
{
border-color: #DA152A;
}
.TagClassName
{
border-color: #DA152A;
}
</style>