Html Css Color HEX #C8300E Harley Davidson Orange
📋 copy color: '#C8300E'red 200 ◦ green 48 ◦ blue 14
Shades of Harley Davidson Orange #C8300E
Tints of Harley Davidson Orange #C8300E
RGB
CMYK
RGB Variations
Color information
#C8300E (or 0xC8300E) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 0E. RGB value is (200,48,14). Sum of RGB (Red+Green+Blue) = 200+48+14=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8300E is #37CFF1. Grayscale: #595959. Windows color (decimal): -3657714 or 929992. OLE color: 929992.
HSL color Cylindrical-coordinate representation of color #C8300E: hue angle of 10.97º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8300E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.22 |
| HSL | 10.97º | 0.87% | 0.42% | - |
| HSV(B) | 10.97º | 0.93% | 0.78% | - |
| XYZ | 24.96 | 14.42 | 1.88 | - |
| YUV | 89.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 14 | 0 | 0.76 | 0.93 | 0.22 | 10.97 | 0.87 | 0.42 |
| Hex | C8 | 30 | E | 0 | 4C | 5D | 16 | B | 57 | 2A |
| Octal | 310 | 60 | 16 | 0 | 114 | 135 | 26 | 13 | 127 | 52 |
| Binary | 11001000 | 110000 | 1110 | 0 | 1001100 | 1011101 | 10110 | 1011 | 1010111 | 101010 |
Color Harmonies of #C8300E
Complementary color
Monochromatic Colors of #C8300E
Black with #C8300E
Text Example
Text Example
White with #C8300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8300E; }
p { color: rgb(200,48,14); }
H1.HeaderClassName
{
color: #C8300E;
}
.AnyTagClassName
{
color: #C8300E;
}
</style>
background-color css
<style>
a { background-color: #C8300E; }
a { background-color: rgb(200,48,14); }
div.DivClassName
{
background-color: #C8300E;
}
.BgClassName
{
background-color: #C8300E;
}
</style>
border-color css
<style>
span { border-color: #C8300E; }
span { border-color: rgb(200,48,14); }
td.TdClassName
{
border-color: #C8300E;
}
.TagClassName
{
border-color: #C8300E;
}
</style>