Html Css Color HEX #C0390E Harley Davidson Orange
📋 copy color: '#C0390E'red 192 ◦ green 57 ◦ blue 14
Shades of Harley Davidson Orange #C0390E
Tints of Harley Davidson Orange #C0390E
RGB
CMYK
RGB Variations
Color information
#C0390E (or 0xC0390E) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 0E. RGB value is (192,57,14). Sum of RGB (Red+Green+Blue) = 192+57+14=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C0390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0390E is #3FC6F1. Grayscale: #5C5C5C. Windows color (decimal): -4179698 or 932288. OLE color: 932288.
HSL color Cylindrical-coordinate representation of color #C0390E: hue angle of 14.49º 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 #C0390E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.25 |
| HSL | 14.49º | 0.86% | 0.4% | - |
| HSV(B) | 14.49º | 0.93% | 0.75% | - |
| XYZ | 23.28 | 14.16 | 1.92 | - |
| YUV | 92.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 14 | 0 | 0.70 | 0.93 | 0.25 | 14.49 | 0.86 | 0.4 |
| Hex | C0 | 39 | E | 0 | 46 | 5D | 19 | E | 56 | 28 |
| Octal | 300 | 71 | 16 | 0 | 106 | 135 | 31 | 16 | 126 | 50 |
| Binary | 11000000 | 111001 | 1110 | 0 | 1000110 | 1011101 | 11001 | 1110 | 1010110 | 101000 |
Color Harmonies of #C0390E
Complementary color
Monochromatic Colors of #C0390E
Black with #C0390E
Text Example
Text Example
White with #C0390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0390E; }
p { color: rgb(192,57,14); }
H1.HeaderClassName
{
color: #C0390E;
}
.AnyTagClassName
{
color: #C0390E;
}
</style>
background-color css
<style>
a { background-color: #C0390E; }
a { background-color: rgb(192,57,14); }
div.DivClassName
{
background-color: #C0390E;
}
.BgClassName
{
background-color: #C0390E;
}
</style>
border-color css
<style>
span { border-color: #C0390E; }
span { border-color: rgb(192,57,14); }
td.TdClassName
{
border-color: #C0390E;
}
.TagClassName
{
border-color: #C0390E;
}
</style>