Html Css Color HEX #C0280E Harley Davidson Orange
📋 copy color: '#C0280E'red 192 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #C0280E
Tints of Harley Davidson Orange #C0280E
RGB
CMYK
RGB Variations
Color information
#C0280E (or 0xC0280E) is known color: Harley Davidson Orange. HEX triplet: C0, 28 and 0E. RGB value is (192,40,14). Sum of RGB (Red+Green+Blue) = 192+40+14=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C0280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0280E is #3FD7F1. Grayscale: #525252. Windows color (decimal): -4184050 or 927936. OLE color: 927936.
HSL color Cylindrical-coordinate representation of color #C0280E: hue angle of 8.76º 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 #C0280E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.25 |
| HSL | 8.76º | 0.86% | 0.4% | - |
| HSV(B) | 8.76º | 0.93% | 0.75% | - |
| XYZ | 22.58 | 12.76 | 1.69 | - |
| YUV | 82.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 14 | 0 | 0.79 | 0.93 | 0.25 | 8.76 | 0.86 | 0.4 |
| Hex | C0 | 28 | E | 0 | 4F | 5D | 19 | 9 | 56 | 28 |
| Octal | 300 | 50 | 16 | 0 | 117 | 135 | 31 | 11 | 126 | 50 |
| Binary | 11000000 | 101000 | 1110 | 0 | 1001111 | 1011101 | 11001 | 1001 | 1010110 | 101000 |
Color Harmonies of #C0280E
Complementary color
Monochromatic Colors of #C0280E
Black with #C0280E
Text Example
Text Example
White with #C0280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0280E; }
p { color: rgb(192,40,14); }
H1.HeaderClassName
{
color: #C0280E;
}
.AnyTagClassName
{
color: #C0280E;
}
</style>
background-color css
<style>
a { background-color: #C0280E; }
a { background-color: rgb(192,40,14); }
div.DivClassName
{
background-color: #C0280E;
}
.BgClassName
{
background-color: #C0280E;
}
</style>
border-color css
<style>
span { border-color: #C0280E; }
span { border-color: rgb(192,40,14); }
td.TdClassName
{
border-color: #C0280E;
}
.TagClassName
{
border-color: #C0280E;
}
</style>