Html Css Color HEX #C03220 Harley Davidson Orange
📋 copy color: '#C03220'red 192 ◦ green 50 ◦ blue 32
Shades of Harley Davidson Orange #C03220
Tints of Harley Davidson Orange #C03220
RGB
CMYK
RGB Variations
Color information
#C03220 (or 0xC03220) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 20. RGB value is (192,50,32). Sum of RGB (Red+Green+Blue) = 192+50+32=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C03220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03220 is #3FCDDF. Grayscale: #5A5A5A. Windows color (decimal): -4181472 or 2110144. OLE color: 2110144.
HSL color Cylindrical-coordinate representation of color #C03220: hue angle of 6.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C03220 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 32 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.25 |
| HSL | 6.75º | 0.71% | 0.44% | - |
| HSV(B) | 6.75º | 0.83% | 0.75% | - |
| XYZ | 23.14 | 13.59 | 2.77 | - |
| YUV | 90.41 | 95.04 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 32 | 0 | 0.74 | 0.83 | 0.25 | 6.75 | 0.71 | 0.44 |
| Hex | C0 | 32 | 20 | 0 | 4A | 53 | 19 | 7 | 47 | 2C |
| Octal | 300 | 62 | 40 | 0 | 112 | 123 | 31 | 7 | 107 | 54 |
| Binary | 11000000 | 110010 | 100000 | 0 | 1001010 | 1010011 | 11001 | 111 | 1000111 | 101100 |
Color Harmonies of #C03220
Complementary color
Monochromatic Colors of #C03220
Black with #C03220
Text Example
Text Example
White with #C03220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03220; }
p { color: rgb(192,50,32); }
H1.HeaderClassName
{
color: #C03220;
}
.AnyTagClassName
{
color: #C03220;
}
</style>
background-color css
<style>
a { background-color: #C03220; }
a { background-color: rgb(192,50,32); }
div.DivClassName
{
background-color: #C03220;
}
.BgClassName
{
background-color: #C03220;
}
</style>
border-color css
<style>
span { border-color: #C03220; }
span { border-color: rgb(192,50,32); }
td.TdClassName
{
border-color: #C03220;
}
.TagClassName
{
border-color: #C03220;
}
</style>