Html Css Color HEX #C02A05 Harley Davidson Orange
📋 copy color: '#C02A05'red 192 ◦ green 42 ◦ blue 5
Shades of Harley Davidson Orange #C02A05
Tints of Harley Davidson Orange #C02A05
RGB
CMYK
RGB Variations
Color information
#C02A05 (or 0xC02A05) is known color: Harley Davidson Orange. HEX triplet: C0, 2A and 05. RGB value is (192,42,5). Sum of RGB (Red+Green+Blue) = 192+42+5=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02A05 is #3FD5FA. Grayscale: #525252. Windows color (decimal): -4183547 or 338624. OLE color: 338624.
HSL color Cylindrical-coordinate representation of color #C02A05: hue angle of 11.87º degrees, saturation: 0.95, 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 #C02A05 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 5 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.25 |
| HSL | 11.87º | 0.95% | 0.39% | - |
| HSV(B) | 11.87º | 0.97% | 0.75% | - |
| XYZ | 22.59 | 12.87 | 1.44 | - |
| YUV | 82.63 | 84.2 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 5 | 0 | 0.78 | 0.97 | 0.25 | 11.87 | 0.95 | 0.39 |
| Hex | C0 | 2A | 5 | 0 | 4E | 61 | 19 | C | 5F | 27 |
| Octal | 300 | 52 | 5 | 0 | 116 | 141 | 31 | 14 | 137 | 47 |
| Binary | 11000000 | 101010 | 101 | 0 | 1001110 | 1100001 | 11001 | 1100 | 1011111 | 100111 |
Color Harmonies of #C02A05
Complementary color
Monochromatic Colors of #C02A05
Black with #C02A05
Text Example
Text Example
White with #C02A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A05; }
p { color: rgb(192,42,5); }
H1.HeaderClassName
{
color: #C02A05;
}
.AnyTagClassName
{
color: #C02A05;
}
</style>
background-color css
<style>
a { background-color: #C02A05; }
a { background-color: rgb(192,42,5); }
div.DivClassName
{
background-color: #C02A05;
}
.BgClassName
{
background-color: #C02A05;
}
</style>
border-color css
<style>
span { border-color: #C02A05; }
span { border-color: rgb(192,42,5); }
td.TdClassName
{
border-color: #C02A05;
}
.TagClassName
{
border-color: #C02A05;
}
</style>