Shades of Fire Engine Red #DA091B
Tints of Fire Engine Red #DA091B
RGB
CMYK
RGB Variations
Color information
#DA091B (or 0xDA091B) is known color: Fire Engine Red. HEX triplet: DA, 09 and 1B. RGB value is (218,9,27). Sum of RGB (Red+Green+Blue) = 218+9+27=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA091B is #25F6E4. Grayscale: #494949. Windows color (decimal): -2488037 or 1771994. OLE color: 1771994.
HSL color Cylindrical-coordinate representation of color #DA091B: hue angle of 354.83º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA091B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.15 |
| HSL | 354.83º | 0.92% | 0.45% | - |
| HSV(B) | 354.83º | 0.96% | 0.85% | - |
| XYZ | 29.21 | 15.18 | 2.43 | - |
| YUV | 73.54 | 101.74 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 27 | 0 | 0.96 | 0.88 | 0.15 | 354.83 | 0.92 | 0.45 |
| Hex | DA | 9 | 1B | 0 | 60 | 58 | F | 163 | 5C | 2D |
| Octal | 332 | 11 | 33 | 0 | 140 | 130 | 17 | 543 | 134 | 55 |
| Binary | 11011010 | 1001 | 11011 | 0 | 1100000 | 1011000 | 1111 | 101100011 | 1011100 | 101101 |
Color Harmonies of #DA091B
Complementary color
Monochromatic Colors of #DA091B
Black with #DA091B
Text Example
Text Example
White with #DA091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA091B; }
p { color: rgb(218,9,27); }
H1.HeaderClassName
{
color: #DA091B;
}
.AnyTagClassName
{
color: #DA091B;
}
</style>
background-color css
<style>
a { background-color: #DA091B; }
a { background-color: rgb(218,9,27); }
div.DivClassName
{
background-color: #DA091B;
}
.BgClassName
{
background-color: #DA091B;
}
</style>
border-color css
<style>
span { border-color: #DA091B; }
span { border-color: rgb(218,9,27); }
td.TdClassName
{
border-color: #DA091B;
}
.TagClassName
{
border-color: #DA091B;
}
</style>