Html Css Color HEX #C02F20 Harley Davidson Orange
📋 copy color: '#C02F20'red 192 ◦ green 47 ◦ blue 32
Shades of Harley Davidson Orange #C02F20
Tints of Harley Davidson Orange #C02F20
RGB
CMYK
RGB Variations
Color information
#C02F20 (or 0xC02F20) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 20. RGB value is (192,47,32). Sum of RGB (Red+Green+Blue) = 192+47+32=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F20 is #3FD0DF. Grayscale: #585858. Windows color (decimal): -4182240 or 2109376. OLE color: 2109376.
HSL color Cylindrical-coordinate representation of color #C02F20: hue angle of 5.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02F20 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 32 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.25 |
| HSL | 5.63º | 0.71% | 0.44% | - |
| HSV(B) | 5.63º | 0.83% | 0.75% | - |
| XYZ | 23.02 | 13.34 | 2.73 | - |
| YUV | 88.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 32 | 0 | 0.76 | 0.83 | 0.25 | 5.63 | 0.71 | 0.44 |
| Hex | C0 | 2F | 20 | 0 | 4C | 53 | 19 | 6 | 47 | 2C |
| Octal | 300 | 57 | 40 | 0 | 114 | 123 | 31 | 6 | 107 | 54 |
| Binary | 11000000 | 101111 | 100000 | 0 | 1001100 | 1010011 | 11001 | 110 | 1000111 | 101100 |
Color Harmonies of #C02F20
Complementary color
Monochromatic Colors of #C02F20
Black with #C02F20
Text Example
Text Example
White with #C02F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F20; }
p { color: rgb(192,47,32); }
H1.HeaderClassName
{
color: #C02F20;
}
.AnyTagClassName
{
color: #C02F20;
}
</style>
background-color css
<style>
a { background-color: #C02F20; }
a { background-color: rgb(192,47,32); }
div.DivClassName
{
background-color: #C02F20;
}
.BgClassName
{
background-color: #C02F20;
}
</style>
border-color css
<style>
span { border-color: #C02F20; }
span { border-color: rgb(192,47,32); }
td.TdClassName
{
border-color: #C02F20;
}
.TagClassName
{
border-color: #C02F20;
}
</style>