Html Css Color HEX #C0200A Harley Davidson Orange
📋 copy color: '#C0200A'red 192 ◦ green 32 ◦ blue 10
Shades of Harley Davidson Orange #C0200A
Tints of Harley Davidson Orange #C0200A
RGB
CMYK
RGB Variations
Color information
#C0200A (or 0xC0200A) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 0A. RGB value is (192,32,10). Sum of RGB (Red+Green+Blue) = 192+32+10=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C0200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0200A is #3FDFF5. Grayscale: #4D4D4D. Windows color (decimal): -4186102 or 663744. OLE color: 663744.
HSL color Cylindrical-coordinate representation of color #C0200A: hue angle of 7.25º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0200A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.25 |
| HSL | 7.25º | 0.9% | 0.4% | - |
| HSV(B) | 7.25º | 0.95% | 0.75% | - |
| XYZ | 22.31 | 12.26 | 1.48 | - |
| YUV | 77.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 10 | 0 | 0.83 | 0.95 | 0.25 | 7.25 | 0.9 | 0.4 |
| Hex | C0 | 20 | A | 0 | 53 | 5F | 19 | 7 | 5A | 28 |
| Octal | 300 | 40 | 12 | 0 | 123 | 137 | 31 | 7 | 132 | 50 |
| Binary | 11000000 | 100000 | 1010 | 0 | 1010011 | 1011111 | 11001 | 111 | 1011010 | 101000 |
Color Harmonies of #C0200A
Complementary color
Monochromatic Colors of #C0200A
Black with #C0200A
Text Example
Text Example
White with #C0200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0200A; }
p { color: rgb(192,32,10); }
H1.HeaderClassName
{
color: #C0200A;
}
.AnyTagClassName
{
color: #C0200A;
}
</style>
background-color css
<style>
a { background-color: #C0200A; }
a { background-color: rgb(192,32,10); }
div.DivClassName
{
background-color: #C0200A;
}
.BgClassName
{
background-color: #C0200A;
}
</style>
border-color css
<style>
span { border-color: #C0200A; }
span { border-color: rgb(192,32,10); }
td.TdClassName
{
border-color: #C0200A;
}
.TagClassName
{
border-color: #C0200A;
}
</style>