Html Css Color HEX #DA3C09 Harley Davidson Orange
📋 copy color: '#DA3C09'red 218 ◦ green 60 ◦ blue 9
Shades of Harley Davidson Orange #DA3C09
Tints of Harley Davidson Orange #DA3C09
RGB
CMYK
RGB Variations
Color information
#DA3C09 (or 0xDA3C09) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 09. RGB value is (218,60,9). Sum of RGB (Red+Green+Blue) = 218+60+9=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C09 is #25C3F6. Grayscale: #656565. Windows color (decimal): -2474999 or 605402. OLE color: 605402.
HSL color Cylindrical-coordinate representation of color #DA3C09: hue angle of 14.64º 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 #DA3C09 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.15 |
| HSL | 14.64º | 0.92% | 0.45% | - |
| HSV(B) | 14.64º | 0.96% | 0.85% | - |
| XYZ | 30.58 | 18.16 | 2.15 | - |
| YUV | 101.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 9 | 0 | 0.72 | 0.96 | 0.15 | 14.64 | 0.92 | 0.45 |
| Hex | DA | 3C | 9 | 0 | 48 | 60 | F | F | 5C | 2D |
| Octal | 332 | 74 | 11 | 0 | 110 | 140 | 17 | 17 | 134 | 55 |
| Binary | 11011010 | 111100 | 1001 | 0 | 1001000 | 1100000 | 1111 | 1111 | 1011100 | 101101 |
Color Harmonies of #DA3C09
Complementary color
Monochromatic Colors of #DA3C09
Black with #DA3C09
Text Example
Text Example
White with #DA3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C09; }
p { color: rgb(218,60,9); }
H1.HeaderClassName
{
color: #DA3C09;
}
.AnyTagClassName
{
color: #DA3C09;
}
</style>
background-color css
<style>
a { background-color: #DA3C09; }
a { background-color: rgb(218,60,9); }
div.DivClassName
{
background-color: #DA3C09;
}
.BgClassName
{
background-color: #DA3C09;
}
</style>
border-color css
<style>
span { border-color: #DA3C09; }
span { border-color: rgb(218,60,9); }
td.TdClassName
{
border-color: #DA3C09;
}
.TagClassName
{
border-color: #DA3C09;
}
</style>