Html Css Color HEX #D0350F Harley Davidson Orange
📋 copy color: '#D0350F'red 208 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #D0350F
Tints of Harley Davidson Orange #D0350F
RGB
CMYK
RGB Variations
Color information
#D0350F (or 0xD0350F) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 0F. RGB value is (208,53,15). Sum of RGB (Red+Green+Blue) = 208+53+15=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0350F is #2FCAF0. Grayscale: #5F5F5F. Windows color (decimal): -3132145 or 996816. OLE color: 996816.
HSL color Cylindrical-coordinate representation of color #D0350F: hue angle of 11.81º 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 #D0350F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.18 |
| HSL | 11.81º | 0.87% | 0.44% | - |
| HSV(B) | 11.81º | 0.93% | 0.82% | - |
| XYZ | 27.37 | 15.99 | 2.1 | - |
| YUV | 95.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 15 | 0 | 0.75 | 0.93 | 0.18 | 11.81 | 0.87 | 0.44 |
| Hex | D0 | 35 | F | 0 | 4B | 5D | 12 | C | 57 | 2C |
| Octal | 320 | 65 | 17 | 0 | 113 | 135 | 22 | 14 | 127 | 54 |
| Binary | 11010000 | 110101 | 1111 | 0 | 1001011 | 1011101 | 10010 | 1100 | 1010111 | 101100 |
Color Harmonies of #D0350F
Complementary color
Monochromatic Colors of #D0350F
Black with #D0350F
Text Example
Text Example
White with #D0350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0350F; }
p { color: rgb(208,53,15); }
H1.HeaderClassName
{
color: #D0350F;
}
.AnyTagClassName
{
color: #D0350F;
}
</style>
background-color css
<style>
a { background-color: #D0350F; }
a { background-color: rgb(208,53,15); }
div.DivClassName
{
background-color: #D0350F;
}
.BgClassName
{
background-color: #D0350F;
}
</style>
border-color css
<style>
span { border-color: #D0350F; }
span { border-color: rgb(208,53,15); }
td.TdClassName
{
border-color: #D0350F;
}
.TagClassName
{
border-color: #D0350F;
}
</style>