Html Css Color HEX #C02A16 Harley Davidson Orange
📋 copy color: '#C02A16'red 192 ◦ green 42 ◦ blue 22
Shades of Harley Davidson Orange #C02A16
Tints of Harley Davidson Orange #C02A16
RGB
CMYK
RGB Variations
Color information
#C02A16 (or 0xC02A16) is known color: Harley Davidson Orange. HEX triplet: C0, 2A and 16. RGB value is (192,42,22). Sum of RGB (Red+Green+Blue) = 192+42+22=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02A16 is #3FD5E9. Grayscale: #545454. Windows color (decimal): -4183530 or 1452736. OLE color: 1452736.
HSL color Cylindrical-coordinate representation of color #C02A16: hue angle of 7.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C02A16 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 22 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.25 |
| HSL | 7.06º | 0.79% | 0.42% | - |
| HSV(B) | 7.06º | 0.89% | 0.75% | - |
| XYZ | 22.71 | 12.92 | 2.06 | - |
| YUV | 84.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 22 | 0 | 0.78 | 0.89 | 0.25 | 7.06 | 0.79 | 0.42 |
| Hex | C0 | 2A | 16 | 0 | 4E | 59 | 19 | 7 | 4F | 2A |
| Octal | 300 | 52 | 26 | 0 | 116 | 131 | 31 | 7 | 117 | 52 |
| Binary | 11000000 | 101010 | 10110 | 0 | 1001110 | 1011001 | 11001 | 111 | 1001111 | 101010 |
Color Harmonies of #C02A16
Complementary color
Monochromatic Colors of #C02A16
Black with #C02A16
Text Example
Text Example
White with #C02A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A16; }
p { color: rgb(192,42,22); }
H1.HeaderClassName
{
color: #C02A16;
}
.AnyTagClassName
{
color: #C02A16;
}
</style>
background-color css
<style>
a { background-color: #C02A16; }
a { background-color: rgb(192,42,22); }
div.DivClassName
{
background-color: #C02A16;
}
.BgClassName
{
background-color: #C02A16;
}
</style>
border-color css
<style>
span { border-color: #C02A16; }
span { border-color: rgb(192,42,22); }
td.TdClassName
{
border-color: #C02A16;
}
.TagClassName
{
border-color: #C02A16;
}
</style>