Html Css Color HEX #DA1816 Harley Davidson Orange
📋 copy color: '#DA1816'red 218 ◦ green 24 ◦ blue 22
Shades of Harley Davidson Orange #DA1816
Tints of Harley Davidson Orange #DA1816
RGB
CMYK
RGB Variations
Color information
#DA1816 (or 0xDA1816) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 16. RGB value is (218,24,22). Sum of RGB (Red+Green+Blue) = 218+24+22=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1816 is #25E7E9. Grayscale: #515151. Windows color (decimal): -2484202 or 1448154. OLE color: 1448154.
HSL color Cylindrical-coordinate representation of color #DA1816: hue angle of 0.61º 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 #DA1816 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 22 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.15 |
| HSL | 0.61º | 0.82% | 0.47% | - |
| HSV(B) | 0.61º | 0.9% | 0.85% | - |
| XYZ | 29.38 | 15.62 | 2.22 | - |
| YUV | 81.78 | 94.27 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 22 | 0 | 0.89 | 0.90 | 0.15 | 0.61 | 0.82 | 0.47 |
| Hex | DA | 18 | 16 | 0 | 59 | 5A | F | 1 | 52 | 2F |
| Octal | 332 | 30 | 26 | 0 | 131 | 132 | 17 | 1 | 122 | 57 |
| Binary | 11011010 | 11000 | 10110 | 0 | 1011001 | 1011010 | 1111 | 1 | 1010010 | 101111 |
Color Harmonies of #DA1816
Complementary color
Monochromatic Colors of #DA1816
Black with #DA1816
Text Example
Text Example
White with #DA1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1816; }
p { color: rgb(218,24,22); }
H1.HeaderClassName
{
color: #DA1816;
}
.AnyTagClassName
{
color: #DA1816;
}
</style>
background-color css
<style>
a { background-color: #DA1816; }
a { background-color: rgb(218,24,22); }
div.DivClassName
{
background-color: #DA1816;
}
.BgClassName
{
background-color: #DA1816;
}
</style>
border-color css
<style>
span { border-color: #DA1816; }
span { border-color: rgb(218,24,22); }
td.TdClassName
{
border-color: #DA1816;
}
.TagClassName
{
border-color: #DA1816;
}
</style>