Html Css Color HEX #D0361C Harley Davidson Orange
📋 copy color: '#D0361C'red 208 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #D0361C
Tints of Harley Davidson Orange #D0361C
RGB
CMYK
RGB Variations
Color information
#D0361C (or 0xD0361C) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 1C. RGB value is (208,54,28). Sum of RGB (Red+Green+Blue) = 208+54+28=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0361C is #2FC9E3. Grayscale: #616161. Windows color (decimal): -3131876 or 1849040. OLE color: 1849040.
HSL color Cylindrical-coordinate representation of color #D0361C: hue angle of 8.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0361C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.18 |
| HSL | 8.67º | 0.76% | 0.46% | - |
| HSV(B) | 8.67º | 0.87% | 0.82% | - |
| XYZ | 27.54 | 16.13 | 2.76 | - |
| YUV | 97.08 | 89.02 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 28 | 0 | 0.74 | 0.87 | 0.18 | 8.67 | 0.76 | 0.46 |
| Hex | D0 | 36 | 1C | 0 | 4A | 57 | 12 | 9 | 4C | 2E |
| Octal | 320 | 66 | 34 | 0 | 112 | 127 | 22 | 11 | 114 | 56 |
| Binary | 11010000 | 110110 | 11100 | 0 | 1001010 | 1010111 | 10010 | 1001 | 1001100 | 101110 |
Color Harmonies of #D0361C
Complementary color
Monochromatic Colors of #D0361C
Black with #D0361C
Text Example
Text Example
White with #D0361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0361C; }
p { color: rgb(208,54,28); }
H1.HeaderClassName
{
color: #D0361C;
}
.AnyTagClassName
{
color: #D0361C;
}
</style>
background-color css
<style>
a { background-color: #D0361C; }
a { background-color: rgb(208,54,28); }
div.DivClassName
{
background-color: #D0361C;
}
.BgClassName
{
background-color: #D0361C;
}
</style>
border-color css
<style>
span { border-color: #D0361C; }
span { border-color: rgb(208,54,28); }
td.TdClassName
{
border-color: #D0361C;
}
.TagClassName
{
border-color: #D0361C;
}
</style>