Html Css Color HEX #C02F06 Harley Davidson Orange
📋 copy color: '#C02F06'red 192 ◦ green 47 ◦ blue 6
Shades of Harley Davidson Orange #C02F06
Tints of Harley Davidson Orange #C02F06
RGB
CMYK
RGB Variations
Color information
#C02F06 (or 0xC02F06) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 06. RGB value is (192,47,6). Sum of RGB (Red+Green+Blue) = 192+47+6=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F06 is #3FD0F9. Grayscale: #555555. Windows color (decimal): -4182266 or 405440. OLE color: 405440.
HSL color Cylindrical-coordinate representation of color #C02F06: hue angle of 13.23º 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 #C02F06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.25 |
| HSL | 13.23º | 0.94% | 0.39% | - |
| HSV(B) | 13.23º | 0.97% | 0.75% | - |
| XYZ | 22.79 | 13.25 | 1.53 | - |
| YUV | 85.68 | 83.04 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 6 | 0 | 0.76 | 0.97 | 0.25 | 13.23 | 0.94 | 0.39 |
| Hex | C0 | 2F | 6 | 0 | 4C | 61 | 19 | D | 5E | 27 |
| Octal | 300 | 57 | 6 | 0 | 114 | 141 | 31 | 15 | 136 | 47 |
| Binary | 11000000 | 101111 | 110 | 0 | 1001100 | 1100001 | 11001 | 1101 | 1011110 | 100111 |
Color Harmonies of #C02F06
Complementary color
Monochromatic Colors of #C02F06
Black with #C02F06
Text Example
Text Example
White with #C02F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F06; }
p { color: rgb(192,47,6); }
H1.HeaderClassName
{
color: #C02F06;
}
.AnyTagClassName
{
color: #C02F06;
}
</style>
background-color css
<style>
a { background-color: #C02F06; }
a { background-color: rgb(192,47,6); }
div.DivClassName
{
background-color: #C02F06;
}
.BgClassName
{
background-color: #C02F06;
}
</style>
border-color css
<style>
span { border-color: #C02F06; }
span { border-color: rgb(192,47,6); }
td.TdClassName
{
border-color: #C02F06;
}
.TagClassName
{
border-color: #C02F06;
}
</style>