Html Css Color HEX #C02C05 Harley Davidson Orange
📋 copy color: '#C02C05'red 192 ◦ green 44 ◦ blue 5
Shades of Harley Davidson Orange #C02C05
Tints of Harley Davidson Orange #C02C05
RGB
CMYK
RGB Variations
Color information
#C02C05 (or 0xC02C05) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 05. RGB value is (192,44,5). Sum of RGB (Red+Green+Blue) = 192+44+5=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02C05 is #3FD3FA. Grayscale: #545454. Windows color (decimal): -4183035 or 339136. OLE color: 339136.
HSL color Cylindrical-coordinate representation of color #C02C05: hue angle of 12.51º 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 #C02C05 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.25 |
| HSL | 12.51º | 0.95% | 0.39% | - |
| HSV(B) | 12.51º | 0.97% | 0.75% | - |
| XYZ | 22.67 | 13.02 | 1.46 | - |
| YUV | 83.81 | 83.53 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 5 | 0 | 0.77 | 0.97 | 0.25 | 12.51 | 0.95 | 0.39 |
| Hex | C0 | 2C | 5 | 0 | 4D | 61 | 19 | D | 5F | 27 |
| Octal | 300 | 54 | 5 | 0 | 115 | 141 | 31 | 15 | 137 | 47 |
| Binary | 11000000 | 101100 | 101 | 0 | 1001101 | 1100001 | 11001 | 1101 | 1011111 | 100111 |
Color Harmonies of #C02C05
Complementary color
Monochromatic Colors of #C02C05
Black with #C02C05
Text Example
Text Example
White with #C02C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C05; }
p { color: rgb(192,44,5); }
H1.HeaderClassName
{
color: #C02C05;
}
.AnyTagClassName
{
color: #C02C05;
}
</style>
background-color css
<style>
a { background-color: #C02C05; }
a { background-color: rgb(192,44,5); }
div.DivClassName
{
background-color: #C02C05;
}
.BgClassName
{
background-color: #C02C05;
}
</style>
border-color css
<style>
span { border-color: #C02C05; }
span { border-color: rgb(192,44,5); }
td.TdClassName
{
border-color: #C02C05;
}
.TagClassName
{
border-color: #C02C05;
}
</style>