Html Css Color HEX #C02005 Harley Davidson Orange
📋 copy color: '#C02005'red 192 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #C02005
Tints of Harley Davidson Orange #C02005
RGB
CMYK
RGB Variations
Color information
#C02005 (or 0xC02005) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 05. RGB value is (192,32,5). Sum of RGB (Red+Green+Blue) = 192+32+5=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C02005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02005 is #3FDFFA. Grayscale: #4D4D4D. Windows color (decimal): -4186107 or 336064. OLE color: 336064.
HSL color Cylindrical-coordinate representation of color #C02005: hue angle of 8.66º 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 #C02005 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.25 |
| HSL | 8.66º | 0.95% | 0.39% | - |
| HSV(B) | 8.66º | 0.97% | 0.75% | - |
| XYZ | 22.28 | 12.25 | 1.33 | - |
| YUV | 76.76 | 87.51 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 5 | 0 | 0.83 | 0.97 | 0.25 | 8.66 | 0.95 | 0.39 |
| Hex | C0 | 20 | 5 | 0 | 53 | 61 | 19 | 9 | 5F | 27 |
| Octal | 300 | 40 | 5 | 0 | 123 | 141 | 31 | 11 | 137 | 47 |
| Binary | 11000000 | 100000 | 101 | 0 | 1010011 | 1100001 | 11001 | 1001 | 1011111 | 100111 |
Color Harmonies of #C02005
Complementary color
Monochromatic Colors of #C02005
Black with #C02005
Text Example
Text Example
White with #C02005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02005; }
p { color: rgb(192,32,5); }
H1.HeaderClassName
{
color: #C02005;
}
.AnyTagClassName
{
color: #C02005;
}
</style>
background-color css
<style>
a { background-color: #C02005; }
a { background-color: rgb(192,32,5); }
div.DivClassName
{
background-color: #C02005;
}
.BgClassName
{
background-color: #C02005;
}
</style>
border-color css
<style>
span { border-color: #C02005; }
span { border-color: rgb(192,32,5); }
td.TdClassName
{
border-color: #C02005;
}
.TagClassName
{
border-color: #C02005;
}
</style>