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