Html Css Color HEX #C02C06 Harley Davidson Orange
📋 copy color: '#C02C06'red 192 ◦ green 44 ◦ blue 6
Shades of Harley Davidson Orange #C02C06
Tints of Harley Davidson Orange #C02C06
RGB
CMYK
RGB Variations
Color information
#C02C06 (or 0xC02C06) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 06. RGB value is (192,44,6). Sum of RGB (Red+Green+Blue) = 192+44+6=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02C06 is #3FD3F9. Grayscale: #545454. Windows color (decimal): -4183034 or 404672. OLE color: 404672.
HSL color Cylindrical-coordinate representation of color #C02C06: hue angle of 12.26º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C02C06 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 6 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.25 |
| HSL | 12.26º | 0.94% | 0.39% | - |
| HSV(B) | 12.26º | 0.97% | 0.75% | - |
| XYZ | 22.67 | 13.02 | 1.49 | - |
| YUV | 83.92 | 84.03 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 6 | 0 | 0.77 | 0.97 | 0.25 | 12.26 | 0.94 | 0.39 |
| Hex | C0 | 2C | 6 | 0 | 4D | 61 | 19 | C | 5E | 27 |
| Octal | 300 | 54 | 6 | 0 | 115 | 141 | 31 | 14 | 136 | 47 |
| Binary | 11000000 | 101100 | 110 | 0 | 1001101 | 1100001 | 11001 | 1100 | 1011110 | 100111 |
Color Harmonies of #C02C06
Complementary color
Monochromatic Colors of #C02C06
Black with #C02C06
Text Example
Text Example
White with #C02C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C06; }
p { color: rgb(192,44,6); }
H1.HeaderClassName
{
color: #C02C06;
}
.AnyTagClassName
{
color: #C02C06;
}
</style>
background-color css
<style>
a { background-color: #C02C06; }
a { background-color: rgb(192,44,6); }
div.DivClassName
{
background-color: #C02C06;
}
.BgClassName
{
background-color: #C02C06;
}
</style>
border-color css
<style>
span { border-color: #C02C06; }
span { border-color: rgb(192,44,6); }
td.TdClassName
{
border-color: #C02C06;
}
.TagClassName
{
border-color: #C02C06;
}
</style>