Html Css Color HEX #C02C15 Harley Davidson Orange
📋 copy color: '#C02C15'red 192 ◦ green 44 ◦ blue 21
Shades of Harley Davidson Orange #C02C15
Tints of Harley Davidson Orange #C02C15
RGB
CMYK
RGB Variations
Color information
#C02C15 (or 0xC02C15) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 15. RGB value is (192,44,21). Sum of RGB (Red+Green+Blue) = 192+44+21=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02C15 is #3FD3EA. Grayscale: #555555. Windows color (decimal): -4183019 or 1387712. OLE color: 1387712.
HSL color Cylindrical-coordinate representation of color #C02C15: hue angle of 8.07º degrees, saturation: 0.8, 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 #C02C15 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 21 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.25 |
| HSL | 8.07º | 0.8% | 0.42% | - |
| HSV(B) | 8.07º | 0.89% | 0.75% | - |
| XYZ | 22.77 | 13.06 | 2.03 | - |
| YUV | 85.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 21 | 0 | 0.77 | 0.89 | 0.25 | 8.07 | 0.8 | 0.42 |
| Hex | C0 | 2C | 15 | 0 | 4D | 59 | 19 | 8 | 50 | 2A |
| Octal | 300 | 54 | 25 | 0 | 115 | 131 | 31 | 10 | 120 | 52 |
| Binary | 11000000 | 101100 | 10101 | 0 | 1001101 | 1011001 | 11001 | 1000 | 1010000 | 101010 |
Color Harmonies of #C02C15
Complementary color
Monochromatic Colors of #C02C15
Black with #C02C15
Text Example
Text Example
White with #C02C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C15; }
p { color: rgb(192,44,21); }
H1.HeaderClassName
{
color: #C02C15;
}
.AnyTagClassName
{
color: #C02C15;
}
</style>
background-color css
<style>
a { background-color: #C02C15; }
a { background-color: rgb(192,44,21); }
div.DivClassName
{
background-color: #C02C15;
}
.BgClassName
{
background-color: #C02C15;
}
</style>
border-color css
<style>
span { border-color: #C02C15; }
span { border-color: rgb(192,44,21); }
td.TdClassName
{
border-color: #C02C15;
}
.TagClassName
{
border-color: #C02C15;
}
</style>