Html Css Color HEX #C0300E Harley Davidson Orange
📋 copy color: '#C0300E'red 192 ◦ green 48 ◦ blue 14
Shades of Harley Davidson Orange #C0300E
Tints of Harley Davidson Orange #C0300E
RGB
CMYK
RGB Variations
Color information
#C0300E (or 0xC0300E) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 0E. RGB value is (192,48,14). Sum of RGB (Red+Green+Blue) = 192+48+14=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C0300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0300E is #3FCFF1. Grayscale: #575757. Windows color (decimal): -4182002 or 929984. OLE color: 929984.
HSL color Cylindrical-coordinate representation of color #C0300E: hue angle of 11.46º 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 #C0300E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 14 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.25 |
| HSL | 11.46º | 0.86% | 0.4% | - |
| HSV(B) | 11.46º | 0.93% | 0.75% | - |
| XYZ | 22.87 | 13.35 | 1.79 | - |
| YUV | 87.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 14 | 0 | 0.75 | 0.93 | 0.25 | 11.46 | 0.86 | 0.4 |
| Hex | C0 | 30 | E | 0 | 4B | 5D | 19 | B | 56 | 28 |
| Octal | 300 | 60 | 16 | 0 | 113 | 135 | 31 | 13 | 126 | 50 |
| Binary | 11000000 | 110000 | 1110 | 0 | 1001011 | 1011101 | 11001 | 1011 | 1010110 | 101000 |
Color Harmonies of #C0300E
Complementary color
Monochromatic Colors of #C0300E
Black with #C0300E
Text Example
Text Example
White with #C0300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0300E; }
p { color: rgb(192,48,14); }
H1.HeaderClassName
{
color: #C0300E;
}
.AnyTagClassName
{
color: #C0300E;
}
</style>
background-color css
<style>
a { background-color: #C0300E; }
a { background-color: rgb(192,48,14); }
div.DivClassName
{
background-color: #C0300E;
}
.BgClassName
{
background-color: #C0300E;
}
</style>
border-color css
<style>
span { border-color: #C0300E; }
span { border-color: rgb(192,48,14); }
td.TdClassName
{
border-color: #C0300E;
}
.TagClassName
{
border-color: #C0300E;
}
</style>