Html Css Color HEX #C02111 Harley Davidson Orange
📋 copy color: '#C02111'red 192 ◦ green 33 ◦ blue 17
Shades of Harley Davidson Orange #C02111
Tints of Harley Davidson Orange #C02111
RGB
CMYK
RGB Variations
Color information
#C02111 (or 0xC02111) is known color: Harley Davidson Orange. HEX triplet: C0, 21 and 11. RGB value is (192,33,17). Sum of RGB (Red+Green+Blue) = 192+33+17=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C02111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02111 is #3FDEEE. Grayscale: #4E4E4E. Windows color (decimal): -4185839 or 1122752. OLE color: 1122752.
HSL color Cylindrical-coordinate representation of color #C02111: hue angle of 5.49º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C02111 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 17 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.25 |
| HSL | 5.49º | 0.84% | 0.41% | - |
| HSV(B) | 5.49º | 0.91% | 0.75% | - |
| XYZ | 22.38 | 12.33 | 1.73 | - |
| YUV | 78.72 | 93.18 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 17 | 0 | 0.83 | 0.91 | 0.25 | 5.49 | 0.84 | 0.41 |
| Hex | C0 | 21 | 11 | 0 | 53 | 5B | 19 | 5 | 54 | 29 |
| Octal | 300 | 41 | 21 | 0 | 123 | 133 | 31 | 5 | 124 | 51 |
| Binary | 11000000 | 100001 | 10001 | 0 | 1010011 | 1011011 | 11001 | 101 | 1010100 | 101001 |
Color Harmonies of #C02111
Complementary color
Monochromatic Colors of #C02111
Black with #C02111
Text Example
Text Example
White with #C02111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02111; }
p { color: rgb(192,33,17); }
H1.HeaderClassName
{
color: #C02111;
}
.AnyTagClassName
{
color: #C02111;
}
</style>
background-color css
<style>
a { background-color: #C02111; }
a { background-color: rgb(192,33,17); }
div.DivClassName
{
background-color: #C02111;
}
.BgClassName
{
background-color: #C02111;
}
</style>
border-color css
<style>
span { border-color: #C02111; }
span { border-color: rgb(192,33,17); }
td.TdClassName
{
border-color: #C02111;
}
.TagClassName
{
border-color: #C02111;
}
</style>