Html Css Color HEX #C03221 Harley Davidson Orange
📋 copy color: '#C03221'red 192 ◦ green 50 ◦ blue 33
Shades of Harley Davidson Orange #C03221
Tints of Harley Davidson Orange #C03221
RGB
CMYK
RGB Variations
Color information
#C03221 (or 0xC03221) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 21. RGB value is (192,50,33). Sum of RGB (Red+Green+Blue) = 192+50+33=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C03221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03221 is #3FCDDE. Grayscale: #5A5A5A. Windows color (decimal): -4181471 or 2175680. OLE color: 2175680.
HSL color Cylindrical-coordinate representation of color #C03221: hue angle of 6.42º 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 #C03221 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 33 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.25 |
| HSL | 6.42º | 0.71% | 0.44% | - |
| HSV(B) | 6.42º | 0.83% | 0.75% | - |
| XYZ | 23.15 | 13.6 | 2.84 | - |
| YUV | 90.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 33 | 0 | 0.74 | 0.83 | 0.25 | 6.42 | 0.71 | 0.44 |
| Hex | C0 | 32 | 21 | 0 | 4A | 53 | 19 | 6 | 47 | 2C |
| Octal | 300 | 62 | 41 | 0 | 112 | 123 | 31 | 6 | 107 | 54 |
| Binary | 11000000 | 110010 | 100001 | 0 | 1001010 | 1010011 | 11001 | 110 | 1000111 | 101100 |
Color Harmonies of #C03221
Complementary color
Monochromatic Colors of #C03221
Black with #C03221
Text Example
Text Example
White with #C03221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03221; }
p { color: rgb(192,50,33); }
H1.HeaderClassName
{
color: #C03221;
}
.AnyTagClassName
{
color: #C03221;
}
</style>
background-color css
<style>
a { background-color: #C03221; }
a { background-color: rgb(192,50,33); }
div.DivClassName
{
background-color: #C03221;
}
.BgClassName
{
background-color: #C03221;
}
</style>
border-color css
<style>
span { border-color: #C03221; }
span { border-color: rgb(192,50,33); }
td.TdClassName
{
border-color: #C03221;
}
.TagClassName
{
border-color: #C03221;
}
</style>