Html Css Color HEX #C0351D Harley Davidson Orange
📋 copy color: '#C0351D'red 192 ◦ green 53 ◦ blue 29
Shades of Harley Davidson Orange #C0351D
Tints of Harley Davidson Orange #C0351D
RGB
CMYK
RGB Variations
Color information
#C0351D (or 0xC0351D) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 1D. RGB value is (192,53,29). Sum of RGB (Red+Green+Blue) = 192+53+29=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0351D is #3FCAE2. Grayscale: #5C5C5C. Windows color (decimal): -4180707 or 1914304. OLE color: 1914304.
HSL color Cylindrical-coordinate representation of color #C0351D: hue angle of 8.83º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0351D is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 29 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.25 |
| HSL | 8.83º | 0.74% | 0.43% | - |
| HSV(B) | 8.83º | 0.85% | 0.75% | - |
| XYZ | 23.23 | 13.84 | 2.61 | - |
| YUV | 91.83 | 92.55 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 29 | 0 | 0.72 | 0.85 | 0.25 | 8.83 | 0.74 | 0.43 |
| Hex | C0 | 35 | 1D | 0 | 48 | 55 | 19 | 9 | 4A | 2B |
| Octal | 300 | 65 | 35 | 0 | 110 | 125 | 31 | 11 | 112 | 53 |
| Binary | 11000000 | 110101 | 11101 | 0 | 1001000 | 1010101 | 11001 | 1001 | 1001010 | 101011 |
Color Harmonies of #C0351D
Complementary color
Monochromatic Colors of #C0351D
Black with #C0351D
Text Example
Text Example
White with #C0351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0351D; }
p { color: rgb(192,53,29); }
H1.HeaderClassName
{
color: #C0351D;
}
.AnyTagClassName
{
color: #C0351D;
}
</style>
background-color css
<style>
a { background-color: #C0351D; }
a { background-color: rgb(192,53,29); }
div.DivClassName
{
background-color: #C0351D;
}
.BgClassName
{
background-color: #C0351D;
}
</style>
border-color css
<style>
span { border-color: #C0351D; }
span { border-color: rgb(192,53,29); }
td.TdClassName
{
border-color: #C0351D;
}
.TagClassName
{
border-color: #C0351D;
}
</style>