Shades of Fire Engine Red #DA101B
Tints of Fire Engine Red #DA101B
RGB
CMYK
RGB Variations
Color information
#DA101B (or 0xDA101B) is known color: Fire Engine Red. HEX triplet: DA, 10 and 1B. RGB value is (218,16,27). Sum of RGB (Red+Green+Blue) = 218+16+27=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA101B is #25EFE4. Grayscale: #4D4D4D. Windows color (decimal): -2486245 or 1773786. OLE color: 1773786.
HSL color Cylindrical-coordinate representation of color #DA101B: hue angle of 356.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA101B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.15 |
| HSL | 356.73º | 0.86% | 0.46% | - |
| HSV(B) | 356.73º | 0.93% | 0.85% | - |
| XYZ | 29.3 | 15.36 | 2.46 | - |
| YUV | 77.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 27 | 0 | 0.93 | 0.88 | 0.15 | 356.73 | 0.86 | 0.46 |
| Hex | DA | 10 | 1B | 0 | 5D | 58 | F | 165 | 56 | 2E |
| Octal | 332 | 20 | 33 | 0 | 135 | 130 | 17 | 545 | 126 | 56 |
| Binary | 11011010 | 10000 | 11011 | 0 | 1011101 | 1011000 | 1111 | 101100101 | 1010110 | 101110 |
Color Harmonies of #DA101B
Complementary color
Monochromatic Colors of #DA101B
Black with #DA101B
Text Example
Text Example
White with #DA101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA101B; }
p { color: rgb(218,16,27); }
H1.HeaderClassName
{
color: #DA101B;
}
.AnyTagClassName
{
color: #DA101B;
}
</style>
background-color css
<style>
a { background-color: #DA101B; }
a { background-color: rgb(218,16,27); }
div.DivClassName
{
background-color: #DA101B;
}
.BgClassName
{
background-color: #DA101B;
}
</style>
border-color css
<style>
span { border-color: #DA101B; }
span { border-color: rgb(218,16,27); }
td.TdClassName
{
border-color: #DA101B;
}
.TagClassName
{
border-color: #DA101B;
}
</style>