Html Css Color HEX #C02C1E Harley Davidson Orange
📋 copy color: '#C02C1E'red 192 ◦ green 44 ◦ blue 30
Shades of Harley Davidson Orange #C02C1E
Tints of Harley Davidson Orange #C02C1E
RGB
CMYK
RGB Variations
Color information
#C02C1E (or 0xC02C1E) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 1E. RGB value is (192,44,30). Sum of RGB (Red+Green+Blue) = 192+44+30=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C1E is #3FD3E1. Grayscale: #565656. Windows color (decimal): -4183010 or 1977536. OLE color: 1977536.
HSL color Cylindrical-coordinate representation of color #C02C1E: hue angle of 5.19º 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 #C02C1E is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 30 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.25 |
| HSL | 5.19º | 0.73% | 0.44% | - |
| HSV(B) | 5.19º | 0.84% | 0.75% | - |
| XYZ | 22.87 | 13.1 | 2.55 | - |
| YUV | 86.66 | 96.03 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 30 | 0 | 0.77 | 0.84 | 0.25 | 5.19 | 0.73 | 0.44 |
| Hex | C0 | 2C | 1E | 0 | 4D | 54 | 19 | 5 | 49 | 2C |
| Octal | 300 | 54 | 36 | 0 | 115 | 124 | 31 | 5 | 111 | 54 |
| Binary | 11000000 | 101100 | 11110 | 0 | 1001101 | 1010100 | 11001 | 101 | 1001001 | 101100 |
Color Harmonies of #C02C1E
Complementary color
Monochromatic Colors of #C02C1E
Black with #C02C1E
Text Example
Text Example
White with #C02C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C1E; }
p { color: rgb(192,44,30); }
H1.HeaderClassName
{
color: #C02C1E;
}
.AnyTagClassName
{
color: #C02C1E;
}
</style>
background-color css
<style>
a { background-color: #C02C1E; }
a { background-color: rgb(192,44,30); }
div.DivClassName
{
background-color: #C02C1E;
}
.BgClassName
{
background-color: #C02C1E;
}
</style>
border-color css
<style>
span { border-color: #C02C1E; }
span { border-color: rgb(192,44,30); }
td.TdClassName
{
border-color: #C02C1E;
}
.TagClassName
{
border-color: #C02C1E;
}
</style>