Html Css Color HEX #D0340F Harley Davidson Orange
📋 copy color: '#D0340F'red 208 ◦ green 52 ◦ blue 15
Shades of Harley Davidson Orange #D0340F
Tints of Harley Davidson Orange #D0340F
RGB
CMYK
RGB Variations
Color information
#D0340F (or 0xD0340F) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 0F. RGB value is (208,52,15). Sum of RGB (Red+Green+Blue) = 208+52+15=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D0340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0340F is #2FCBF0. Grayscale: #5E5E5E. Windows color (decimal): -3132401 or 996560. OLE color: 996560.
HSL color Cylindrical-coordinate representation of color #D0340F: hue angle of 11.5º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0340F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.18 |
| HSL | 11.5º | 0.87% | 0.44% | - |
| HSV(B) | 11.5º | 0.93% | 0.82% | - |
| XYZ | 27.33 | 15.9 | 2.08 | - |
| YUV | 94.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 15 | 0 | 0.75 | 0.93 | 0.18 | 11.5 | 0.87 | 0.44 |
| Hex | D0 | 34 | F | 0 | 4B | 5D | 12 | C | 57 | 2C |
| Octal | 320 | 64 | 17 | 0 | 113 | 135 | 22 | 14 | 127 | 54 |
| Binary | 11010000 | 110100 | 1111 | 0 | 1001011 | 1011101 | 10010 | 1100 | 1010111 | 101100 |
Color Harmonies of #D0340F
Complementary color
Monochromatic Colors of #D0340F
Black with #D0340F
Text Example
Text Example
White with #D0340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0340F; }
p { color: rgb(208,52,15); }
H1.HeaderClassName
{
color: #D0340F;
}
.AnyTagClassName
{
color: #D0340F;
}
</style>
background-color css
<style>
a { background-color: #D0340F; }
a { background-color: rgb(208,52,15); }
div.DivClassName
{
background-color: #D0340F;
}
.BgClassName
{
background-color: #D0340F;
}
</style>
border-color css
<style>
span { border-color: #D0340F; }
span { border-color: rgb(208,52,15); }
td.TdClassName
{
border-color: #D0340F;
}
.TagClassName
{
border-color: #D0340F;
}
</style>