Html Css Color HEX #D01C03 Harley Davidson Orange
📋 copy color: '#D01C03'red 208 ◦ green 28 ◦ blue 3
Shades of Harley Davidson Orange #D01C03
Tints of Harley Davidson Orange #D01C03
RGB
CMYK
RGB Variations
Color information
#D01C03 (or 0xD01C03) is known color: Harley Davidson Orange. HEX triplet: D0, 1C and 03. RGB value is (208,28,3). Sum of RGB (Red+Green+Blue) = 208+28+3=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01C03 is #2FE3FC. Grayscale: #4F4F4F. Windows color (decimal): -3138557 or 203984. OLE color: 203984.
HSL color Cylindrical-coordinate representation of color #D01C03: hue angle of 7.32º 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 #D01C03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.18 |
| HSL | 7.32º | 0.97% | 0.41% | - |
| HSV(B) | 7.32º | 0.99% | 0.82% | - |
| XYZ | 26.44 | 14.25 | 1.44 | - |
| YUV | 78.97 | 85.13 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 3 | 0 | 0.87 | 0.99 | 0.18 | 7.32 | 0.97 | 0.41 |
| Hex | D0 | 1C | 3 | 0 | 57 | 63 | 12 | 7 | 61 | 29 |
| Octal | 320 | 34 | 3 | 0 | 127 | 143 | 22 | 7 | 141 | 51 |
| Binary | 11010000 | 11100 | 11 | 0 | 1010111 | 1100011 | 10010 | 111 | 1100001 | 101001 |
Color Harmonies of #D01C03
Complementary color
Monochromatic Colors of #D01C03
Black with #D01C03
Text Example
Text Example
White with #D01C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C03; }
p { color: rgb(208,28,3); }
H1.HeaderClassName
{
color: #D01C03;
}
.AnyTagClassName
{
color: #D01C03;
}
</style>
background-color css
<style>
a { background-color: #D01C03; }
a { background-color: rgb(208,28,3); }
div.DivClassName
{
background-color: #D01C03;
}
.BgClassName
{
background-color: #D01C03;
}
</style>
border-color css
<style>
span { border-color: #D01C03; }
span { border-color: rgb(208,28,3); }
td.TdClassName
{
border-color: #D01C03;
}
.TagClassName
{
border-color: #D01C03;
}
</style>