Html Css Color HEX #D03901 Harley Davidson Orange
📋 copy color: '#D03901'red 208 ◦ green 57 ◦ blue 1
Shades of Harley Davidson Orange #D03901
Tints of Harley Davidson Orange #D03901
RGB
CMYK
RGB Variations
Color information
#D03901 (or 0xD03901) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 01. RGB value is (208,57,1). Sum of RGB (Red+Green+Blue) = 208+57+1=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D03901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03901 is #2FC6FE. Grayscale: #606060. Windows color (decimal): -3131135 or 80336. OLE color: 80336.
HSL color Cylindrical-coordinate representation of color #D03901: hue angle of 16.23º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D03901 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.18 |
| HSL | 16.23º | 0.99% | 0.41% | - |
| HSV(B) | 16.23º | 1% | 0.82% | - |
| XYZ | 27.48 | 16.34 | 1.73 | - |
| YUV | 95.77 | 74.53 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 1 | 0 | 0.73 | 1.00 | 0.18 | 16.23 | 0.99 | 0.41 |
| Hex | D0 | 39 | 1 | 0 | 49 | 64 | 12 | 10 | 63 | 29 |
| Octal | 320 | 71 | 1 | 0 | 111 | 144 | 22 | 20 | 143 | 51 |
| Binary | 11010000 | 111001 | 1 | 0 | 1001001 | 1100100 | 10010 | 10000 | 1100011 | 101001 |
Color Harmonies of #D03901
Complementary color
Monochromatic Colors of #D03901
Black with #D03901
Text Example
Text Example
White with #D03901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03901; }
p { color: rgb(208,57,1); }
H1.HeaderClassName
{
color: #D03901;
}
.AnyTagClassName
{
color: #D03901;
}
</style>
background-color css
<style>
a { background-color: #D03901; }
a { background-color: rgb(208,57,1); }
div.DivClassName
{
background-color: #D03901;
}
.BgClassName
{
background-color: #D03901;
}
</style>
border-color css
<style>
span { border-color: #D03901; }
span { border-color: rgb(208,57,1); }
td.TdClassName
{
border-color: #D03901;
}
.TagClassName
{
border-color: #D03901;
}
</style>