Html Css Color HEX #C02605 Harley Davidson Orange
📋 copy color: '#C02605'red 192 ◦ green 38 ◦ blue 5
Shades of Harley Davidson Orange #C02605
Tints of Harley Davidson Orange #C02605
RGB
CMYK
RGB Variations
Color information
#C02605 (or 0xC02605) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 05. RGB value is (192,38,5). Sum of RGB (Red+Green+Blue) = 192+38+5=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C02605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02605 is #3FD9FA. Grayscale: #505050. Windows color (decimal): -4184571 or 337600. OLE color: 337600.
HSL color Cylindrical-coordinate representation of color #C02605: hue angle of 10.59º 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 #C02605 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.25 |
| HSL | 10.59º | 0.95% | 0.39% | - |
| HSV(B) | 10.59º | 0.97% | 0.75% | - |
| XYZ | 22.46 | 12.6 | 1.39 | - |
| YUV | 80.28 | 85.52 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 5 | 0 | 0.80 | 0.97 | 0.25 | 10.59 | 0.95 | 0.39 |
| Hex | C0 | 26 | 5 | 0 | 50 | 61 | 19 | B | 5F | 27 |
| Octal | 300 | 46 | 5 | 0 | 120 | 141 | 31 | 13 | 137 | 47 |
| Binary | 11000000 | 100110 | 101 | 0 | 1010000 | 1100001 | 11001 | 1011 | 1011111 | 100111 |
Color Harmonies of #C02605
Complementary color
Monochromatic Colors of #C02605
Black with #C02605
Text Example
Text Example
White with #C02605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02605; }
p { color: rgb(192,38,5); }
H1.HeaderClassName
{
color: #C02605;
}
.AnyTagClassName
{
color: #C02605;
}
</style>
background-color css
<style>
a { background-color: #C02605; }
a { background-color: rgb(192,38,5); }
div.DivClassName
{
background-color: #C02605;
}
.BgClassName
{
background-color: #C02605;
}
</style>
border-color css
<style>
span { border-color: #C02605; }
span { border-color: rgb(192,38,5); }
td.TdClassName
{
border-color: #C02605;
}
.TagClassName
{
border-color: #C02605;
}
</style>