Html Css Color HEX #C02A11 Harley Davidson Orange
📋 copy color: '#C02A11'red 192 ◦ green 42 ◦ blue 17
Shades of Harley Davidson Orange #C02A11
Tints of Harley Davidson Orange #C02A11
RGB
CMYK
RGB Variations
Color information
#C02A11 (or 0xC02A11) is known color: Harley Davidson Orange. HEX triplet: C0, 2A and 11. RGB value is (192,42,17). Sum of RGB (Red+Green+Blue) = 192+42+17=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02A11 is #3FD5EE. Grayscale: #545454. Windows color (decimal): -4183535 or 1125056. OLE color: 1125056.
HSL color Cylindrical-coordinate representation of color #C02A11: hue angle of 8.57º 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 #C02A11 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 17 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.25 |
| HSL | 8.57º | 0.84% | 0.41% | - |
| HSV(B) | 8.57º | 0.91% | 0.75% | - |
| XYZ | 22.67 | 12.9 | 1.83 | - |
| YUV | 84 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 17 | 0 | 0.78 | 0.91 | 0.25 | 8.57 | 0.84 | 0.41 |
| Hex | C0 | 2A | 11 | 0 | 4E | 5B | 19 | 9 | 54 | 29 |
| Octal | 300 | 52 | 21 | 0 | 116 | 133 | 31 | 11 | 124 | 51 |
| Binary | 11000000 | 101010 | 10001 | 0 | 1001110 | 1011011 | 11001 | 1001 | 1010100 | 101001 |
Color Harmonies of #C02A11
Complementary color
Monochromatic Colors of #C02A11
Black with #C02A11
Text Example
Text Example
White with #C02A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A11; }
p { color: rgb(192,42,17); }
H1.HeaderClassName
{
color: #C02A11;
}
.AnyTagClassName
{
color: #C02A11;
}
</style>
background-color css
<style>
a { background-color: #C02A11; }
a { background-color: rgb(192,42,17); }
div.DivClassName
{
background-color: #C02A11;
}
.BgClassName
{
background-color: #C02A11;
}
</style>
border-color css
<style>
span { border-color: #C02A11; }
span { border-color: rgb(192,42,17); }
td.TdClassName
{
border-color: #C02A11;
}
.TagClassName
{
border-color: #C02A11;
}
</style>