Html Css Color HEX #DA3A00 Harley Davidson Orange
📋 copy color: '#DA3A00'red 218 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #DA3A00
Tints of Harley Davidson Orange #DA3A00
RGB
CMYK
RGB Variations
Color information
#DA3A00 (or 0xDA3A00) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 00. RGB value is (218,58,0). Sum of RGB (Red+Green+Blue) = 218+58+0=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A00 is #25C5FF. Grayscale: #636363. Windows color (decimal): -2475520 or 15066. OLE color: 15066.
HSL color Cylindrical-coordinate representation of color #DA3A00: hue angle of 15.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA3A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.15 |
| HSL | 15.96º | 1% | 0.43% | - |
| HSV(B) | 15.96º | 1% | 0.85% | - |
| XYZ | 30.43 | 17.93 | 1.86 | - |
| YUV | 99.23 | 72.01 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 0 | 0 | 0.73 | 1 | 0.15 | 15.96 | 1 | 0.43 |
| Hex | DA | 3A | 0 | 0 | 49 | 64 | F | 10 | 64 | 2B |
| Octal | 332 | 72 | 0 | 0 | 111 | 144 | 17 | 20 | 144 | 53 |
| Binary | 11011010 | 111010 | 0 | 0 | 1001001 | 1100100 | 1111 | 10000 | 1100100 | 101011 |
Color Harmonies of #DA3A00
Complementary color
Monochromatic Colors of #DA3A00
Black with #DA3A00
Text Example
Text Example
White with #DA3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A00; }
p { color: rgb(218,58,0); }
H1.HeaderClassName
{
color: #DA3A00;
}
.AnyTagClassName
{
color: #DA3A00;
}
</style>
background-color css
<style>
a { background-color: #DA3A00; }
a { background-color: rgb(218,58,0); }
div.DivClassName
{
background-color: #DA3A00;
}
.BgClassName
{
background-color: #DA3A00;
}
</style>
border-color css
<style>
span { border-color: #DA3A00; }
span { border-color: rgb(218,58,0); }
td.TdClassName
{
border-color: #DA3A00;
}
.TagClassName
{
border-color: #DA3A00;
}
</style>