Html Css Color HEX #D03601 Harley Davidson Orange
📋 copy color: '#D03601'red 208 ◦ green 54 ◦ blue 1
Shades of Harley Davidson Orange #D03601
Tints of Harley Davidson Orange #D03601
RGB
CMYK
RGB Variations
Color information
#D03601 (or 0xD03601) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 01. RGB value is (208,54,1). Sum of RGB (Red+Green+Blue) = 208+54+1=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D03601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03601 is #2FC9FE. Grayscale: #5E5E5E. Windows color (decimal): -3131903 or 79568. OLE color: 79568.
HSL color Cylindrical-coordinate representation of color #D03601: hue angle of 15.36º 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 #D03601 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.18 |
| HSL | 15.36º | 0.99% | 0.41% | - |
| HSV(B) | 15.36º | 1% | 0.82% | - |
| XYZ | 27.34 | 16.05 | 1.69 | - |
| YUV | 94 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 1 | 0 | 0.74 | 1.00 | 0.18 | 15.36 | 0.99 | 0.41 |
| Hex | D0 | 36 | 1 | 0 | 4A | 64 | 12 | F | 63 | 29 |
| Octal | 320 | 66 | 1 | 0 | 112 | 144 | 22 | 17 | 143 | 51 |
| Binary | 11010000 | 110110 | 1 | 0 | 1001010 | 1100100 | 10010 | 1111 | 1100011 | 101001 |
Color Harmonies of #D03601
Complementary color
Monochromatic Colors of #D03601
Black with #D03601
Text Example
Text Example
White with #D03601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03601; }
p { color: rgb(208,54,1); }
H1.HeaderClassName
{
color: #D03601;
}
.AnyTagClassName
{
color: #D03601;
}
</style>
background-color css
<style>
a { background-color: #D03601; }
a { background-color: rgb(208,54,1); }
div.DivClassName
{
background-color: #D03601;
}
.BgClassName
{
background-color: #D03601;
}
</style>
border-color css
<style>
span { border-color: #D03601; }
span { border-color: rgb(208,54,1); }
td.TdClassName
{
border-color: #D03601;
}
.TagClassName
{
border-color: #D03601;
}
</style>