Html Css Color HEX #D0361F Harley Davidson Orange
📋 copy color: '#D0361F'red 208 ◦ green 54 ◦ blue 31
Shades of Harley Davidson Orange #D0361F
Tints of Harley Davidson Orange #D0361F
RGB
CMYK
RGB Variations
Color information
#D0361F (or 0xD0361F) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 1F. RGB value is (208,54,31). Sum of RGB (Red+Green+Blue) = 208+54+31=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0361F is #2FC9E0. Grayscale: #616161. Windows color (decimal): -3131873 or 2045648. OLE color: 2045648.
HSL color Cylindrical-coordinate representation of color #D0361F: hue angle of 7.8º 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 #D0361F is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 31 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.18 |
| HSL | 7.8º | 0.74% | 0.47% | - |
| HSV(B) | 7.8º | 0.85% | 0.82% | - |
| XYZ | 27.58 | 16.15 | 2.96 | - |
| YUV | 97.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 31 | 0 | 0.74 | 0.85 | 0.18 | 7.8 | 0.74 | 0.47 |
| Hex | D0 | 36 | 1F | 0 | 4A | 55 | 12 | 8 | 4A | 2F |
| Octal | 320 | 66 | 37 | 0 | 112 | 125 | 22 | 10 | 112 | 57 |
| Binary | 11010000 | 110110 | 11111 | 0 | 1001010 | 1010101 | 10010 | 1000 | 1001010 | 101111 |
Color Harmonies of #D0361F
Complementary color
Monochromatic Colors of #D0361F
Black with #D0361F
Text Example
Text Example
White with #D0361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0361F; }
p { color: rgb(208,54,31); }
H1.HeaderClassName
{
color: #D0361F;
}
.AnyTagClassName
{
color: #D0361F;
}
</style>
background-color css
<style>
a { background-color: #D0361F; }
a { background-color: rgb(208,54,31); }
div.DivClassName
{
background-color: #D0361F;
}
.BgClassName
{
background-color: #D0361F;
}
</style>
border-color css
<style>
span { border-color: #D0361F; }
span { border-color: rgb(208,54,31); }
td.TdClassName
{
border-color: #D0361F;
}
.TagClassName
{
border-color: #D0361F;
}
</style>