Html Css Color HEX #D03515 Harley Davidson Orange
📋 copy color: '#D03515'red 208 ◦ green 53 ◦ blue 21
Shades of Harley Davidson Orange #D03515
Tints of Harley Davidson Orange #D03515
RGB
CMYK
RGB Variations
Color information
#D03515 (or 0xD03515) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 15. RGB value is (208,53,21). Sum of RGB (Red+Green+Blue) = 208+53+21=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D03515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03515 is #2FCAEA. Grayscale: #5F5F5F. Windows color (decimal): -3132139 or 1390032. OLE color: 1390032.
HSL color Cylindrical-coordinate representation of color #D03515: hue angle of 10.27º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D03515 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 21 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.18 |
| HSL | 10.27º | 0.82% | 0.45% | - |
| HSV(B) | 10.27º | 0.9% | 0.82% | - |
| XYZ | 27.42 | 16.01 | 2.35 | - |
| YUV | 95.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 21 | 0 | 0.75 | 0.90 | 0.18 | 10.27 | 0.82 | 0.45 |
| Hex | D0 | 35 | 15 | 0 | 4B | 5A | 12 | A | 52 | 2D |
| Octal | 320 | 65 | 25 | 0 | 113 | 132 | 22 | 12 | 122 | 55 |
| Binary | 11010000 | 110101 | 10101 | 0 | 1001011 | 1011010 | 10010 | 1010 | 1010010 | 101101 |
Color Harmonies of #D03515
Complementary color
Monochromatic Colors of #D03515
Black with #D03515
Text Example
Text Example
White with #D03515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03515; }
p { color: rgb(208,53,21); }
H1.HeaderClassName
{
color: #D03515;
}
.AnyTagClassName
{
color: #D03515;
}
</style>
background-color css
<style>
a { background-color: #D03515; }
a { background-color: rgb(208,53,21); }
div.DivClassName
{
background-color: #D03515;
}
.BgClassName
{
background-color: #D03515;
}
</style>
border-color css
<style>
span { border-color: #D03515; }
span { border-color: rgb(208,53,21); }
td.TdClassName
{
border-color: #D03515;
}
.TagClassName
{
border-color: #D03515;
}
</style>