Html Css Color HEX #DA3C08 Harley Davidson Orange
📋 copy color: '#DA3C08'red 218 ◦ green 60 ◦ blue 8
Shades of Harley Davidson Orange #DA3C08
Tints of Harley Davidson Orange #DA3C08
RGB
CMYK
RGB Variations
Color information
#DA3C08 (or 0xDA3C08) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 08. RGB value is (218,60,8). Sum of RGB (Red+Green+Blue) = 218+60+8=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C08 is #25C3F7. Grayscale: #656565. Windows color (decimal): -2475000 or 539866. OLE color: 539866.
HSL color Cylindrical-coordinate representation of color #DA3C08: hue angle of 14.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA3C08 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.15 |
| HSL | 14.86º | 0.93% | 0.44% | - |
| HSV(B) | 14.86º | 0.96% | 0.85% | - |
| XYZ | 30.57 | 18.15 | 2.12 | - |
| YUV | 101.31 | 75.35 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 8 | 0 | 0.72 | 0.96 | 0.15 | 14.86 | 0.93 | 0.44 |
| Hex | DA | 3C | 8 | 0 | 48 | 60 | F | F | 5D | 2C |
| Octal | 332 | 74 | 10 | 0 | 110 | 140 | 17 | 17 | 135 | 54 |
| Binary | 11011010 | 111100 | 1000 | 0 | 1001000 | 1100000 | 1111 | 1111 | 1011101 | 101100 |
Color Harmonies of #DA3C08
Complementary color
Monochromatic Colors of #DA3C08
Black with #DA3C08
Text Example
Text Example
White with #DA3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C08; }
p { color: rgb(218,60,8); }
H1.HeaderClassName
{
color: #DA3C08;
}
.AnyTagClassName
{
color: #DA3C08;
}
</style>
background-color css
<style>
a { background-color: #DA3C08; }
a { background-color: rgb(218,60,8); }
div.DivClassName
{
background-color: #DA3C08;
}
.BgClassName
{
background-color: #DA3C08;
}
</style>
border-color css
<style>
span { border-color: #DA3C08; }
span { border-color: rgb(218,60,8); }
td.TdClassName
{
border-color: #DA3C08;
}
.TagClassName
{
border-color: #DA3C08;
}
</style>