Html Css Color HEX #C0350A Harley Davidson Orange
📋 copy color: '#C0350A'red 192 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #C0350A
Tints of Harley Davidson Orange #C0350A
RGB
CMYK
RGB Variations
Color information
#C0350A (or 0xC0350A) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 0A. RGB value is (192,53,10). Sum of RGB (Red+Green+Blue) = 192+53+10=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0350A is #3FCAF5. Grayscale: #595959. Windows color (decimal): -4180726 or 669120. OLE color: 669120.
HSL color Cylindrical-coordinate representation of color #C0350A: hue angle of 14.18º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0350A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.25 |
| HSL | 14.18º | 0.9% | 0.4% | - |
| HSV(B) | 14.18º | 0.95% | 0.75% | - |
| XYZ | 23.07 | 13.77 | 1.73 | - |
| YUV | 89.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 10 | 0 | 0.72 | 0.95 | 0.25 | 14.18 | 0.9 | 0.4 |
| Hex | C0 | 35 | A | 0 | 48 | 5F | 19 | E | 5A | 28 |
| Octal | 300 | 65 | 12 | 0 | 110 | 137 | 31 | 16 | 132 | 50 |
| Binary | 11000000 | 110101 | 1010 | 0 | 1001000 | 1011111 | 11001 | 1110 | 1011010 | 101000 |
Color Harmonies of #C0350A
Complementary color
Monochromatic Colors of #C0350A
Black with #C0350A
Text Example
Text Example
White with #C0350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0350A; }
p { color: rgb(192,53,10); }
H1.HeaderClassName
{
color: #C0350A;
}
.AnyTagClassName
{
color: #C0350A;
}
</style>
background-color css
<style>
a { background-color: #C0350A; }
a { background-color: rgb(192,53,10); }
div.DivClassName
{
background-color: #C0350A;
}
.BgClassName
{
background-color: #C0350A;
}
</style>
border-color css
<style>
span { border-color: #C0350A; }
span { border-color: rgb(192,53,10); }
td.TdClassName
{
border-color: #C0350A;
}
.TagClassName
{
border-color: #C0350A;
}
</style>