Html Css Color HEX #DA2A0B Harley Davidson Orange
📋 copy color: '#DA2A0B'red 218 ◦ green 42 ◦ blue 11
Shades of Harley Davidson Orange #DA2A0B
Tints of Harley Davidson Orange #DA2A0B
RGB
CMYK
RGB Variations
Color information
#DA2A0B (or 0xDA2A0B) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 0B. RGB value is (218,42,11). Sum of RGB (Red+Green+Blue) = 218+42+11=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2A0B is #25D5F4. Grayscale: #5B5B5B. Windows color (decimal): -2479605 or 731866. OLE color: 731866.
HSL color Cylindrical-coordinate representation of color #DA2A0B: hue angle of 8.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA2A0B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 11 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.15 |
| HSL | 8.99º | 0.9% | 0.45% | - |
| HSV(B) | 8.99º | 0.95% | 0.85% | - |
| XYZ | 29.8 | 16.59 | 1.95 | - |
| YUV | 91.09 | 82.81 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 11 | 0 | 0.81 | 0.95 | 0.15 | 8.99 | 0.9 | 0.45 |
| Hex | DA | 2A | B | 0 | 51 | 5F | F | 9 | 5A | 2D |
| Octal | 332 | 52 | 13 | 0 | 121 | 137 | 17 | 11 | 132 | 55 |
| Binary | 11011010 | 101010 | 1011 | 0 | 1010001 | 1011111 | 1111 | 1001 | 1011010 | 101101 |
Color Harmonies of #DA2A0B
Complementary color
Monochromatic Colors of #DA2A0B
Black with #DA2A0B
Text Example
Text Example
White with #DA2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A0B; }
p { color: rgb(218,42,11); }
H1.HeaderClassName
{
color: #DA2A0B;
}
.AnyTagClassName
{
color: #DA2A0B;
}
</style>
background-color css
<style>
a { background-color: #DA2A0B; }
a { background-color: rgb(218,42,11); }
div.DivClassName
{
background-color: #DA2A0B;
}
.BgClassName
{
background-color: #DA2A0B;
}
</style>
border-color css
<style>
span { border-color: #DA2A0B; }
span { border-color: rgb(218,42,11); }
td.TdClassName
{
border-color: #DA2A0B;
}
.TagClassName
{
border-color: #DA2A0B;
}
</style>