Html Css Color HEX #D13500 Harley Davidson Orange
📋 copy color: '#D13500'red 209 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #D13500
Tints of Harley Davidson Orange #D13500
RGB
CMYK
RGB Variations
Color information
#D13500 (or 0xD13500) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 00. RGB value is (209,53,0). Sum of RGB (Red+Green+Blue) = 209+53+0=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D13500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13500 is #2ECAFF. Grayscale: #5D5D5D. Windows color (decimal): -3066624 or 13777. OLE color: 13777.
HSL color Cylindrical-coordinate representation of color #D13500: hue angle of 15.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D13500 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.18 |
| HSL | 15.22º | 1% | 0.41% | - |
| HSV(B) | 15.22º | 1% | 0.82% | - |
| XYZ | 27.57 | 16.1 | 1.65 | - |
| YUV | 93.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 0 | 0 | 0.75 | 1 | 0.18 | 15.22 | 1 | 0.41 |
| Hex | D1 | 35 | 0 | 0 | 4B | 64 | 12 | F | 64 | 29 |
| Octal | 321 | 65 | 0 | 0 | 113 | 144 | 22 | 17 | 144 | 51 |
| Binary | 11010001 | 110101 | 0 | 0 | 1001011 | 1100100 | 10010 | 1111 | 1100100 | 101001 |
Color Harmonies of #D13500
Complementary color
Monochromatic Colors of #D13500
Black with #D13500
Text Example
Text Example
White with #D13500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13500; }
p { color: rgb(209,53,0); }
H1.HeaderClassName
{
color: #D13500;
}
.AnyTagClassName
{
color: #D13500;
}
</style>
background-color css
<style>
a { background-color: #D13500; }
a { background-color: rgb(209,53,0); }
div.DivClassName
{
background-color: #D13500;
}
.BgClassName
{
background-color: #D13500;
}
</style>
border-color css
<style>
span { border-color: #D13500; }
span { border-color: rgb(209,53,0); }
td.TdClassName
{
border-color: #D13500;
}
.TagClassName
{
border-color: #D13500;
}
</style>