Html Css Color HEX #C03522 Harley Davidson Orange
📋 copy color: '#C03522'red 192 ◦ green 53 ◦ blue 34
Shades of Harley Davidson Orange #C03522
Tints of Harley Davidson Orange #C03522
RGB
CMYK
RGB Variations
Color information
#C03522 (or 0xC03522) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 22. RGB value is (192,53,34). Sum of RGB (Red+Green+Blue) = 192+53+34=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C03522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03522 is #3FCADD. Grayscale: #5C5C5C. Windows color (decimal): -4180702 or 2241984. OLE color: 2241984.
HSL color Cylindrical-coordinate representation of color #C03522: hue angle of 7.22º 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 #C03522 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 34 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.25 |
| HSL | 7.22º | 0.7% | 0.44% | - |
| HSV(B) | 7.22º | 0.82% | 0.75% | - |
| XYZ | 23.3 | 13.87 | 2.96 | - |
| YUV | 92.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 34 | 0 | 0.72 | 0.82 | 0.25 | 7.22 | 0.7 | 0.44 |
| Hex | C0 | 35 | 22 | 0 | 48 | 52 | 19 | 7 | 46 | 2C |
| Octal | 300 | 65 | 42 | 0 | 110 | 122 | 31 | 7 | 106 | 54 |
| Binary | 11000000 | 110101 | 100010 | 0 | 1001000 | 1010010 | 11001 | 111 | 1000110 | 101100 |
Color Harmonies of #C03522
Complementary color
Monochromatic Colors of #C03522
Black with #C03522
Text Example
Text Example
White with #C03522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03522; }
p { color: rgb(192,53,34); }
H1.HeaderClassName
{
color: #C03522;
}
.AnyTagClassName
{
color: #C03522;
}
</style>
background-color css
<style>
a { background-color: #C03522; }
a { background-color: rgb(192,53,34); }
div.DivClassName
{
background-color: #C03522;
}
.BgClassName
{
background-color: #C03522;
}
</style>
border-color css
<style>
span { border-color: #C03522; }
span { border-color: rgb(192,53,34); }
td.TdClassName
{
border-color: #C03522;
}
.TagClassName
{
border-color: #C03522;
}
</style>