Html Css Color HEX #D0410C Harley Davidson Orange
📋 copy color: '#D0410C'red 208 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #D0410C
Tints of Harley Davidson Orange #D0410C
RGB
CMYK
RGB Variations
Color information
#D0410C (or 0xD0410C) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 0C. RGB value is (208,65,12). Sum of RGB (Red+Green+Blue) = 208+65+12=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0410C is #2FBEF3. Grayscale: #666666. Windows color (decimal): -3129076 or 803280. OLE color: 803280.
HSL color Cylindrical-coordinate representation of color #D0410C: hue angle of 16.22º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0410C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 12 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.18 |
| HSL | 16.22º | 0.89% | 0.43% | - |
| HSV(B) | 16.22º | 0.94% | 0.82% | - |
| XYZ | 27.97 | 17.22 | 2.2 | - |
| YUV | 101.72 | 77.38 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 12 | 0 | 0.69 | 0.94 | 0.18 | 16.22 | 0.89 | 0.43 |
| Hex | D0 | 41 | C | 0 | 45 | 5E | 12 | 10 | 59 | 2B |
| Octal | 320 | 101 | 14 | 0 | 105 | 136 | 22 | 20 | 131 | 53 |
| Binary | 11010000 | 1000001 | 1100 | 0 | 1000101 | 1011110 | 10010 | 10000 | 1011001 | 101011 |
Color Harmonies of #D0410C
Complementary color
Monochromatic Colors of #D0410C
Black with #D0410C
Text Example
Text Example
White with #D0410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0410C; }
p { color: rgb(208,65,12); }
H1.HeaderClassName
{
color: #D0410C;
}
.AnyTagClassName
{
color: #D0410C;
}
</style>
background-color css
<style>
a { background-color: #D0410C; }
a { background-color: rgb(208,65,12); }
div.DivClassName
{
background-color: #D0410C;
}
.BgClassName
{
background-color: #D0410C;
}
</style>
border-color css
<style>
span { border-color: #D0410C; }
span { border-color: rgb(208,65,12); }
td.TdClassName
{
border-color: #D0410C;
}
.TagClassName
{
border-color: #D0410C;
}
</style>