Html Css Color HEX #DA2B0B Harley Davidson Orange
📋 copy color: '#DA2B0B'red 218 ◦ green 43 ◦ blue 11
Shades of Harley Davidson Orange #DA2B0B
Tints of Harley Davidson Orange #DA2B0B
RGB
CMYK
RGB Variations
Color information
#DA2B0B (or 0xDA2B0B) is known color: Harley Davidson Orange. HEX triplet: DA, 2B and 0B. RGB value is (218,43,11). Sum of RGB (Red+Green+Blue) = 218+43+11=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2B0B is #25D4F4. Grayscale: #5B5B5B. Windows color (decimal): -2479349 or 732122. OLE color: 732122.
HSL color Cylindrical-coordinate representation of color #DA2B0B: hue angle of 9.28º 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 #DA2B0B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.15 |
| HSL | 9.28º | 0.9% | 0.45% | - |
| HSV(B) | 9.28º | 0.95% | 0.85% | - |
| XYZ | 29.84 | 16.66 | 1.96 | - |
| YUV | 91.68 | 82.48 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 11 | 0 | 0.80 | 0.95 | 0.15 | 9.28 | 0.9 | 0.45 |
| Hex | DA | 2B | B | 0 | 50 | 5F | F | 9 | 5A | 2D |
| Octal | 332 | 53 | 13 | 0 | 120 | 137 | 17 | 11 | 132 | 55 |
| Binary | 11011010 | 101011 | 1011 | 0 | 1010000 | 1011111 | 1111 | 1001 | 1011010 | 101101 |
Color Harmonies of #DA2B0B
Complementary color
Monochromatic Colors of #DA2B0B
Black with #DA2B0B
Text Example
Text Example
White with #DA2B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B0B; }
p { color: rgb(218,43,11); }
H1.HeaderClassName
{
color: #DA2B0B;
}
.AnyTagClassName
{
color: #DA2B0B;
}
</style>
background-color css
<style>
a { background-color: #DA2B0B; }
a { background-color: rgb(218,43,11); }
div.DivClassName
{
background-color: #DA2B0B;
}
.BgClassName
{
background-color: #DA2B0B;
}
</style>
border-color css
<style>
span { border-color: #DA2B0B; }
span { border-color: rgb(218,43,11); }
td.TdClassName
{
border-color: #DA2B0B;
}
.TagClassName
{
border-color: #DA2B0B;
}
</style>