Html Css Color HEX #D03416 Harley Davidson Orange
📋 copy color: '#D03416'red 208 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #D03416
Tints of Harley Davidson Orange #D03416
RGB
CMYK
RGB Variations
Color information
#D03416 (or 0xD03416) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 16. RGB value is (208,52,22). Sum of RGB (Red+Green+Blue) = 208+52+22=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D03416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03416 is #2FCBE9. Grayscale: #5F5F5F. Windows color (decimal): -3132394 or 1455312. OLE color: 1455312.
HSL color Cylindrical-coordinate representation of color #D03416: hue angle of 9.68º 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 #D03416 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 22 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.18 |
| HSL | 9.68º | 0.81% | 0.45% | - |
| HSV(B) | 9.68º | 0.89% | 0.82% | - |
| XYZ | 27.39 | 15.92 | 2.39 | - |
| YUV | 95.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 22 | 0 | 0.75 | 0.89 | 0.18 | 9.68 | 0.81 | 0.45 |
| Hex | D0 | 34 | 16 | 0 | 4B | 59 | 12 | A | 51 | 2D |
| Octal | 320 | 64 | 26 | 0 | 113 | 131 | 22 | 12 | 121 | 55 |
| Binary | 11010000 | 110100 | 10110 | 0 | 1001011 | 1011001 | 10010 | 1010 | 1010001 | 101101 |
Color Harmonies of #D03416
Complementary color
Monochromatic Colors of #D03416
Black with #D03416
Text Example
Text Example
White with #D03416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03416; }
p { color: rgb(208,52,22); }
H1.HeaderClassName
{
color: #D03416;
}
.AnyTagClassName
{
color: #D03416;
}
</style>
background-color css
<style>
a { background-color: #D03416; }
a { background-color: rgb(208,52,22); }
div.DivClassName
{
background-color: #D03416;
}
.BgClassName
{
background-color: #D03416;
}
</style>
border-color css
<style>
span { border-color: #D03416; }
span { border-color: rgb(208,52,22); }
td.TdClassName
{
border-color: #D03416;
}
.TagClassName
{
border-color: #D03416;
}
</style>