Html Css Color HEX #D03908 Harley Davidson Orange
📋 copy color: '#D03908'red 208 ◦ green 57 ◦ blue 8
Shades of Harley Davidson Orange #D03908
Tints of Harley Davidson Orange #D03908
RGB
CMYK
RGB Variations
Color information
#D03908 (or 0xD03908) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 08. RGB value is (208,57,8). Sum of RGB (Red+Green+Blue) = 208+57+8=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D03908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03908 is #2FC6F7. Grayscale: #606060. Windows color (decimal): -3131128 or 539088. OLE color: 539088.
HSL color Cylindrical-coordinate representation of color #D03908: hue angle of 14.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D03908 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.18 |
| HSL | 14.7º | 0.93% | 0.42% | - |
| HSV(B) | 14.7º | 0.96% | 0.82% | - |
| XYZ | 27.52 | 16.35 | 1.94 | - |
| YUV | 96.56 | 78.03 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 8 | 0 | 0.73 | 0.96 | 0.18 | 14.7 | 0.93 | 0.42 |
| Hex | D0 | 39 | 8 | 0 | 49 | 60 | 12 | F | 5D | 2A |
| Octal | 320 | 71 | 10 | 0 | 111 | 140 | 22 | 17 | 135 | 52 |
| Binary | 11010000 | 111001 | 1000 | 0 | 1001001 | 1100000 | 10010 | 1111 | 1011101 | 101010 |
Color Harmonies of #D03908
Complementary color
Monochromatic Colors of #D03908
Black with #D03908
Text Example
Text Example
White with #D03908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03908; }
p { color: rgb(208,57,8); }
H1.HeaderClassName
{
color: #D03908;
}
.AnyTagClassName
{
color: #D03908;
}
</style>
background-color css
<style>
a { background-color: #D03908; }
a { background-color: rgb(208,57,8); }
div.DivClassName
{
background-color: #D03908;
}
.BgClassName
{
background-color: #D03908;
}
</style>
border-color css
<style>
span { border-color: #D03908; }
span { border-color: rgb(208,57,8); }
td.TdClassName
{
border-color: #D03908;
}
.TagClassName
{
border-color: #D03908;
}
</style>