Shades of Fire Engine Red #DA1B2A
Tints of Fire Engine Red #DA1B2A
RGB
CMYK
RGB Variations
Color information
#DA1B2A (or 0xDA1B2A) is known color: Fire Engine Red. HEX triplet: DA, 1B and 2A. RGB value is (218,27,42). Sum of RGB (Red+Green+Blue) = 218+27+42=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1B2A is #25E4D5. Grayscale: #555555. Windows color (decimal): -2483414 or 2759642. OLE color: 2759642.
HSL color Cylindrical-coordinate representation of color #DA1B2A: hue angle of 355.29º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B2A is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 42 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.15 |
| HSL | 355.29º | 0.78% | 0.48% | - |
| HSV(B) | 355.29º | 0.88% | 0.85% | - |
| XYZ | 29.72 | 15.86 | 3.68 | - |
| YUV | 85.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 42 | 0 | 0.88 | 0.81 | 0.15 | 355.29 | 0.78 | 0.48 |
| Hex | DA | 1B | 2A | 0 | 58 | 51 | F | 163 | 4E | 30 |
| Octal | 332 | 33 | 52 | 0 | 130 | 121 | 17 | 543 | 116 | 60 |
| Binary | 11011010 | 11011 | 101010 | 0 | 1011000 | 1010001 | 1111 | 101100011 | 1001110 | 110000 |
Color Harmonies of #DA1B2A
Complementary color
Monochromatic Colors of #DA1B2A
Black with #DA1B2A
Text Example
Text Example
White with #DA1B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B2A; }
p { color: rgb(218,27,42); }
H1.HeaderClassName
{
color: #DA1B2A;
}
.AnyTagClassName
{
color: #DA1B2A;
}
</style>
background-color css
<style>
a { background-color: #DA1B2A; }
a { background-color: rgb(218,27,42); }
div.DivClassName
{
background-color: #DA1B2A;
}
.BgClassName
{
background-color: #DA1B2A;
}
</style>
border-color css
<style>
span { border-color: #DA1B2A; }
span { border-color: rgb(218,27,42); }
td.TdClassName
{
border-color: #DA1B2A;
}
.TagClassName
{
border-color: #DA1B2A;
}
</style>