Html Css Color HEX #C02B05 Harley Davidson Orange
📋 copy color: '#C02B05'red 192 ◦ green 43 ◦ blue 5
Shades of Harley Davidson Orange #C02B05
Tints of Harley Davidson Orange #C02B05
RGB
CMYK
RGB Variations
Color information
#C02B05 (or 0xC02B05) is known color: Harley Davidson Orange. HEX triplet: C0, 2B and 05. RGB value is (192,43,5). Sum of RGB (Red+Green+Blue) = 192+43+5=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02B05 is #3FD4FA. Grayscale: #535353. Windows color (decimal): -4183291 or 338880. OLE color: 338880.
HSL color Cylindrical-coordinate representation of color #C02B05: hue angle of 12.19º 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 #C02B05 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 5 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.25 |
| HSL | 12.19º | 0.95% | 0.39% | - |
| HSV(B) | 12.19º | 0.97% | 0.75% | - |
| XYZ | 22.63 | 12.95 | 1.45 | - |
| YUV | 83.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 5 | 0 | 0.78 | 0.97 | 0.25 | 12.19 | 0.95 | 0.39 |
| Hex | C0 | 2B | 5 | 0 | 4E | 61 | 19 | C | 5F | 27 |
| Octal | 300 | 53 | 5 | 0 | 116 | 141 | 31 | 14 | 137 | 47 |
| Binary | 11000000 | 101011 | 101 | 0 | 1001110 | 1100001 | 11001 | 1100 | 1011111 | 100111 |
Color Harmonies of #C02B05
Complementary color
Monochromatic Colors of #C02B05
Black with #C02B05
Text Example
Text Example
White with #C02B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B05; }
p { color: rgb(192,43,5); }
H1.HeaderClassName
{
color: #C02B05;
}
.AnyTagClassName
{
color: #C02B05;
}
</style>
background-color css
<style>
a { background-color: #C02B05; }
a { background-color: rgb(192,43,5); }
div.DivClassName
{
background-color: #C02B05;
}
.BgClassName
{
background-color: #C02B05;
}
</style>
border-color css
<style>
span { border-color: #C02B05; }
span { border-color: rgb(192,43,5); }
td.TdClassName
{
border-color: #C02B05;
}
.TagClassName
{
border-color: #C02B05;
}
</style>