Html Css Color HEX #C0350F Harley Davidson Orange
📋 copy color: '#C0350F'red 192 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #C0350F
Tints of Harley Davidson Orange #C0350F
RGB
CMYK
RGB Variations
Color information
#C0350F (or 0xC0350F) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 0F. RGB value is (192,53,15). Sum of RGB (Red+Green+Blue) = 192+53+15=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C0350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0350F is #3FCAF0. Grayscale: #5A5A5A. Windows color (decimal): -4180721 or 996800. OLE color: 996800.
HSL color Cylindrical-coordinate representation of color #C0350F: hue angle of 12.88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0350F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.25 |
| HSL | 12.88º | 0.86% | 0.41% | - |
| HSV(B) | 12.88º | 0.92% | 0.75% | - |
| XYZ | 23.1 | 13.79 | 1.9 | - |
| YUV | 90.23 | 85.55 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 15 | 0 | 0.72 | 0.92 | 0.25 | 12.88 | 0.86 | 0.41 |
| Hex | C0 | 35 | F | 0 | 48 | 5C | 19 | D | 56 | 29 |
| Octal | 300 | 65 | 17 | 0 | 110 | 134 | 31 | 15 | 126 | 51 |
| Binary | 11000000 | 110101 | 1111 | 0 | 1001000 | 1011100 | 11001 | 1101 | 1010110 | 101001 |
Color Harmonies of #C0350F
Complementary color
Monochromatic Colors of #C0350F
Black with #C0350F
Text Example
Text Example
White with #C0350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0350F; }
p { color: rgb(192,53,15); }
H1.HeaderClassName
{
color: #C0350F;
}
.AnyTagClassName
{
color: #C0350F;
}
</style>
background-color css
<style>
a { background-color: #C0350F; }
a { background-color: rgb(192,53,15); }
div.DivClassName
{
background-color: #C0350F;
}
.BgClassName
{
background-color: #C0350F;
}
</style>
border-color css
<style>
span { border-color: #C0350F; }
span { border-color: rgb(192,53,15); }
td.TdClassName
{
border-color: #C0350F;
}
.TagClassName
{
border-color: #C0350F;
}
</style>