Html Css Color HEX #C02602 Harley Davidson Orange
📋 copy color: '#C02602'red 192 ◦ green 38 ◦ blue 2
Shades of Harley Davidson Orange #C02602
Tints of Harley Davidson Orange #C02602
RGB
CMYK
RGB Variations
Color information
#C02602 (or 0xC02602) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 02. RGB value is (192,38,2). Sum of RGB (Red+Green+Blue) = 192+38+2=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C02602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02602 is #3FD9FD. Grayscale: #505050. Windows color (decimal): -4184574 or 140992. OLE color: 140992.
HSL color Cylindrical-coordinate representation of color #C02602: hue angle of 11.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C02602 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.25 |
| HSL | 11.37º | 0.98% | 0.38% | - |
| HSV(B) | 11.37º | 0.99% | 0.75% | - |
| XYZ | 22.44 | 12.6 | 1.31 | - |
| YUV | 79.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 2 | 0 | 0.80 | 0.99 | 0.25 | 11.37 | 0.98 | 0.38 |
| Hex | C0 | 26 | 2 | 0 | 50 | 63 | 19 | B | 62 | 26 |
| Octal | 300 | 46 | 2 | 0 | 120 | 143 | 31 | 13 | 142 | 46 |
| Binary | 11000000 | 100110 | 10 | 0 | 1010000 | 1100011 | 11001 | 1011 | 1100010 | 100110 |
Color Harmonies of #C02602
Complementary color
Monochromatic Colors of #C02602
Black with #C02602
Text Example
Text Example
White with #C02602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02602; }
p { color: rgb(192,38,2); }
H1.HeaderClassName
{
color: #C02602;
}
.AnyTagClassName
{
color: #C02602;
}
</style>
background-color css
<style>
a { background-color: #C02602; }
a { background-color: rgb(192,38,2); }
div.DivClassName
{
background-color: #C02602;
}
.BgClassName
{
background-color: #C02602;
}
</style>
border-color css
<style>
span { border-color: #C02602; }
span { border-color: rgb(192,38,2); }
td.TdClassName
{
border-color: #C02602;
}
.TagClassName
{
border-color: #C02602;
}
</style>