Html Css Color HEX #C02F00 Harley Davidson Orange
📋 copy color: '#C02F00'red 192 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #C02F00
Tints of Harley Davidson Orange #C02F00
RGB
CMYK
RGB Variations
Color information
#C02F00 (or 0xC02F00) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 00. RGB value is (192,47,0). Sum of RGB (Red+Green+Blue) = 192+47+0=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F00 is #3FD0FF. Grayscale: #555555. Windows color (decimal): -4182272 or 12224. OLE color: 12224.
HSL color Cylindrical-coordinate representation of color #C02F00: hue angle of 14.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C02F00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.25 |
| HSL | 14.69º | 1% | 0.38% | - |
| HSV(B) | 14.69º | 1% | 0.75% | - |
| XYZ | 22.75 | 13.24 | 1.36 | - |
| YUV | 85 | 80.04 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 0 | 0 | 0.76 | 1 | 0.25 | 14.69 | 1 | 0.38 |
| Hex | C0 | 2F | 0 | 0 | 4C | 64 | 19 | F | 64 | 26 |
| Octal | 300 | 57 | 0 | 0 | 114 | 144 | 31 | 17 | 144 | 46 |
| Binary | 11000000 | 101111 | 0 | 0 | 1001100 | 1100100 | 11001 | 1111 | 1100100 | 100110 |
Color Harmonies of #C02F00
Complementary color
Monochromatic Colors of #C02F00
Black with #C02F00
Text Example
Text Example
White with #C02F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F00; }
p { color: rgb(192,47,0); }
H1.HeaderClassName
{
color: #C02F00;
}
.AnyTagClassName
{
color: #C02F00;
}
</style>
background-color css
<style>
a { background-color: #C02F00; }
a { background-color: rgb(192,47,0); }
div.DivClassName
{
background-color: #C02F00;
}
.BgClassName
{
background-color: #C02F00;
}
</style>
border-color css
<style>
span { border-color: #C02F00; }
span { border-color: rgb(192,47,0); }
td.TdClassName
{
border-color: #C02F00;
}
.TagClassName
{
border-color: #C02F00;
}
</style>