Html Css Color HEX #C02E12 Harley Davidson Orange
📋 copy color: '#C02E12'red 192 ◦ green 46 ◦ blue 18
Shades of Harley Davidson Orange #C02E12
Tints of Harley Davidson Orange #C02E12
RGB
CMYK
RGB Variations
Color information
#C02E12 (or 0xC02E12) is known color: Harley Davidson Orange. HEX triplet: C0, 2E and 12. RGB value is (192,46,18). Sum of RGB (Red+Green+Blue) = 192+46+18=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02E12 is #3FD1ED. Grayscale: #565656. Windows color (decimal): -4182510 or 1191616. OLE color: 1191616.
HSL color Cylindrical-coordinate representation of color #C02E12: hue angle of 9.66º degrees, saturation: 0.83, 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 #C02E12 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 18 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.25 |
| HSL | 9.66º | 0.83% | 0.41% | - |
| HSV(B) | 9.66º | 0.91% | 0.75% | - |
| XYZ | 22.82 | 13.2 | 1.92 | - |
| YUV | 86.46 | 89.37 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 18 | 0 | 0.76 | 0.91 | 0.25 | 9.66 | 0.83 | 0.41 |
| Hex | C0 | 2E | 12 | 0 | 4C | 5B | 19 | A | 53 | 29 |
| Octal | 300 | 56 | 22 | 0 | 114 | 133 | 31 | 12 | 123 | 51 |
| Binary | 11000000 | 101110 | 10010 | 0 | 1001100 | 1011011 | 11001 | 1010 | 1010011 | 101001 |
Color Harmonies of #C02E12
Complementary color
Monochromatic Colors of #C02E12
Black with #C02E12
Text Example
Text Example
White with #C02E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E12; }
p { color: rgb(192,46,18); }
H1.HeaderClassName
{
color: #C02E12;
}
.AnyTagClassName
{
color: #C02E12;
}
</style>
background-color css
<style>
a { background-color: #C02E12; }
a { background-color: rgb(192,46,18); }
div.DivClassName
{
background-color: #C02E12;
}
.BgClassName
{
background-color: #C02E12;
}
</style>
border-color css
<style>
span { border-color: #C02E12; }
span { border-color: rgb(192,46,18); }
td.TdClassName
{
border-color: #C02E12;
}
.TagClassName
{
border-color: #C02E12;
}
</style>