Html Css Color HEX #C03222 Harley Davidson Orange
📋 copy color: '#C03222'red 192 ◦ green 50 ◦ blue 34
Shades of Harley Davidson Orange #C03222
Tints of Harley Davidson Orange #C03222
RGB
CMYK
RGB Variations
Color information
#C03222 (or 0xC03222) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 22. RGB value is (192,50,34). Sum of RGB (Red+Green+Blue) = 192+50+34=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C03222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03222 is #3FCDDD. Grayscale: #5A5A5A. Windows color (decimal): -4181470 or 2241216. OLE color: 2241216.
HSL color Cylindrical-coordinate representation of color #C03222: hue angle of 6.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C03222 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 34 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.25 |
| HSL | 6.08º | 0.7% | 0.44% | - |
| HSV(B) | 6.08º | 0.82% | 0.75% | - |
| XYZ | 23.17 | 13.6 | 2.92 | - |
| YUV | 90.63 | 96.04 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 34 | 0 | 0.74 | 0.82 | 0.25 | 6.08 | 0.7 | 0.44 |
| Hex | C0 | 32 | 22 | 0 | 4A | 52 | 19 | 6 | 46 | 2C |
| Octal | 300 | 62 | 42 | 0 | 112 | 122 | 31 | 6 | 106 | 54 |
| Binary | 11000000 | 110010 | 100010 | 0 | 1001010 | 1010010 | 11001 | 110 | 1000110 | 101100 |
Color Harmonies of #C03222
Complementary color
Monochromatic Colors of #C03222
Black with #C03222
Text Example
Text Example
White with #C03222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03222; }
p { color: rgb(192,50,34); }
H1.HeaderClassName
{
color: #C03222;
}
.AnyTagClassName
{
color: #C03222;
}
</style>
background-color css
<style>
a { background-color: #C03222; }
a { background-color: rgb(192,50,34); }
div.DivClassName
{
background-color: #C03222;
}
.BgClassName
{
background-color: #C03222;
}
</style>
border-color css
<style>
span { border-color: #C03222; }
span { border-color: rgb(192,50,34); }
td.TdClassName
{
border-color: #C03222;
}
.TagClassName
{
border-color: #C03222;
}
</style>