Html Css Color HEX #C0200B Harley Davidson Orange
📋 copy color: '#C0200B'red 192 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #C0200B
Tints of Harley Davidson Orange #C0200B
RGB
CMYK
RGB Variations
Color information
#C0200B (or 0xC0200B) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 0B. RGB value is (192,32,11). Sum of RGB (Red+Green+Blue) = 192+32+11=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C0200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0200B is #3FDFF4. Grayscale: #4D4D4D. Windows color (decimal): -4186101 or 729280. OLE color: 729280.
HSL color Cylindrical-coordinate representation of color #C0200B: hue angle of 6.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0200B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.25 |
| HSL | 6.96º | 0.89% | 0.4% | - |
| HSV(B) | 6.96º | 0.94% | 0.75% | - |
| XYZ | 22.32 | 12.26 | 1.51 | - |
| YUV | 77.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 11 | 0 | 0.83 | 0.94 | 0.25 | 6.96 | 0.89 | 0.4 |
| Hex | C0 | 20 | B | 0 | 53 | 5E | 19 | 7 | 59 | 28 |
| Octal | 300 | 40 | 13 | 0 | 123 | 136 | 31 | 7 | 131 | 50 |
| Binary | 11000000 | 100000 | 1011 | 0 | 1010011 | 1011110 | 11001 | 111 | 1011001 | 101000 |
Color Harmonies of #C0200B
Complementary color
Monochromatic Colors of #C0200B
Black with #C0200B
Text Example
Text Example
White with #C0200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0200B; }
p { color: rgb(192,32,11); }
H1.HeaderClassName
{
color: #C0200B;
}
.AnyTagClassName
{
color: #C0200B;
}
</style>
background-color css
<style>
a { background-color: #C0200B; }
a { background-color: rgb(192,32,11); }
div.DivClassName
{
background-color: #C0200B;
}
.BgClassName
{
background-color: #C0200B;
}
</style>
border-color css
<style>
span { border-color: #C0200B; }
span { border-color: rgb(192,32,11); }
td.TdClassName
{
border-color: #C0200B;
}
.TagClassName
{
border-color: #C0200B;
}
</style>