Html Css Color HEX #C0320E Harley Davidson Orange
📋 copy color: '#C0320E'red 192 ◦ green 50 ◦ blue 14
Shades of Harley Davidson Orange #C0320E
Tints of Harley Davidson Orange #C0320E
RGB
CMYK
RGB Variations
Color information
#C0320E (or 0xC0320E) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 0E. RGB value is (192,50,14). Sum of RGB (Red+Green+Blue) = 192+50+14=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0320E is #3FCDF1. Grayscale: #585858. Windows color (decimal): -4181490 or 930496. OLE color: 930496.
HSL color Cylindrical-coordinate representation of color #C0320E: hue angle of 12.13º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0320E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.25 |
| HSL | 12.13º | 0.86% | 0.4% | - |
| HSV(B) | 12.13º | 0.93% | 0.75% | - |
| XYZ | 22.96 | 13.52 | 1.81 | - |
| YUV | 88.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 14 | 0 | 0.74 | 0.93 | 0.25 | 12.13 | 0.86 | 0.4 |
| Hex | C0 | 32 | E | 0 | 4A | 5D | 19 | C | 56 | 28 |
| Octal | 300 | 62 | 16 | 0 | 112 | 135 | 31 | 14 | 126 | 50 |
| Binary | 11000000 | 110010 | 1110 | 0 | 1001010 | 1011101 | 11001 | 1100 | 1010110 | 101000 |
Color Harmonies of #C0320E
Complementary color
Monochromatic Colors of #C0320E
Black with #C0320E
Text Example
Text Example
White with #C0320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0320E; }
p { color: rgb(192,50,14); }
H1.HeaderClassName
{
color: #C0320E;
}
.AnyTagClassName
{
color: #C0320E;
}
</style>
background-color css
<style>
a { background-color: #C0320E; }
a { background-color: rgb(192,50,14); }
div.DivClassName
{
background-color: #C0320E;
}
.BgClassName
{
background-color: #C0320E;
}
</style>
border-color css
<style>
span { border-color: #C0320E; }
span { border-color: rgb(192,50,14); }
td.TdClassName
{
border-color: #C0320E;
}
.TagClassName
{
border-color: #C0320E;
}
</style>