Html Css Color HEX #D03D03 Harley Davidson Orange
📋 copy color: '#D03D03'red 208 ◦ green 61 ◦ blue 3
Shades of Harley Davidson Orange #D03D03
Tints of Harley Davidson Orange #D03D03
RGB
CMYK
RGB Variations
Color information
#D03D03 (or 0xD03D03) is known color: Harley Davidson Orange. HEX triplet: D0, 3D and 03. RGB value is (208,61,3). Sum of RGB (Red+Green+Blue) = 208+61+3=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03D03 is #2FC2FC. Grayscale: #626262. Windows color (decimal): -3130109 or 212432. OLE color: 212432.
HSL color Cylindrical-coordinate representation of color #D03D03: hue angle of 16.98º 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 #D03D03 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.18 |
| HSL | 16.98º | 0.97% | 0.41% | - |
| HSV(B) | 16.98º | 0.99% | 0.82% | - |
| XYZ | 27.7 | 16.75 | 1.86 | - |
| YUV | 98.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 3 | 0 | 0.71 | 0.99 | 0.18 | 16.98 | 0.97 | 0.41 |
| Hex | D0 | 3D | 3 | 0 | 47 | 63 | 12 | 11 | 61 | 29 |
| Octal | 320 | 75 | 3 | 0 | 107 | 143 | 22 | 21 | 141 | 51 |
| Binary | 11010000 | 111101 | 11 | 0 | 1000111 | 1100011 | 10010 | 10001 | 1100001 | 101001 |
Color Harmonies of #D03D03
Complementary color
Monochromatic Colors of #D03D03
Black with #D03D03
Text Example
Text Example
White with #D03D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D03; }
p { color: rgb(208,61,3); }
H1.HeaderClassName
{
color: #D03D03;
}
.AnyTagClassName
{
color: #D03D03;
}
</style>
background-color css
<style>
a { background-color: #D03D03; }
a { background-color: rgb(208,61,3); }
div.DivClassName
{
background-color: #D03D03;
}
.BgClassName
{
background-color: #D03D03;
}
</style>
border-color css
<style>
span { border-color: #D03D03; }
span { border-color: rgb(208,61,3); }
td.TdClassName
{
border-color: #D03D03;
}
.TagClassName
{
border-color: #D03D03;
}
</style>