Html Css Color HEX #DA2114 Harley Davidson Orange
📋 copy color: '#DA2114'red 218 ◦ green 33 ◦ blue 20
Shades of Harley Davidson Orange #DA2114
Tints of Harley Davidson Orange #DA2114
RGB
CMYK
RGB Variations
Color information
#DA2114 (or 0xDA2114) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 14. RGB value is (218,33,20). Sum of RGB (Red+Green+Blue) = 218+33+20=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2114 is #25DEEB. Grayscale: #575757. Windows color (decimal): -2481900 or 1319386. OLE color: 1319386.
HSL color Cylindrical-coordinate representation of color #DA2114: hue angle of 3.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA2114 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 20 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.15 |
| HSL | 3.94º | 0.83% | 0.47% | - |
| HSV(B) | 3.94º | 0.91% | 0.85% | - |
| XYZ | 29.58 | 16.04 | 2.2 | - |
| YUV | 86.83 | 90.29 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 20 | 0 | 0.85 | 0.91 | 0.15 | 3.94 | 0.83 | 0.47 |
| Hex | DA | 21 | 14 | 0 | 55 | 5B | F | 4 | 53 | 2F |
| Octal | 332 | 41 | 24 | 0 | 125 | 133 | 17 | 4 | 123 | 57 |
| Binary | 11011010 | 100001 | 10100 | 0 | 1010101 | 1011011 | 1111 | 100 | 1010011 | 101111 |
Color Harmonies of #DA2114
Complementary color
Monochromatic Colors of #DA2114
Black with #DA2114
Text Example
Text Example
White with #DA2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2114; }
p { color: rgb(218,33,20); }
H1.HeaderClassName
{
color: #DA2114;
}
.AnyTagClassName
{
color: #DA2114;
}
</style>
background-color css
<style>
a { background-color: #DA2114; }
a { background-color: rgb(218,33,20); }
div.DivClassName
{
background-color: #DA2114;
}
.BgClassName
{
background-color: #DA2114;
}
</style>
border-color css
<style>
span { border-color: #DA2114; }
span { border-color: rgb(218,33,20); }
td.TdClassName
{
border-color: #DA2114;
}
.TagClassName
{
border-color: #DA2114;
}
</style>