Html Css Color HEX #C0321F Harley Davidson Orange
📋 copy color: '#C0321F'red 192 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #C0321F
Tints of Harley Davidson Orange #C0321F
RGB
CMYK
RGB Variations
Color information
#C0321F (or 0xC0321F) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 1F. RGB value is (192,50,31). Sum of RGB (Red+Green+Blue) = 192+50+31=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0321F is #3FCDE0. Grayscale: #5A5A5A. Windows color (decimal): -4181473 or 2044608. OLE color: 2044608.
HSL color Cylindrical-coordinate representation of color #C0321F: hue angle of 7.08º degrees, saturation: 0.72, 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 #C0321F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 31 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.25 |
| HSL | 7.08º | 0.72% | 0.44% | - |
| HSV(B) | 7.08º | 0.84% | 0.75% | - |
| XYZ | 23.13 | 13.59 | 2.7 | - |
| YUV | 90.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 31 | 0 | 0.74 | 0.84 | 0.25 | 7.08 | 0.72 | 0.44 |
| Hex | C0 | 32 | 1F | 0 | 4A | 54 | 19 | 7 | 48 | 2C |
| Octal | 300 | 62 | 37 | 0 | 112 | 124 | 31 | 7 | 110 | 54 |
| Binary | 11000000 | 110010 | 11111 | 0 | 1001010 | 1010100 | 11001 | 111 | 1001000 | 101100 |
Color Harmonies of #C0321F
Complementary color
Monochromatic Colors of #C0321F
Black with #C0321F
Text Example
Text Example
White with #C0321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0321F; }
p { color: rgb(192,50,31); }
H1.HeaderClassName
{
color: #C0321F;
}
.AnyTagClassName
{
color: #C0321F;
}
</style>
background-color css
<style>
a { background-color: #C0321F; }
a { background-color: rgb(192,50,31); }
div.DivClassName
{
background-color: #C0321F;
}
.BgClassName
{
background-color: #C0321F;
}
</style>
border-color css
<style>
span { border-color: #C0321F; }
span { border-color: rgb(192,50,31); }
td.TdClassName
{
border-color: #C0321F;
}
.TagClassName
{
border-color: #C0321F;
}
</style>