Html Css Color HEX #C0361E Harley Davidson Orange
📋 copy color: '#C0361E'red 192 ◦ green 54 ◦ blue 30
Shades of Harley Davidson Orange #C0361E
Tints of Harley Davidson Orange #C0361E
RGB
CMYK
RGB Variations
Color information
#C0361E (or 0xC0361E) is known color: Harley Davidson Orange. HEX triplet: C0, 36 and 1E. RGB value is (192,54,30). Sum of RGB (Red+Green+Blue) = 192+54+30=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0361E is #3FC9E1. Grayscale: #5C5C5C. Windows color (decimal): -4180450 or 1980096. OLE color: 1980096.
HSL color Cylindrical-coordinate representation of color #C0361E: hue angle of 8.89º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0361E is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 30 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.25 |
| HSL | 8.89º | 0.73% | 0.44% | - |
| HSV(B) | 8.89º | 0.84% | 0.75% | - |
| XYZ | 23.29 | 13.94 | 2.69 | - |
| YUV | 92.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 30 | 0 | 0.72 | 0.84 | 0.25 | 8.89 | 0.73 | 0.44 |
| Hex | C0 | 36 | 1E | 0 | 48 | 54 | 19 | 9 | 49 | 2C |
| Octal | 300 | 66 | 36 | 0 | 110 | 124 | 31 | 11 | 111 | 54 |
| Binary | 11000000 | 110110 | 11110 | 0 | 1001000 | 1010100 | 11001 | 1001 | 1001001 | 101100 |
Color Harmonies of #C0361E
Complementary color
Monochromatic Colors of #C0361E
Black with #C0361E
Text Example
Text Example
White with #C0361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0361E; }
p { color: rgb(192,54,30); }
H1.HeaderClassName
{
color: #C0361E;
}
.AnyTagClassName
{
color: #C0361E;
}
</style>
background-color css
<style>
a { background-color: #C0361E; }
a { background-color: rgb(192,54,30); }
div.DivClassName
{
background-color: #C0361E;
}
.BgClassName
{
background-color: #C0361E;
}
</style>
border-color css
<style>
span { border-color: #C0361E; }
span { border-color: rgb(192,54,30); }
td.TdClassName
{
border-color: #C0361E;
}
.TagClassName
{
border-color: #C0361E;
}
</style>