Shades of Fire Engine Red #DA102A
Tints of Fire Engine Red #DA102A
RGB
CMYK
RGB Variations
Color information
#DA102A (or 0xDA102A) is known color: Fire Engine Red. HEX triplet: DA, 10 and 2A. RGB value is (218,16,42). Sum of RGB (Red+Green+Blue) = 218+16+42=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA102A is #25EFD5. Grayscale: #4F4F4F. Windows color (decimal): -2486230 or 2756826. OLE color: 2756826.
HSL color Cylindrical-coordinate representation of color #DA102A: hue angle of 352.28º 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 #DA102A is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 42 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.15 |
| HSL | 352.28º | 0.86% | 0.46% | - |
| HSV(B) | 352.28º | 0.93% | 0.85% | - |
| XYZ | 29.52 | 15.44 | 3.62 | - |
| YUV | 79.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 42 | 0 | 0.93 | 0.81 | 0.15 | 352.28 | 0.86 | 0.46 |
| Hex | DA | 10 | 2A | 0 | 5D | 51 | F | 160 | 56 | 2E |
| Octal | 332 | 20 | 52 | 0 | 135 | 121 | 17 | 540 | 126 | 56 |
| Binary | 11011010 | 10000 | 101010 | 0 | 1011101 | 1010001 | 1111 | 101100000 | 1010110 | 101110 |
Color Harmonies of #DA102A
Complementary color
Monochromatic Colors of #DA102A
Black with #DA102A
Text Example
Text Example
White with #DA102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA102A; }
p { color: rgb(218,16,42); }
H1.HeaderClassName
{
color: #DA102A;
}
.AnyTagClassName
{
color: #DA102A;
}
</style>
background-color css
<style>
a { background-color: #DA102A; }
a { background-color: rgb(218,16,42); }
div.DivClassName
{
background-color: #DA102A;
}
.BgClassName
{
background-color: #DA102A;
}
</style>
border-color css
<style>
span { border-color: #DA102A; }
span { border-color: rgb(218,16,42); }
td.TdClassName
{
border-color: #DA102A;
}
.TagClassName
{
border-color: #DA102A;
}
</style>