Html Css Color HEX #D13C16 Harley Davidson Orange
📋 copy color: '#D13C16'red 209 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #D13C16
Tints of Harley Davidson Orange #D13C16
RGB
CMYK
RGB Variations
Color information
#D13C16 (or 0xD13C16) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 16. RGB value is (209,60,22). Sum of RGB (Red+Green+Blue) = 209+60+22=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C16 is #2EC3E9. Grayscale: #646464. Windows color (decimal): -3064810 or 1457361. OLE color: 1457361.
HSL color Cylindrical-coordinate representation of color #D13C16: hue angle of 12.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D13C16 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 22 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.18 |
| HSL | 12.19º | 0.81% | 0.45% | - |
| HSV(B) | 12.19º | 0.89% | 0.82% | - |
| XYZ | 28.06 | 16.84 | 2.53 | - |
| YUV | 100.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 22 | 0 | 0.71 | 0.89 | 0.18 | 12.19 | 0.81 | 0.45 |
| Hex | D1 | 3C | 16 | 0 | 47 | 59 | 12 | C | 51 | 2D |
| Octal | 321 | 74 | 26 | 0 | 107 | 131 | 22 | 14 | 121 | 55 |
| Binary | 11010001 | 111100 | 10110 | 0 | 1000111 | 1011001 | 10010 | 1100 | 1010001 | 101101 |
Color Harmonies of #D13C16
Complementary color
Monochromatic Colors of #D13C16
Black with #D13C16
Text Example
Text Example
White with #D13C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C16; }
p { color: rgb(209,60,22); }
H1.HeaderClassName
{
color: #D13C16;
}
.AnyTagClassName
{
color: #D13C16;
}
</style>
background-color css
<style>
a { background-color: #D13C16; }
a { background-color: rgb(209,60,22); }
div.DivClassName
{
background-color: #D13C16;
}
.BgClassName
{
background-color: #D13C16;
}
</style>
border-color css
<style>
span { border-color: #D13C16; }
span { border-color: rgb(209,60,22); }
td.TdClassName
{
border-color: #D13C16;
}
.TagClassName
{
border-color: #D13C16;
}
</style>