Html Css Color HEX #C02006 Harley Davidson Orange
📋 copy color: '#C02006'red 192 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #C02006
Tints of Harley Davidson Orange #C02006
RGB
CMYK
RGB Variations
Color information
#C02006 (or 0xC02006) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 06. RGB value is (192,32,6). Sum of RGB (Red+Green+Blue) = 192+32+6=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C02006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02006 is #3FDFF9. Grayscale: #4D4D4D. Windows color (decimal): -4186106 or 401600. OLE color: 401600.
HSL color Cylindrical-coordinate representation of color #C02006: hue angle of 8.39º 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 #C02006 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.25 |
| HSL | 8.39º | 0.94% | 0.39% | - |
| HSV(B) | 8.39º | 0.97% | 0.75% | - |
| XYZ | 22.29 | 12.25 | 1.36 | - |
| YUV | 76.88 | 88.01 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 6 | 0 | 0.83 | 0.97 | 0.25 | 8.39 | 0.94 | 0.39 |
| Hex | C0 | 20 | 6 | 0 | 53 | 61 | 19 | 8 | 5E | 27 |
| Octal | 300 | 40 | 6 | 0 | 123 | 141 | 31 | 10 | 136 | 47 |
| Binary | 11000000 | 100000 | 110 | 0 | 1010011 | 1100001 | 11001 | 1000 | 1011110 | 100111 |
Color Harmonies of #C02006
Complementary color
Monochromatic Colors of #C02006
Black with #C02006
Text Example
Text Example
White with #C02006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02006; }
p { color: rgb(192,32,6); }
H1.HeaderClassName
{
color: #C02006;
}
.AnyTagClassName
{
color: #C02006;
}
</style>
background-color css
<style>
a { background-color: #C02006; }
a { background-color: rgb(192,32,6); }
div.DivClassName
{
background-color: #C02006;
}
.BgClassName
{
background-color: #C02006;
}
</style>
border-color css
<style>
span { border-color: #C02006; }
span { border-color: rgb(192,32,6); }
td.TdClassName
{
border-color: #C02006;
}
.TagClassName
{
border-color: #C02006;
}
</style>