Html Css Color HEX #C02C01 Harley Davidson Orange
📋 copy color: '#C02C01'red 192 ◦ green 44 ◦ blue 1
Shades of Harley Davidson Orange #C02C01
Tints of Harley Davidson Orange #C02C01
RGB
CMYK
RGB Variations
Color information
#C02C01 (or 0xC02C01) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 01. RGB value is (192,44,1). Sum of RGB (Red+Green+Blue) = 192+44+1=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02C01 is #3FD3FE. Grayscale: #535353. Windows color (decimal): -4183039 or 76992. OLE color: 76992.
HSL color Cylindrical-coordinate representation of color #C02C01: hue angle of 13.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C02C01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.25 |
| HSL | 13.51º | 0.99% | 0.38% | - |
| HSV(B) | 13.51º | 0.99% | 0.75% | - |
| XYZ | 22.64 | 13.01 | 1.35 | - |
| YUV | 83.35 | 81.53 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 1 | 0 | 0.77 | 0.99 | 0.25 | 13.51 | 0.99 | 0.38 |
| Hex | C0 | 2C | 1 | 0 | 4D | 63 | 19 | E | 63 | 26 |
| Octal | 300 | 54 | 1 | 0 | 115 | 143 | 31 | 16 | 143 | 46 |
| Binary | 11000000 | 101100 | 1 | 0 | 1001101 | 1100011 | 11001 | 1110 | 1100011 | 100110 |
Color Harmonies of #C02C01
Complementary color
Monochromatic Colors of #C02C01
Black with #C02C01
Text Example
Text Example
White with #C02C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C01; }
p { color: rgb(192,44,1); }
H1.HeaderClassName
{
color: #C02C01;
}
.AnyTagClassName
{
color: #C02C01;
}
</style>
background-color css
<style>
a { background-color: #C02C01; }
a { background-color: rgb(192,44,1); }
div.DivClassName
{
background-color: #C02C01;
}
.BgClassName
{
background-color: #C02C01;
}
</style>
border-color css
<style>
span { border-color: #C02C01; }
span { border-color: rgb(192,44,1); }
td.TdClassName
{
border-color: #C02C01;
}
.TagClassName
{
border-color: #C02C01;
}
</style>