Html Css Color HEX #DA3A09 Harley Davidson Orange
📋 copy color: '#DA3A09'red 218 ◦ green 58 ◦ blue 9
Shades of Harley Davidson Orange #DA3A09
Tints of Harley Davidson Orange #DA3A09
RGB
CMYK
RGB Variations
Color information
#DA3A09 (or 0xDA3A09) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 09. RGB value is (218,58,9). Sum of RGB (Red+Green+Blue) = 218+58+9=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A09 is #25C5F6. Grayscale: #646464. Windows color (decimal): -2475511 or 604890. OLE color: 604890.
HSL color Cylindrical-coordinate representation of color #DA3A09: hue angle of 14.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA3A09 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 9 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.15 |
| HSL | 14.07º | 0.92% | 0.45% | - |
| HSV(B) | 14.07º | 0.96% | 0.85% | - |
| XYZ | 30.48 | 17.95 | 2.12 | - |
| YUV | 100.25 | 76.51 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 9 | 0 | 0.73 | 0.96 | 0.15 | 14.07 | 0.92 | 0.45 |
| Hex | DA | 3A | 9 | 0 | 49 | 60 | F | E | 5C | 2D |
| Octal | 332 | 72 | 11 | 0 | 111 | 140 | 17 | 16 | 134 | 55 |
| Binary | 11011010 | 111010 | 1001 | 0 | 1001001 | 1100000 | 1111 | 1110 | 1011100 | 101101 |
Color Harmonies of #DA3A09
Complementary color
Monochromatic Colors of #DA3A09
Black with #DA3A09
Text Example
Text Example
White with #DA3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A09; }
p { color: rgb(218,58,9); }
H1.HeaderClassName
{
color: #DA3A09;
}
.AnyTagClassName
{
color: #DA3A09;
}
</style>
background-color css
<style>
a { background-color: #DA3A09; }
a { background-color: rgb(218,58,9); }
div.DivClassName
{
background-color: #DA3A09;
}
.BgClassName
{
background-color: #DA3A09;
}
</style>
border-color css
<style>
span { border-color: #DA3A09; }
span { border-color: rgb(218,58,9); }
td.TdClassName
{
border-color: #DA3A09;
}
.TagClassName
{
border-color: #DA3A09;
}
</style>