Html Css Color HEX #C02607 Harley Davidson Orange
📋 copy color: '#C02607'red 192 ◦ green 38 ◦ blue 7
Shades of Harley Davidson Orange #C02607
Tints of Harley Davidson Orange #C02607
RGB
CMYK
RGB Variations
Color information
#C02607 (or 0xC02607) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 07. RGB value is (192,38,7). Sum of RGB (Red+Green+Blue) = 192+38+7=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C02607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02607 is #3FD9F8. Grayscale: #505050. Windows color (decimal): -4184569 or 468672. OLE color: 468672.
HSL color Cylindrical-coordinate representation of color #C02607: hue angle of 10.05º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C02607 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.25 |
| HSL | 10.05º | 0.93% | 0.39% | - |
| HSV(B) | 10.05º | 0.96% | 0.75% | - |
| XYZ | 22.47 | 12.61 | 1.45 | - |
| YUV | 80.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 7 | 0 | 0.80 | 0.96 | 0.25 | 10.05 | 0.93 | 0.39 |
| Hex | C0 | 26 | 7 | 0 | 50 | 60 | 19 | A | 5D | 27 |
| Octal | 300 | 46 | 7 | 0 | 120 | 140 | 31 | 12 | 135 | 47 |
| Binary | 11000000 | 100110 | 111 | 0 | 1010000 | 1100000 | 11001 | 1010 | 1011101 | 100111 |
Color Harmonies of #C02607
Complementary color
Monochromatic Colors of #C02607
Black with #C02607
Text Example
Text Example
White with #C02607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02607; }
p { color: rgb(192,38,7); }
H1.HeaderClassName
{
color: #C02607;
}
.AnyTagClassName
{
color: #C02607;
}
</style>
background-color css
<style>
a { background-color: #C02607; }
a { background-color: rgb(192,38,7); }
div.DivClassName
{
background-color: #C02607;
}
.BgClassName
{
background-color: #C02607;
}
</style>
border-color css
<style>
span { border-color: #C02607; }
span { border-color: rgb(192,38,7); }
td.TdClassName
{
border-color: #C02607;
}
.TagClassName
{
border-color: #C02607;
}
</style>