Html Css Color HEX #C0210C Harley Davidson Orange
📋 copy color: '#C0210C'red 192 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #C0210C
Tints of Harley Davidson Orange #C0210C
RGB
CMYK
RGB Variations
Color information
#C0210C (or 0xC0210C) is known color: Harley Davidson Orange. HEX triplet: C0, 21 and 0C. RGB value is (192,33,12). Sum of RGB (Red+Green+Blue) = 192+33+12=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C0210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0210C is #3FDEF3. Grayscale: #4E4E4E. Windows color (decimal): -4185844 or 795072. OLE color: 795072.
HSL color Cylindrical-coordinate representation of color #C0210C: hue angle of 7º degrees, saturation: 0.88, 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 #C0210C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.25 |
| HSL | 7º | 0.88% | 0.4% | - |
| HSV(B) | 7º | 0.94% | 0.75% | - |
| XYZ | 22.35 | 12.32 | 1.55 | - |
| YUV | 78.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 12 | 0 | 0.83 | 0.94 | 0.25 | 7 | 0.88 | 0.4 |
| Hex | C0 | 21 | C | 0 | 53 | 5E | 19 | 7 | 58 | 28 |
| Octal | 300 | 41 | 14 | 0 | 123 | 136 | 31 | 7 | 130 | 50 |
| Binary | 11000000 | 100001 | 1100 | 0 | 1010011 | 1011110 | 11001 | 111 | 1011000 | 101000 |
Color Harmonies of #C0210C
Complementary color
Monochromatic Colors of #C0210C
Black with #C0210C
Text Example
Text Example
White with #C0210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0210C; }
p { color: rgb(192,33,12); }
H1.HeaderClassName
{
color: #C0210C;
}
.AnyTagClassName
{
color: #C0210C;
}
</style>
background-color css
<style>
a { background-color: #C0210C; }
a { background-color: rgb(192,33,12); }
div.DivClassName
{
background-color: #C0210C;
}
.BgClassName
{
background-color: #C0210C;
}
</style>
border-color css
<style>
span { border-color: #C0210C; }
span { border-color: rgb(192,33,12); }
td.TdClassName
{
border-color: #C0210C;
}
.TagClassName
{
border-color: #C0210C;
}
</style>