Html Css Color HEX #DA3C00 Harley Davidson Orange
📋 copy color: '#DA3C00'red 218 ◦ green 60 ◦ blue 0
Shades of Harley Davidson Orange #DA3C00
Tints of Harley Davidson Orange #DA3C00
RGB
CMYK
RGB Variations
Color information
#DA3C00 (or 0xDA3C00) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 00. RGB value is (218,60,0). Sum of RGB (Red+Green+Blue) = 218+60+0=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C00 is #25C3FF. Grayscale: #646464. Windows color (decimal): -2475008 or 15578. OLE color: 15578.
HSL color Cylindrical-coordinate representation of color #DA3C00: hue angle of 16.51º 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 #DA3C00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.15 |
| HSL | 16.51º | 1% | 0.43% | - |
| HSV(B) | 16.51º | 1% | 0.85% | - |
| XYZ | 30.53 | 18.14 | 1.89 | - |
| YUV | 100.4 | 71.35 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 0 | 0 | 0.72 | 1 | 0.15 | 16.51 | 1 | 0.43 |
| Hex | DA | 3C | 0 | 0 | 48 | 64 | F | 11 | 64 | 2B |
| Octal | 332 | 74 | 0 | 0 | 110 | 144 | 17 | 21 | 144 | 53 |
| Binary | 11011010 | 111100 | 0 | 0 | 1001000 | 1100100 | 1111 | 10001 | 1100100 | 101011 |
Color Harmonies of #DA3C00
Complementary color
Monochromatic Colors of #DA3C00
Black with #DA3C00
Text Example
Text Example
White with #DA3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C00; }
p { color: rgb(218,60,0); }
H1.HeaderClassName
{
color: #DA3C00;
}
.AnyTagClassName
{
color: #DA3C00;
}
</style>
background-color css
<style>
a { background-color: #DA3C00; }
a { background-color: rgb(218,60,0); }
div.DivClassName
{
background-color: #DA3C00;
}
.BgClassName
{
background-color: #DA3C00;
}
</style>
border-color css
<style>
span { border-color: #DA3C00; }
span { border-color: rgb(218,60,0); }
td.TdClassName
{
border-color: #DA3C00;
}
.TagClassName
{
border-color: #DA3C00;
}
</style>