Html Css Color HEX #C02F16 Harley Davidson Orange
📋 copy color: '#C02F16'red 192 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #C02F16
Tints of Harley Davidson Orange #C02F16
RGB
CMYK
RGB Variations
Color information
#C02F16 (or 0xC02F16) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 16. RGB value is (192,47,22). Sum of RGB (Red+Green+Blue) = 192+47+22=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F16 is #3FD0E9. Grayscale: #575757. Windows color (decimal): -4182250 or 1454016. OLE color: 1454016.
HSL color Cylindrical-coordinate representation of color #C02F16: hue angle of 8.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C02F16 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 22 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.25 |
| HSL | 8.82º | 0.79% | 0.42% | - |
| HSV(B) | 8.82º | 0.89% | 0.75% | - |
| XYZ | 22.9 | 13.3 | 2.12 | - |
| YUV | 87.51 | 91.04 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 22 | 0 | 0.76 | 0.89 | 0.25 | 8.82 | 0.79 | 0.42 |
| Hex | C0 | 2F | 16 | 0 | 4C | 59 | 19 | 9 | 4F | 2A |
| Octal | 300 | 57 | 26 | 0 | 114 | 131 | 31 | 11 | 117 | 52 |
| Binary | 11000000 | 101111 | 10110 | 0 | 1001100 | 1011001 | 11001 | 1001 | 1001111 | 101010 |
Color Harmonies of #C02F16
Complementary color
Monochromatic Colors of #C02F16
Black with #C02F16
Text Example
Text Example
White with #C02F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F16; }
p { color: rgb(192,47,22); }
H1.HeaderClassName
{
color: #C02F16;
}
.AnyTagClassName
{
color: #C02F16;
}
</style>
background-color css
<style>
a { background-color: #C02F16; }
a { background-color: rgb(192,47,22); }
div.DivClassName
{
background-color: #C02F16;
}
.BgClassName
{
background-color: #C02F16;
}
</style>
border-color css
<style>
span { border-color: #C02F16; }
span { border-color: rgb(192,47,22); }
td.TdClassName
{
border-color: #C02F16;
}
.TagClassName
{
border-color: #C02F16;
}
</style>