Html Css Color HEX #DA2A18 Harley Davidson Orange
📋 copy color: '#DA2A18'red 218 ◦ green 42 ◦ blue 24
Shades of Harley Davidson Orange #DA2A18
Tints of Harley Davidson Orange #DA2A18
RGB
CMYK
RGB Variations
Color information
#DA2A18 (or 0xDA2A18) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 18. RGB value is (218,42,24). Sum of RGB (Red+Green+Blue) = 218+42+24=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2A18 is #25D5E7. Grayscale: #5C5C5C. Windows color (decimal): -2479592 or 1583834. OLE color: 1583834.
HSL color Cylindrical-coordinate representation of color #DA2A18: hue angle of 5.57º 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 #DA2A18 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 24 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.15 |
| HSL | 5.57º | 0.8% | 0.47% | - |
| HSV(B) | 5.57º | 0.89% | 0.85% | - |
| XYZ | 29.91 | 16.63 | 2.5 | - |
| YUV | 92.57 | 89.31 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 24 | 0 | 0.81 | 0.89 | 0.15 | 5.57 | 0.8 | 0.47 |
| Hex | DA | 2A | 18 | 0 | 51 | 59 | F | 6 | 50 | 2F |
| Octal | 332 | 52 | 30 | 0 | 121 | 131 | 17 | 6 | 120 | 57 |
| Binary | 11011010 | 101010 | 11000 | 0 | 1010001 | 1011001 | 1111 | 110 | 1010000 | 101111 |
Color Harmonies of #DA2A18
Complementary color
Monochromatic Colors of #DA2A18
Black with #DA2A18
Text Example
Text Example
White with #DA2A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A18; }
p { color: rgb(218,42,24); }
H1.HeaderClassName
{
color: #DA2A18;
}
.AnyTagClassName
{
color: #DA2A18;
}
</style>
background-color css
<style>
a { background-color: #DA2A18; }
a { background-color: rgb(218,42,24); }
div.DivClassName
{
background-color: #DA2A18;
}
.BgClassName
{
background-color: #DA2A18;
}
</style>
border-color css
<style>
span { border-color: #DA2A18; }
span { border-color: rgb(218,42,24); }
td.TdClassName
{
border-color: #DA2A18;
}
.TagClassName
{
border-color: #DA2A18;
}
</style>