Html Css Color HEX #C02C08 Harley Davidson Orange
📋 copy color: '#C02C08'red 192 ◦ green 44 ◦ blue 8
Shades of Harley Davidson Orange #C02C08
Tints of Harley Davidson Orange #C02C08
RGB
CMYK
RGB Variations
Color information
#C02C08 (or 0xC02C08) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 08. RGB value is (192,44,8). Sum of RGB (Red+Green+Blue) = 192+44+8=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02C08 is #3FD3F7. Grayscale: #545454. Windows color (decimal): -4183032 or 535744. OLE color: 535744.
HSL color Cylindrical-coordinate representation of color #C02C08: hue angle of 11.74º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C02C08 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.25 |
| HSL | 11.74º | 0.92% | 0.39% | - |
| HSV(B) | 11.74º | 0.96% | 0.75% | - |
| XYZ | 22.68 | 13.03 | 1.55 | - |
| YUV | 84.15 | 85.03 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 8 | 0 | 0.77 | 0.96 | 0.25 | 11.74 | 0.92 | 0.39 |
| Hex | C0 | 2C | 8 | 0 | 4D | 60 | 19 | C | 5C | 27 |
| Octal | 300 | 54 | 10 | 0 | 115 | 140 | 31 | 14 | 134 | 47 |
| Binary | 11000000 | 101100 | 1000 | 0 | 1001101 | 1100000 | 11001 | 1100 | 1011100 | 100111 |
Color Harmonies of #C02C08
Complementary color
Monochromatic Colors of #C02C08
Black with #C02C08
Text Example
Text Example
White with #C02C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C08; }
p { color: rgb(192,44,8); }
H1.HeaderClassName
{
color: #C02C08;
}
.AnyTagClassName
{
color: #C02C08;
}
</style>
background-color css
<style>
a { background-color: #C02C08; }
a { background-color: rgb(192,44,8); }
div.DivClassName
{
background-color: #C02C08;
}
.BgClassName
{
background-color: #C02C08;
}
</style>
border-color css
<style>
span { border-color: #C02C08; }
span { border-color: rgb(192,44,8); }
td.TdClassName
{
border-color: #C02C08;
}
.TagClassName
{
border-color: #C02C08;
}
</style>