Html Css Color HEX #C0301E Harley Davidson Orange
📋 copy color: '#C0301E'red 192 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #C0301E
Tints of Harley Davidson Orange #C0301E
RGB
CMYK
RGB Variations
Color information
#C0301E (or 0xC0301E) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 1E. RGB value is (192,48,30). Sum of RGB (Red+Green+Blue) = 192+48+30=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0301E is #3FCFE1. Grayscale: #595959. Windows color (decimal): -4181986 or 1978560. OLE color: 1978560.
HSL color Cylindrical-coordinate representation of color #C0301E: hue angle of 6.67º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0301E is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 30 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.25 |
| HSL | 6.67º | 0.73% | 0.44% | - |
| HSV(B) | 6.67º | 0.84% | 0.75% | - |
| XYZ | 23.03 | 13.41 | 2.6 | - |
| YUV | 89 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 30 | 0 | 0.75 | 0.84 | 0.25 | 6.67 | 0.73 | 0.44 |
| Hex | C0 | 30 | 1E | 0 | 4B | 54 | 19 | 7 | 49 | 2C |
| Octal | 300 | 60 | 36 | 0 | 113 | 124 | 31 | 7 | 111 | 54 |
| Binary | 11000000 | 110000 | 11110 | 0 | 1001011 | 1010100 | 11001 | 111 | 1001001 | 101100 |
Color Harmonies of #C0301E
Complementary color
Monochromatic Colors of #C0301E
Black with #C0301E
Text Example
Text Example
White with #C0301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0301E; }
p { color: rgb(192,48,30); }
H1.HeaderClassName
{
color: #C0301E;
}
.AnyTagClassName
{
color: #C0301E;
}
</style>
background-color css
<style>
a { background-color: #C0301E; }
a { background-color: rgb(192,48,30); }
div.DivClassName
{
background-color: #C0301E;
}
.BgClassName
{
background-color: #C0301E;
}
</style>
border-color css
<style>
span { border-color: #C0301E; }
span { border-color: rgb(192,48,30); }
td.TdClassName
{
border-color: #C0301E;
}
.TagClassName
{
border-color: #C0301E;
}
</style>