Html Css Color HEX #D03D08 Harley Davidson Orange
📋 copy color: '#D03D08'red 208 ◦ green 61 ◦ blue 8
Shades of Harley Davidson Orange #D03D08
Tints of Harley Davidson Orange #D03D08
RGB
CMYK
RGB Variations
Color information
#D03D08 (or 0xD03D08) is known color: Harley Davidson Orange. HEX triplet: D0, 3D and 08. RGB value is (208,61,8). Sum of RGB (Red+Green+Blue) = 208+61+8=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03D08 is #2FC2F7. Grayscale: #636363. Windows color (decimal): -3130104 or 540112. OLE color: 540112.
HSL color Cylindrical-coordinate representation of color #D03D08: hue angle of 15.9º 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 #D03D08 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.18 |
| HSL | 15.9º | 0.93% | 0.42% | - |
| HSV(B) | 15.9º | 0.96% | 0.82% | - |
| XYZ | 27.73 | 16.76 | 2 | - |
| YUV | 98.91 | 76.7 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 8 | 0 | 0.71 | 0.96 | 0.18 | 15.9 | 0.93 | 0.42 |
| Hex | D0 | 3D | 8 | 0 | 47 | 60 | 12 | 10 | 5D | 2A |
| Octal | 320 | 75 | 10 | 0 | 107 | 140 | 22 | 20 | 135 | 52 |
| Binary | 11010000 | 111101 | 1000 | 0 | 1000111 | 1100000 | 10010 | 10000 | 1011101 | 101010 |
Color Harmonies of #D03D08
Complementary color
Monochromatic Colors of #D03D08
Black with #D03D08
Text Example
Text Example
White with #D03D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D08; }
p { color: rgb(208,61,8); }
H1.HeaderClassName
{
color: #D03D08;
}
.AnyTagClassName
{
color: #D03D08;
}
</style>
background-color css
<style>
a { background-color: #D03D08; }
a { background-color: rgb(208,61,8); }
div.DivClassName
{
background-color: #D03D08;
}
.BgClassName
{
background-color: #D03D08;
}
</style>
border-color css
<style>
span { border-color: #D03D08; }
span { border-color: rgb(208,61,8); }
td.TdClassName
{
border-color: #D03D08;
}
.TagClassName
{
border-color: #D03D08;
}
</style>