Html Css Color HEX #DA3C0B Harley Davidson Orange
📋 copy color: '#DA3C0B'red 218 ◦ green 60 ◦ blue 11
Shades of Harley Davidson Orange #DA3C0B
Tints of Harley Davidson Orange #DA3C0B
RGB
CMYK
RGB Variations
Color information
#DA3C0B (or 0xDA3C0B) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 0B. RGB value is (218,60,11). Sum of RGB (Red+Green+Blue) = 218+60+11=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C0B is #25C3F4. Grayscale: #666666. Windows color (decimal): -2474997 or 736474. OLE color: 736474.
HSL color Cylindrical-coordinate representation of color #DA3C0B: hue angle of 14.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA3C0B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.15 |
| HSL | 14.2º | 0.9% | 0.45% | - |
| HSV(B) | 14.2º | 0.95% | 0.85% | - |
| XYZ | 30.59 | 18.16 | 2.21 | - |
| YUV | 101.66 | 76.85 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 11 | 0 | 0.72 | 0.95 | 0.15 | 14.2 | 0.9 | 0.45 |
| Hex | DA | 3C | B | 0 | 48 | 5F | F | E | 5A | 2D |
| Octal | 332 | 74 | 13 | 0 | 110 | 137 | 17 | 16 | 132 | 55 |
| Binary | 11011010 | 111100 | 1011 | 0 | 1001000 | 1011111 | 1111 | 1110 | 1011010 | 101101 |
Color Harmonies of #DA3C0B
Complementary color
Monochromatic Colors of #DA3C0B
Black with #DA3C0B
Text Example
Text Example
White with #DA3C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C0B; }
p { color: rgb(218,60,11); }
H1.HeaderClassName
{
color: #DA3C0B;
}
.AnyTagClassName
{
color: #DA3C0B;
}
</style>
background-color css
<style>
a { background-color: #DA3C0B; }
a { background-color: rgb(218,60,11); }
div.DivClassName
{
background-color: #DA3C0B;
}
.BgClassName
{
background-color: #DA3C0B;
}
</style>
border-color css
<style>
span { border-color: #DA3C0B; }
span { border-color: rgb(218,60,11); }
td.TdClassName
{
border-color: #DA3C0B;
}
.TagClassName
{
border-color: #DA3C0B;
}
</style>