Html Css Color HEX #C02A17 Harley Davidson Orange
📋 copy color: '#C02A17'red 192 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #C02A17
Tints of Harley Davidson Orange #C02A17
RGB
CMYK
RGB Variations
Color information
#C02A17 (or 0xC02A17) is known color: Harley Davidson Orange. HEX triplet: C0, 2A and 17. RGB value is (192,42,23). Sum of RGB (Red+Green+Blue) = 192+42+23=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02A17 is #3FD5E8. Grayscale: #545454. Windows color (decimal): -4183529 or 1518272. OLE color: 1518272.
HSL color Cylindrical-coordinate representation of color #C02A17: hue angle of 6.75º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C02A17 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 23 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.25 |
| HSL | 6.75º | 0.79% | 0.42% | - |
| HSV(B) | 6.75º | 0.88% | 0.75% | - |
| XYZ | 22.72 | 12.92 | 2.11 | - |
| YUV | 84.68 | 93.2 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 23 | 0 | 0.78 | 0.88 | 0.25 | 6.75 | 0.79 | 0.42 |
| Hex | C0 | 2A | 17 | 0 | 4E | 58 | 19 | 7 | 4F | 2A |
| Octal | 300 | 52 | 27 | 0 | 116 | 130 | 31 | 7 | 117 | 52 |
| Binary | 11000000 | 101010 | 10111 | 0 | 1001110 | 1011000 | 11001 | 111 | 1001111 | 101010 |
Color Harmonies of #C02A17
Complementary color
Monochromatic Colors of #C02A17
Black with #C02A17
Text Example
Text Example
White with #C02A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A17; }
p { color: rgb(192,42,23); }
H1.HeaderClassName
{
color: #C02A17;
}
.AnyTagClassName
{
color: #C02A17;
}
</style>
background-color css
<style>
a { background-color: #C02A17; }
a { background-color: rgb(192,42,23); }
div.DivClassName
{
background-color: #C02A17;
}
.BgClassName
{
background-color: #C02A17;
}
</style>
border-color css
<style>
span { border-color: #C02A17; }
span { border-color: rgb(192,42,23); }
td.TdClassName
{
border-color: #C02A17;
}
.TagClassName
{
border-color: #C02A17;
}
</style>