Html Css Color HEX #DA370B Harley Davidson Orange
📋 copy color: '#DA370B'red 218 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #DA370B
Tints of Harley Davidson Orange #DA370B
RGB
CMYK
RGB Variations
Color information
#DA370B (or 0xDA370B) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 0B. RGB value is (218,55,11). Sum of RGB (Red+Green+Blue) = 218+55+11=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA370B is #25C8F4. Grayscale: #636363. Windows color (decimal): -2476277 or 735194. OLE color: 735194.
HSL color Cylindrical-coordinate representation of color #DA370B: hue angle of 12.75º 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 #DA370B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.15 |
| HSL | 12.75º | 0.9% | 0.45% | - |
| HSV(B) | 12.75º | 0.95% | 0.85% | - |
| XYZ | 30.34 | 17.66 | 2.13 | - |
| YUV | 98.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 11 | 0 | 0.75 | 0.95 | 0.15 | 12.75 | 0.9 | 0.45 |
| Hex | DA | 37 | B | 0 | 4B | 5F | F | D | 5A | 2D |
| Octal | 332 | 67 | 13 | 0 | 113 | 137 | 17 | 15 | 132 | 55 |
| Binary | 11011010 | 110111 | 1011 | 0 | 1001011 | 1011111 | 1111 | 1101 | 1011010 | 101101 |
Color Harmonies of #DA370B
Complementary color
Monochromatic Colors of #DA370B
Black with #DA370B
Text Example
Text Example
White with #DA370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA370B; }
p { color: rgb(218,55,11); }
H1.HeaderClassName
{
color: #DA370B;
}
.AnyTagClassName
{
color: #DA370B;
}
</style>
background-color css
<style>
a { background-color: #DA370B; }
a { background-color: rgb(218,55,11); }
div.DivClassName
{
background-color: #DA370B;
}
.BgClassName
{
background-color: #DA370B;
}
</style>
border-color css
<style>
span { border-color: #DA370B; }
span { border-color: rgb(218,55,11); }
td.TdClassName
{
border-color: #DA370B;
}
.TagClassName
{
border-color: #DA370B;
}
</style>