Html Css Color HEX #C02A07 Harley Davidson Orange
📋 copy color: '#C02A07'red 192 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #C02A07
Tints of Harley Davidson Orange #C02A07
RGB
CMYK
RGB Variations
Color information
#C02A07 (or 0xC02A07) is known color: Harley Davidson Orange. HEX triplet: C0, 2A and 07. RGB value is (192,42,7). Sum of RGB (Red+Green+Blue) = 192+42+7=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02A07 is #3FD5F8. Grayscale: #535353. Windows color (decimal): -4183545 or 469696. OLE color: 469696.
HSL color Cylindrical-coordinate representation of color #C02A07: hue angle of 11.35º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C02A07 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.25 |
| HSL | 11.35º | 0.93% | 0.39% | - |
| HSV(B) | 11.35º | 0.96% | 0.75% | - |
| XYZ | 22.6 | 12.88 | 1.5 | - |
| YUV | 82.86 | 85.2 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 7 | 0 | 0.78 | 0.96 | 0.25 | 11.35 | 0.93 | 0.39 |
| Hex | C0 | 2A | 7 | 0 | 4E | 60 | 19 | B | 5D | 27 |
| Octal | 300 | 52 | 7 | 0 | 116 | 140 | 31 | 13 | 135 | 47 |
| Binary | 11000000 | 101010 | 111 | 0 | 1001110 | 1100000 | 11001 | 1011 | 1011101 | 100111 |
Color Harmonies of #C02A07
Complementary color
Monochromatic Colors of #C02A07
Black with #C02A07
Text Example
Text Example
White with #C02A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A07; }
p { color: rgb(192,42,7); }
H1.HeaderClassName
{
color: #C02A07;
}
.AnyTagClassName
{
color: #C02A07;
}
</style>
background-color css
<style>
a { background-color: #C02A07; }
a { background-color: rgb(192,42,7); }
div.DivClassName
{
background-color: #C02A07;
}
.BgClassName
{
background-color: #C02A07;
}
</style>
border-color css
<style>
span { border-color: #C02A07; }
span { border-color: rgb(192,42,7); }
td.TdClassName
{
border-color: #C02A07;
}
.TagClassName
{
border-color: #C02A07;
}
</style>