Html Css Color HEX #C02B0E Harley Davidson Orange
📋 copy color: '#C02B0E'red 192 ◦ green 43 ◦ blue 14
Shades of Harley Davidson Orange #C02B0E
Tints of Harley Davidson Orange #C02B0E
RGB
CMYK
RGB Variations
Color information
#C02B0E (or 0xC02B0E) is known color: Harley Davidson Orange. HEX triplet: C0, 2B and 0E. RGB value is (192,43,14). Sum of RGB (Red+Green+Blue) = 192+43+14=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02B0E is #3FD4F1. Grayscale: #545454. Windows color (decimal): -4183282 or 928704. OLE color: 928704.
HSL color Cylindrical-coordinate representation of color #C02B0E: hue angle of 9.78º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C02B0E is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 14 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.25 |
| HSL | 9.78º | 0.86% | 0.4% | - |
| HSV(B) | 9.78º | 0.93% | 0.75% | - |
| XYZ | 22.68 | 12.97 | 1.72 | - |
| YUV | 84.25 | 88.36 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 14 | 0 | 0.78 | 0.93 | 0.25 | 9.78 | 0.86 | 0.4 |
| Hex | C0 | 2B | E | 0 | 4E | 5D | 19 | A | 56 | 28 |
| Octal | 300 | 53 | 16 | 0 | 116 | 135 | 31 | 12 | 126 | 50 |
| Binary | 11000000 | 101011 | 1110 | 0 | 1001110 | 1011101 | 11001 | 1010 | 1010110 | 101000 |
Color Harmonies of #C02B0E
Complementary color
Monochromatic Colors of #C02B0E
Black with #C02B0E
Text Example
Text Example
White with #C02B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B0E; }
p { color: rgb(192,43,14); }
H1.HeaderClassName
{
color: #C02B0E;
}
.AnyTagClassName
{
color: #C02B0E;
}
</style>
background-color css
<style>
a { background-color: #C02B0E; }
a { background-color: rgb(192,43,14); }
div.DivClassName
{
background-color: #C02B0E;
}
.BgClassName
{
background-color: #C02B0E;
}
</style>
border-color css
<style>
span { border-color: #C02B0E; }
span { border-color: rgb(192,43,14); }
td.TdClassName
{
border-color: #C02B0E;
}
.TagClassName
{
border-color: #C02B0E;
}
</style>