Html Css Color HEX #C4300E Harley Davidson Orange
📋 copy color: '#C4300E'red 196 ◦ green 48 ◦ blue 14
Shades of Harley Davidson Orange #C4300E
Tints of Harley Davidson Orange #C4300E
RGB
CMYK
RGB Variations
Color information
#C4300E (or 0xC4300E) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 0E. RGB value is (196,48,14). Sum of RGB (Red+Green+Blue) = 196+48+14=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4300E is #3BCFF1. Grayscale: #585858. Windows color (decimal): -3919858 or 929988. OLE color: 929988.
HSL color Cylindrical-coordinate representation of color #C4300E: hue angle of 11.21º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4300E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.23 |
| HSL | 11.21º | 0.87% | 0.41% | - |
| HSV(B) | 11.21º | 0.93% | 0.77% | - |
| XYZ | 23.9 | 13.88 | 1.84 | - |
| YUV | 88.38 | 86.03 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 14 | 0 | 0.76 | 0.93 | 0.23 | 11.21 | 0.87 | 0.41 |
| Hex | C4 | 30 | E | 0 | 4C | 5D | 17 | B | 57 | 29 |
| Octal | 304 | 60 | 16 | 0 | 114 | 135 | 27 | 13 | 127 | 51 |
| Binary | 11000100 | 110000 | 1110 | 0 | 1001100 | 1011101 | 10111 | 1011 | 1010111 | 101001 |
Color Harmonies of #C4300E
Complementary color
Monochromatic Colors of #C4300E
Black with #C4300E
Text Example
Text Example
White with #C4300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4300E; }
p { color: rgb(196,48,14); }
H1.HeaderClassName
{
color: #C4300E;
}
.AnyTagClassName
{
color: #C4300E;
}
</style>
background-color css
<style>
a { background-color: #C4300E; }
a { background-color: rgb(196,48,14); }
div.DivClassName
{
background-color: #C4300E;
}
.BgClassName
{
background-color: #C4300E;
}
</style>
border-color css
<style>
span { border-color: #C4300E; }
span { border-color: rgb(196,48,14); }
td.TdClassName
{
border-color: #C4300E;
}
.TagClassName
{
border-color: #C4300E;
}
</style>