Html Css Color HEX #DA3C0C Harley Davidson Orange
📋 copy color: '#DA3C0C'red 218 ◦ green 60 ◦ blue 12
Shades of Harley Davidson Orange #DA3C0C
Tints of Harley Davidson Orange #DA3C0C
RGB
CMYK
RGB Variations
Color information
#DA3C0C (or 0xDA3C0C) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 0C. RGB value is (218,60,12). Sum of RGB (Red+Green+Blue) = 218+60+12=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C0C is #25C3F3. Grayscale: #666666. Windows color (decimal): -2474996 or 802010. OLE color: 802010.
HSL color Cylindrical-coordinate representation of color #DA3C0C: hue angle of 13.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA3C0C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.15 |
| HSL | 13.98º | 0.9% | 0.45% | - |
| HSV(B) | 13.98º | 0.94% | 0.85% | - |
| XYZ | 30.6 | 18.16 | 2.24 | - |
| YUV | 101.77 | 77.35 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 12 | 0 | 0.72 | 0.94 | 0.15 | 13.98 | 0.9 | 0.45 |
| Hex | DA | 3C | C | 0 | 48 | 5E | F | E | 5A | 2D |
| Octal | 332 | 74 | 14 | 0 | 110 | 136 | 17 | 16 | 132 | 55 |
| Binary | 11011010 | 111100 | 1100 | 0 | 1001000 | 1011110 | 1111 | 1110 | 1011010 | 101101 |
Color Harmonies of #DA3C0C
Complementary color
Monochromatic Colors of #DA3C0C
Black with #DA3C0C
Text Example
Text Example
White with #DA3C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C0C; }
p { color: rgb(218,60,12); }
H1.HeaderClassName
{
color: #DA3C0C;
}
.AnyTagClassName
{
color: #DA3C0C;
}
</style>
background-color css
<style>
a { background-color: #DA3C0C; }
a { background-color: rgb(218,60,12); }
div.DivClassName
{
background-color: #DA3C0C;
}
.BgClassName
{
background-color: #DA3C0C;
}
</style>
border-color css
<style>
span { border-color: #DA3C0C; }
span { border-color: rgb(218,60,12); }
td.TdClassName
{
border-color: #DA3C0C;
}
.TagClassName
{
border-color: #DA3C0C;
}
</style>