Html Css Color HEX #C04122 Harley Davidson Orange
📋 copy color: '#C04122'red 192 ◦ green 65 ◦ blue 34
Shades of Harley Davidson Orange #C04122
Tints of Harley Davidson Orange #C04122
RGB
CMYK
RGB Variations
Color information
#C04122 (or 0xC04122) is known color: Harley Davidson Orange. HEX triplet: C0, 41 and 22. RGB value is (192,65,34). Sum of RGB (Red+Green+Blue) = 192+65+34=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C04122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04122 is #3FBEDD. Grayscale: #636363. Windows color (decimal): -4177630 or 2245056. OLE color: 2245056.
HSL color Cylindrical-coordinate representation of color #C04122: hue angle of 11.77º 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 #C04122 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 34 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.25 |
| HSL | 11.77º | 0.7% | 0.44% | - |
| HSV(B) | 11.77º | 0.82% | 0.75% | - |
| XYZ | 23.92 | 15.1 | 3.17 | - |
| YUV | 99.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 34 | 0 | 0.66 | 0.82 | 0.25 | 11.77 | 0.7 | 0.44 |
| Hex | C0 | 41 | 22 | 0 | 42 | 52 | 19 | C | 46 | 2C |
| Octal | 300 | 101 | 42 | 0 | 102 | 122 | 31 | 14 | 106 | 54 |
| Binary | 11000000 | 1000001 | 100010 | 0 | 1000010 | 1010010 | 11001 | 1100 | 1000110 | 101100 |
Color Harmonies of #C04122
Complementary color
Monochromatic Colors of #C04122
Black with #C04122
Text Example
Text Example
White with #C04122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04122; }
p { color: rgb(192,65,34); }
H1.HeaderClassName
{
color: #C04122;
}
.AnyTagClassName
{
color: #C04122;
}
</style>
background-color css
<style>
a { background-color: #C04122; }
a { background-color: rgb(192,65,34); }
div.DivClassName
{
background-color: #C04122;
}
.BgClassName
{
background-color: #C04122;
}
</style>
border-color css
<style>
span { border-color: #C04122; }
span { border-color: rgb(192,65,34); }
td.TdClassName
{
border-color: #C04122;
}
.TagClassName
{
border-color: #C04122;
}
</style>