Html Css Color HEX #C0321E Harley Davidson Orange
📋 copy color: '#C0321E'red 192 ◦ green 50 ◦ blue 30
Shades of Harley Davidson Orange #C0321E
Tints of Harley Davidson Orange #C0321E
RGB
CMYK
RGB Variations
Color information
#C0321E (or 0xC0321E) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 1E. RGB value is (192,50,30). Sum of RGB (Red+Green+Blue) = 192+50+30=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0321E is #3FCDE1. Grayscale: #5A5A5A. Windows color (decimal): -4181474 or 1979072. OLE color: 1979072.
HSL color Cylindrical-coordinate representation of color #C0321E: hue angle of 7.41º 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 #C0321E is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 30 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.25 |
| HSL | 7.41º | 0.73% | 0.44% | - |
| HSV(B) | 7.41º | 0.84% | 0.75% | - |
| XYZ | 23.11 | 13.58 | 2.63 | - |
| YUV | 90.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 30 | 0 | 0.74 | 0.84 | 0.25 | 7.41 | 0.73 | 0.44 |
| Hex | C0 | 32 | 1E | 0 | 4A | 54 | 19 | 7 | 49 | 2C |
| Octal | 300 | 62 | 36 | 0 | 112 | 124 | 31 | 7 | 111 | 54 |
| Binary | 11000000 | 110010 | 11110 | 0 | 1001010 | 1010100 | 11001 | 111 | 1001001 | 101100 |
Color Harmonies of #C0321E
Complementary color
Monochromatic Colors of #C0321E
Black with #C0321E
Text Example
Text Example
White with #C0321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0321E; }
p { color: rgb(192,50,30); }
H1.HeaderClassName
{
color: #C0321E;
}
.AnyTagClassName
{
color: #C0321E;
}
</style>
background-color css
<style>
a { background-color: #C0321E; }
a { background-color: rgb(192,50,30); }
div.DivClassName
{
background-color: #C0321E;
}
.BgClassName
{
background-color: #C0321E;
}
</style>
border-color css
<style>
span { border-color: #C0321E; }
span { border-color: rgb(192,50,30); }
td.TdClassName
{
border-color: #C0321E;
}
.TagClassName
{
border-color: #C0321E;
}
</style>