Html Css Color HEX #C0290E Harley Davidson Orange
📋 copy color: '#C0290E'red 192 ◦ green 41 ◦ blue 14
Shades of Harley Davidson Orange #C0290E
Tints of Harley Davidson Orange #C0290E
RGB
CMYK
RGB Variations
Color information
#C0290E (or 0xC0290E) is known color: Harley Davidson Orange. HEX triplet: C0, 29 and 0E. RGB value is (192,41,14). Sum of RGB (Red+Green+Blue) = 192+41+14=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C0290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0290E is #3FD6F1. Grayscale: #535353. Windows color (decimal): -4183794 or 928192. OLE color: 928192.
HSL color Cylindrical-coordinate representation of color #C0290E: hue angle of 9.1º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0290E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.25 |
| HSL | 9.1º | 0.86% | 0.4% | - |
| HSV(B) | 9.1º | 0.93% | 0.75% | - |
| XYZ | 22.61 | 12.82 | 1.7 | - |
| YUV | 83.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 14 | 0 | 0.79 | 0.93 | 0.25 | 9.1 | 0.86 | 0.4 |
| Hex | C0 | 29 | E | 0 | 4F | 5D | 19 | 9 | 56 | 28 |
| Octal | 300 | 51 | 16 | 0 | 117 | 135 | 31 | 11 | 126 | 50 |
| Binary | 11000000 | 101001 | 1110 | 0 | 1001111 | 1011101 | 11001 | 1001 | 1010110 | 101000 |
Color Harmonies of #C0290E
Complementary color
Monochromatic Colors of #C0290E
Black with #C0290E
Text Example
Text Example
White with #C0290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0290E; }
p { color: rgb(192,41,14); }
H1.HeaderClassName
{
color: #C0290E;
}
.AnyTagClassName
{
color: #C0290E;
}
</style>
background-color css
<style>
a { background-color: #C0290E; }
a { background-color: rgb(192,41,14); }
div.DivClassName
{
background-color: #C0290E;
}
.BgClassName
{
background-color: #C0290E;
}
</style>
border-color css
<style>
span { border-color: #C0290E; }
span { border-color: rgb(192,41,14); }
td.TdClassName
{
border-color: #C0290E;
}
.TagClassName
{
border-color: #C0290E;
}
</style>