Html Css Color HEX #D03E03 Harley Davidson Orange
📋 copy color: '#D03E03'red 208 ◦ green 62 ◦ blue 3
Shades of Harley Davidson Orange #D03E03
Tints of Harley Davidson Orange #D03E03
RGB
CMYK
RGB Variations
Color information
#D03E03 (or 0xD03E03) is known color: Harley Davidson Orange. HEX triplet: D0, 3E and 03. RGB value is (208,62,3). Sum of RGB (Red+Green+Blue) = 208+62+3=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03E03 is #2FC1FC. Grayscale: #636363. Windows color (decimal): -3129853 or 212688. OLE color: 212688.
HSL color Cylindrical-coordinate representation of color #D03E03: hue angle of 17.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D03E03 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.18 |
| HSL | 17.27º | 0.97% | 0.41% | - |
| HSV(B) | 17.27º | 0.99% | 0.82% | - |
| XYZ | 27.75 | 16.86 | 1.88 | - |
| YUV | 98.93 | 73.87 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 3 | 0 | 0.70 | 0.99 | 0.18 | 17.27 | 0.97 | 0.41 |
| Hex | D0 | 3E | 3 | 0 | 46 | 63 | 12 | 11 | 61 | 29 |
| Octal | 320 | 76 | 3 | 0 | 106 | 143 | 22 | 21 | 141 | 51 |
| Binary | 11010000 | 111110 | 11 | 0 | 1000110 | 1100011 | 10010 | 10001 | 1100001 | 101001 |
Color Harmonies of #D03E03
Complementary color
Monochromatic Colors of #D03E03
Black with #D03E03
Text Example
Text Example
White with #D03E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03E03; }
p { color: rgb(208,62,3); }
H1.HeaderClassName
{
color: #D03E03;
}
.AnyTagClassName
{
color: #D03E03;
}
</style>
background-color css
<style>
a { background-color: #D03E03; }
a { background-color: rgb(208,62,3); }
div.DivClassName
{
background-color: #D03E03;
}
.BgClassName
{
background-color: #D03E03;
}
</style>
border-color css
<style>
span { border-color: #D03E03; }
span { border-color: rgb(208,62,3); }
td.TdClassName
{
border-color: #D03E03;
}
.TagClassName
{
border-color: #D03E03;
}
</style>