Html Css Color HEX #D13C01 Harley Davidson Orange
📋 copy color: '#D13C01'red 209 ◦ green 60 ◦ blue 1
Shades of Harley Davidson Orange #D13C01
Tints of Harley Davidson Orange #D13C01
RGB
CMYK
RGB Variations
Color information
#D13C01 (or 0xD13C01) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 01. RGB value is (209,60,1). Sum of RGB (Red+Green+Blue) = 209+60+1=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C01 is #2EC3FE. Grayscale: #626262. Windows color (decimal): -3064831 or 81105. OLE color: 81105.
HSL color Cylindrical-coordinate representation of color #D13C01: hue angle of 17.02º 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 #D13C01 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.18 |
| HSL | 17.02º | 0.99% | 0.41% | - |
| HSV(B) | 17.02º | 1% | 0.82% | - |
| XYZ | 27.92 | 16.79 | 1.8 | - |
| YUV | 97.83 | 73.36 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 1 | 0 | 0.71 | 1.00 | 0.18 | 17.02 | 0.99 | 0.41 |
| Hex | D1 | 3C | 1 | 0 | 47 | 64 | 12 | 11 | 63 | 29 |
| Octal | 321 | 74 | 1 | 0 | 107 | 144 | 22 | 21 | 143 | 51 |
| Binary | 11010001 | 111100 | 1 | 0 | 1000111 | 1100100 | 10010 | 10001 | 1100011 | 101001 |
Color Harmonies of #D13C01
Complementary color
Monochromatic Colors of #D13C01
Black with #D13C01
Text Example
Text Example
White with #D13C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C01; }
p { color: rgb(209,60,1); }
H1.HeaderClassName
{
color: #D13C01;
}
.AnyTagClassName
{
color: #D13C01;
}
</style>
background-color css
<style>
a { background-color: #D13C01; }
a { background-color: rgb(209,60,1); }
div.DivClassName
{
background-color: #D13C01;
}
.BgClassName
{
background-color: #D13C01;
}
</style>
border-color css
<style>
span { border-color: #D13C01; }
span { border-color: rgb(209,60,1); }
td.TdClassName
{
border-color: #D13C01;
}
.TagClassName
{
border-color: #D13C01;
}
</style>