Html Css Color HEX #C02008 Harley Davidson Orange
📋 copy color: '#C02008'red 192 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #C02008
Tints of Harley Davidson Orange #C02008
RGB
CMYK
RGB Variations
Color information
#C02008 (or 0xC02008) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 08. RGB value is (192,32,8). Sum of RGB (Red+Green+Blue) = 192+32+8=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C02008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02008 is #3FDFF7. Grayscale: #4D4D4D. Windows color (decimal): -4186104 or 532672. OLE color: 532672.
HSL color Cylindrical-coordinate representation of color #C02008: hue angle of 7.83º 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 #C02008 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.25 |
| HSL | 7.83º | 0.92% | 0.39% | - |
| HSV(B) | 7.83º | 0.96% | 0.75% | - |
| XYZ | 22.3 | 12.26 | 1.42 | - |
| YUV | 77.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 8 | 0 | 0.83 | 0.96 | 0.25 | 7.83 | 0.92 | 0.39 |
| Hex | C0 | 20 | 8 | 0 | 53 | 60 | 19 | 8 | 5C | 27 |
| Octal | 300 | 40 | 10 | 0 | 123 | 140 | 31 | 10 | 134 | 47 |
| Binary | 11000000 | 100000 | 1000 | 0 | 1010011 | 1100000 | 11001 | 1000 | 1011100 | 100111 |
Color Harmonies of #C02008
Complementary color
Monochromatic Colors of #C02008
Black with #C02008
Text Example
Text Example
White with #C02008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02008; }
p { color: rgb(192,32,8); }
H1.HeaderClassName
{
color: #C02008;
}
.AnyTagClassName
{
color: #C02008;
}
</style>
background-color css
<style>
a { background-color: #C02008; }
a { background-color: rgb(192,32,8); }
div.DivClassName
{
background-color: #C02008;
}
.BgClassName
{
background-color: #C02008;
}
</style>
border-color css
<style>
span { border-color: #C02008; }
span { border-color: rgb(192,32,8); }
td.TdClassName
{
border-color: #C02008;
}
.TagClassName
{
border-color: #C02008;
}
</style>