Html Css Color HEX #C02F15 Harley Davidson Orange
📋 copy color: '#C02F15'red 192 ◦ green 47 ◦ blue 21
Shades of Harley Davidson Orange #C02F15
Tints of Harley Davidson Orange #C02F15
RGB
CMYK
RGB Variations
Color information
#C02F15 (or 0xC02F15) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 15. RGB value is (192,47,21). Sum of RGB (Red+Green+Blue) = 192+47+21=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F15 is #3FD0EA. Grayscale: #575757. Windows color (decimal): -4182251 or 1388480. OLE color: 1388480.
HSL color Cylindrical-coordinate representation of color #C02F15: hue angle of 9.12º degrees, saturation: 0.8, 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 #C02F15 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 21 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.25 |
| HSL | 9.12º | 0.8% | 0.42% | - |
| HSV(B) | 9.12º | 0.89% | 0.75% | - |
| XYZ | 22.89 | 13.29 | 2.07 | - |
| YUV | 87.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 21 | 0 | 0.76 | 0.89 | 0.25 | 9.12 | 0.8 | 0.42 |
| Hex | C0 | 2F | 15 | 0 | 4C | 59 | 19 | 9 | 50 | 2A |
| Octal | 300 | 57 | 25 | 0 | 114 | 131 | 31 | 11 | 120 | 52 |
| Binary | 11000000 | 101111 | 10101 | 0 | 1001100 | 1011001 | 11001 | 1001 | 1010000 | 101010 |
Color Harmonies of #C02F15
Complementary color
Monochromatic Colors of #C02F15
Black with #C02F15
Text Example
Text Example
White with #C02F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F15; }
p { color: rgb(192,47,21); }
H1.HeaderClassName
{
color: #C02F15;
}
.AnyTagClassName
{
color: #C02F15;
}
</style>
background-color css
<style>
a { background-color: #C02F15; }
a { background-color: rgb(192,47,21); }
div.DivClassName
{
background-color: #C02F15;
}
.BgClassName
{
background-color: #C02F15;
}
</style>
border-color css
<style>
span { border-color: #C02F15; }
span { border-color: rgb(192,47,21); }
td.TdClassName
{
border-color: #C02F15;
}
.TagClassName
{
border-color: #C02F15;
}
</style>