Html Css Color HEX #D13504 Harley Davidson Orange
📋 copy color: '#D13504'red 209 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #D13504
Tints of Harley Davidson Orange #D13504
RGB
CMYK
RGB Variations
Color information
#D13504 (or 0xD13504) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 04. RGB value is (209,53,4). Sum of RGB (Red+Green+Blue) = 209+53+4=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D13504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13504 is #2ECAFB. Grayscale: #5E5E5E. Windows color (decimal): -3066620 or 275921. OLE color: 275921.
HSL color Cylindrical-coordinate representation of color #D13504: hue angle of 14.34º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D13504 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.18 |
| HSL | 14.34º | 0.96% | 0.42% | - |
| HSV(B) | 14.34º | 0.98% | 0.82% | - |
| XYZ | 27.59 | 16.11 | 1.77 | - |
| YUV | 94.06 | 77.18 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 4 | 0 | 0.75 | 0.98 | 0.18 | 14.34 | 0.96 | 0.42 |
| Hex | D1 | 35 | 4 | 0 | 4B | 62 | 12 | E | 60 | 2A |
| Octal | 321 | 65 | 4 | 0 | 113 | 142 | 22 | 16 | 140 | 52 |
| Binary | 11010001 | 110101 | 100 | 0 | 1001011 | 1100010 | 10010 | 1110 | 1100000 | 101010 |
Color Harmonies of #D13504
Complementary color
Monochromatic Colors of #D13504
Black with #D13504
Text Example
Text Example
White with #D13504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13504; }
p { color: rgb(209,53,4); }
H1.HeaderClassName
{
color: #D13504;
}
.AnyTagClassName
{
color: #D13504;
}
</style>
background-color css
<style>
a { background-color: #D13504; }
a { background-color: rgb(209,53,4); }
div.DivClassName
{
background-color: #D13504;
}
.BgClassName
{
background-color: #D13504;
}
</style>
border-color css
<style>
span { border-color: #D13504; }
span { border-color: rgb(209,53,4); }
td.TdClassName
{
border-color: #D13504;
}
.TagClassName
{
border-color: #D13504;
}
</style>