Html Css Color HEX #D0351F Harley Davidson Orange
📋 copy color: '#D0351F'red 208 ◦ green 53 ◦ blue 31
Shades of Harley Davidson Orange #D0351F
Tints of Harley Davidson Orange #D0351F
RGB
CMYK
RGB Variations
Color information
#D0351F (or 0xD0351F) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 1F. RGB value is (208,53,31). Sum of RGB (Red+Green+Blue) = 208+53+31=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0351F is #2FCAE0. Grayscale: #616161. Windows color (decimal): -3132129 or 2045392. OLE color: 2045392.
HSL color Cylindrical-coordinate representation of color #D0351F: hue angle of 7.46º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0351F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 31 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.18 |
| HSL | 7.46º | 0.74% | 0.47% | - |
| HSV(B) | 7.46º | 0.85% | 0.82% | - |
| XYZ | 27.53 | 16.06 | 2.94 | - |
| YUV | 96.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 31 | 0 | 0.75 | 0.85 | 0.18 | 7.46 | 0.74 | 0.47 |
| Hex | D0 | 35 | 1F | 0 | 4B | 55 | 12 | 7 | 4A | 2F |
| Octal | 320 | 65 | 37 | 0 | 113 | 125 | 22 | 7 | 112 | 57 |
| Binary | 11010000 | 110101 | 11111 | 0 | 1001011 | 1010101 | 10010 | 111 | 1001010 | 101111 |
Color Harmonies of #D0351F
Complementary color
Monochromatic Colors of #D0351F
Black with #D0351F
Text Example
Text Example
White with #D0351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0351F; }
p { color: rgb(208,53,31); }
H1.HeaderClassName
{
color: #D0351F;
}
.AnyTagClassName
{
color: #D0351F;
}
</style>
background-color css
<style>
a { background-color: #D0351F; }
a { background-color: rgb(208,53,31); }
div.DivClassName
{
background-color: #D0351F;
}
.BgClassName
{
background-color: #D0351F;
}
</style>
border-color css
<style>
span { border-color: #D0351F; }
span { border-color: rgb(208,53,31); }
td.TdClassName
{
border-color: #D0351F;
}
.TagClassName
{
border-color: #D0351F;
}
</style>