Html Css Color HEX #D13703 Harley Davidson Orange
📋 copy color: '#D13703'red 209 ◦ green 55 ◦ blue 3
Shades of Harley Davidson Orange #D13703
Tints of Harley Davidson Orange #D13703
RGB
CMYK
RGB Variations
Color information
#D13703 (or 0xD13703) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 03. RGB value is (209,55,3). Sum of RGB (Red+Green+Blue) = 209+55+3=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D13703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13703 is #2EC8FC. Grayscale: #5F5F5F. Windows color (decimal): -3066109 or 210897. OLE color: 210897.
HSL color Cylindrical-coordinate representation of color #D13703: hue angle of 15.15º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D13703 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.18 |
| HSL | 15.15º | 0.97% | 0.42% | - |
| HSV(B) | 15.15º | 0.99% | 0.82% | - |
| XYZ | 27.68 | 16.29 | 1.77 | - |
| YUV | 95.12 | 76.02 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 3 | 0 | 0.74 | 0.99 | 0.18 | 15.15 | 0.97 | 0.42 |
| Hex | D1 | 37 | 3 | 0 | 4A | 63 | 12 | F | 61 | 2A |
| Octal | 321 | 67 | 3 | 0 | 112 | 143 | 22 | 17 | 141 | 52 |
| Binary | 11010001 | 110111 | 11 | 0 | 1001010 | 1100011 | 10010 | 1111 | 1100001 | 101010 |
Color Harmonies of #D13703
Complementary color
Monochromatic Colors of #D13703
Black with #D13703
Text Example
Text Example
White with #D13703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13703; }
p { color: rgb(209,55,3); }
H1.HeaderClassName
{
color: #D13703;
}
.AnyTagClassName
{
color: #D13703;
}
</style>
background-color css
<style>
a { background-color: #D13703; }
a { background-color: rgb(209,55,3); }
div.DivClassName
{
background-color: #D13703;
}
.BgClassName
{
background-color: #D13703;
}
</style>
border-color css
<style>
span { border-color: #D13703; }
span { border-color: rgb(209,55,3); }
td.TdClassName
{
border-color: #D13703;
}
.TagClassName
{
border-color: #D13703;
}
</style>