Html Css Color HEX #DA2119 Harley Davidson Orange
📋 copy color: '#DA2119'red 218 ◦ green 33 ◦ blue 25
Shades of Harley Davidson Orange #DA2119
Tints of Harley Davidson Orange #DA2119
RGB
CMYK
RGB Variations
Color information
#DA2119 (or 0xDA2119) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 19. RGB value is (218,33,25). Sum of RGB (Red+Green+Blue) = 218+33+25=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2119 is #25DEE6. Grayscale: #575757. Windows color (decimal): -2481895 or 1647066. OLE color: 1647066.
HSL color Cylindrical-coordinate representation of color #DA2119: hue angle of 2.49º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA2119 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 25 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.15 |
| HSL | 2.49º | 0.79% | 0.48% | - |
| HSV(B) | 2.49º | 0.89% | 0.85% | - |
| XYZ | 29.63 | 16.06 | 2.46 | - |
| YUV | 87.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 25 | 0 | 0.85 | 0.89 | 0.15 | 2.49 | 0.79 | 0.48 |
| Hex | DA | 21 | 19 | 0 | 55 | 59 | F | 2 | 4F | 30 |
| Octal | 332 | 41 | 31 | 0 | 125 | 131 | 17 | 2 | 117 | 60 |
| Binary | 11011010 | 100001 | 11001 | 0 | 1010101 | 1011001 | 1111 | 10 | 1001111 | 110000 |
Color Harmonies of #DA2119
Complementary color
Monochromatic Colors of #DA2119
Black with #DA2119
Text Example
Text Example
White with #DA2119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2119; }
p { color: rgb(218,33,25); }
H1.HeaderClassName
{
color: #DA2119;
}
.AnyTagClassName
{
color: #DA2119;
}
</style>
background-color css
<style>
a { background-color: #DA2119; }
a { background-color: rgb(218,33,25); }
div.DivClassName
{
background-color: #DA2119;
}
.BgClassName
{
background-color: #DA2119;
}
</style>
border-color css
<style>
span { border-color: #DA2119; }
span { border-color: rgb(218,33,25); }
td.TdClassName
{
border-color: #DA2119;
}
.TagClassName
{
border-color: #DA2119;
}
</style>