Html Css Color HEX #C02811 Harley Davidson Orange
📋 copy color: '#C02811'red 192 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #C02811
Tints of Harley Davidson Orange #C02811
RGB
CMYK
RGB Variations
Color information
#C02811 (or 0xC02811) is known color: Harley Davidson Orange. HEX triplet: C0, 28 and 11. RGB value is (192,40,17). Sum of RGB (Red+Green+Blue) = 192+40+17=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02811 is #3FD7EE. Grayscale: #535353. Windows color (decimal): -4184047 or 1124544. OLE color: 1124544.
HSL color Cylindrical-coordinate representation of color #C02811: hue angle of 7.89º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C02811 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.25 |
| HSL | 7.89º | 0.84% | 0.41% | - |
| HSV(B) | 7.89º | 0.91% | 0.75% | - |
| XYZ | 22.6 | 12.76 | 1.8 | - |
| YUV | 82.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 17 | 0 | 0.79 | 0.91 | 0.25 | 7.89 | 0.84 | 0.41 |
| Hex | C0 | 28 | 11 | 0 | 4F | 5B | 19 | 8 | 54 | 29 |
| Octal | 300 | 50 | 21 | 0 | 117 | 133 | 31 | 10 | 124 | 51 |
| Binary | 11000000 | 101000 | 10001 | 0 | 1001111 | 1011011 | 11001 | 1000 | 1010100 | 101001 |
Color Harmonies of #C02811
Complementary color
Monochromatic Colors of #C02811
Black with #C02811
Text Example
Text Example
White with #C02811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02811; }
p { color: rgb(192,40,17); }
H1.HeaderClassName
{
color: #C02811;
}
.AnyTagClassName
{
color: #C02811;
}
</style>
background-color css
<style>
a { background-color: #C02811; }
a { background-color: rgb(192,40,17); }
div.DivClassName
{
background-color: #C02811;
}
.BgClassName
{
background-color: #C02811;
}
</style>
border-color css
<style>
span { border-color: #C02811; }
span { border-color: rgb(192,40,17); }
td.TdClassName
{
border-color: #C02811;
}
.TagClassName
{
border-color: #C02811;
}
</style>