Html Css Color HEX #DA2918 Harley Davidson Orange
📋 copy color: '#DA2918'red 218 ◦ green 41 ◦ blue 24
Shades of Harley Davidson Orange #DA2918
Tints of Harley Davidson Orange #DA2918
RGB
CMYK
RGB Variations
Color information
#DA2918 (or 0xDA2918) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 18. RGB value is (218,41,24). Sum of RGB (Red+Green+Blue) = 218+41+24=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2918 is #25D6E7. Grayscale: #5C5C5C. Windows color (decimal): -2479848 or 1583578. OLE color: 1583578.
HSL color Cylindrical-coordinate representation of color #DA2918: hue angle of 5.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA2918 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 24 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.15 |
| HSL | 5.26º | 0.8% | 0.47% | - |
| HSV(B) | 5.26º | 0.89% | 0.85% | - |
| XYZ | 29.87 | 16.56 | 2.49 | - |
| YUV | 91.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 24 | 0 | 0.81 | 0.89 | 0.15 | 5.26 | 0.8 | 0.47 |
| Hex | DA | 29 | 18 | 0 | 51 | 59 | F | 5 | 50 | 2F |
| Octal | 332 | 51 | 30 | 0 | 121 | 131 | 17 | 5 | 120 | 57 |
| Binary | 11011010 | 101001 | 11000 | 0 | 1010001 | 1011001 | 1111 | 101 | 1010000 | 101111 |
Color Harmonies of #DA2918
Complementary color
Monochromatic Colors of #DA2918
Black with #DA2918
Text Example
Text Example
White with #DA2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2918; }
p { color: rgb(218,41,24); }
H1.HeaderClassName
{
color: #DA2918;
}
.AnyTagClassName
{
color: #DA2918;
}
</style>
background-color css
<style>
a { background-color: #DA2918; }
a { background-color: rgb(218,41,24); }
div.DivClassName
{
background-color: #DA2918;
}
.BgClassName
{
background-color: #DA2918;
}
</style>
border-color css
<style>
span { border-color: #DA2918; }
span { border-color: rgb(218,41,24); }
td.TdClassName
{
border-color: #DA2918;
}
.TagClassName
{
border-color: #DA2918;
}
</style>