Html Css Color HEX #C02F10 Harley Davidson Orange
📋 copy color: '#C02F10'red 192 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #C02F10
Tints of Harley Davidson Orange #C02F10
RGB
CMYK
RGB Variations
Color information
#C02F10 (or 0xC02F10) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 10. RGB value is (192,47,16). Sum of RGB (Red+Green+Blue) = 192+47+16=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F10 is #3FD0EF. Grayscale: #575757. Windows color (decimal): -4182256 or 1060800. OLE color: 1060800.
HSL color Cylindrical-coordinate representation of color #C02F10: hue angle of 10.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C02F10 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.25 |
| HSL | 10.57º | 0.85% | 0.41% | - |
| HSV(B) | 10.57º | 0.92% | 0.75% | - |
| XYZ | 22.85 | 13.28 | 1.85 | - |
| YUV | 86.82 | 88.04 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 16 | 0 | 0.76 | 0.92 | 0.25 | 10.57 | 0.85 | 0.41 |
| Hex | C0 | 2F | 10 | 0 | 4C | 5C | 19 | B | 55 | 29 |
| Octal | 300 | 57 | 20 | 0 | 114 | 134 | 31 | 13 | 125 | 51 |
| Binary | 11000000 | 101111 | 10000 | 0 | 1001100 | 1011100 | 11001 | 1011 | 1010101 | 101001 |
Color Harmonies of #C02F10
Complementary color
Monochromatic Colors of #C02F10
Black with #C02F10
Text Example
Text Example
White with #C02F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F10; }
p { color: rgb(192,47,16); }
H1.HeaderClassName
{
color: #C02F10;
}
.AnyTagClassName
{
color: #C02F10;
}
</style>
background-color css
<style>
a { background-color: #C02F10; }
a { background-color: rgb(192,47,16); }
div.DivClassName
{
background-color: #C02F10;
}
.BgClassName
{
background-color: #C02F10;
}
</style>
border-color css
<style>
span { border-color: #C02F10; }
span { border-color: rgb(192,47,16); }
td.TdClassName
{
border-color: #C02F10;
}
.TagClassName
{
border-color: #C02F10;
}
</style>