Shades of Fire Engine Red #DA152B
Tints of Fire Engine Red #DA152B
RGB
CMYK
RGB Variations
Color information
#DA152B (or 0xDA152B) is known color: Fire Engine Red. HEX triplet: DA, 15 and 2B. RGB value is (218,21,43). Sum of RGB (Red+Green+Blue) = 218+21+43=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA152B is #25EAD4. Grayscale: #525252. Windows color (decimal): -2484949 or 2823642. OLE color: 2823642.
HSL color Cylindrical-coordinate representation of color #DA152B: hue angle of 353.3º 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 #DA152B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 43 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.15 |
| HSL | 353.3º | 0.82% | 0.47% | - |
| HSV(B) | 353.3º | 0.9% | 0.85% | - |
| XYZ | 29.62 | 15.62 | 3.74 | - |
| YUV | 82.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 43 | 0 | 0.90 | 0.80 | 0.15 | 353.3 | 0.82 | 0.47 |
| Hex | DA | 15 | 2B | 0 | 5A | 50 | F | 161 | 52 | 2F |
| Octal | 332 | 25 | 53 | 0 | 132 | 120 | 17 | 541 | 122 | 57 |
| Binary | 11011010 | 10101 | 101011 | 0 | 1011010 | 1010000 | 1111 | 101100001 | 1010010 | 101111 |
Color Harmonies of #DA152B
Complementary color
Monochromatic Colors of #DA152B
Black with #DA152B
Text Example
Text Example
White with #DA152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA152B; }
p { color: rgb(218,21,43); }
H1.HeaderClassName
{
color: #DA152B;
}
.AnyTagClassName
{
color: #DA152B;
}
</style>
background-color css
<style>
a { background-color: #DA152B; }
a { background-color: rgb(218,21,43); }
div.DivClassName
{
background-color: #DA152B;
}
.BgClassName
{
background-color: #DA152B;
}
</style>
border-color css
<style>
span { border-color: #DA152B; }
span { border-color: rgb(218,21,43); }
td.TdClassName
{
border-color: #DA152B;
}
.TagClassName
{
border-color: #DA152B;
}
</style>