Html Css Color HEX #C2210C Harley Davidson Orange
📋 copy color: '#C2210C'red 194 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #C2210C
Tints of Harley Davidson Orange #C2210C
RGB
CMYK
RGB Variations
Color information
#C2210C (or 0xC2210C) is known color: Harley Davidson Orange. HEX triplet: C2, 21 and 0C. RGB value is (194,33,12). Sum of RGB (Red+Green+Blue) = 194+33+12=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2210C is #3DDEF3. Grayscale: #4E4E4E. Windows color (decimal): -4054772 or 795074. OLE color: 795074.
HSL color Cylindrical-coordinate representation of color #C2210C: hue angle of 6.92º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2210C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.24 |
| HSL | 6.92º | 0.88% | 0.4% | - |
| HSV(B) | 6.92º | 0.94% | 0.76% | - |
| XYZ | 22.86 | 12.58 | 1.57 | - |
| YUV | 78.75 | 90.34 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 12 | 0 | 0.83 | 0.94 | 0.24 | 6.92 | 0.88 | 0.4 |
| Hex | C2 | 21 | C | 0 | 53 | 5E | 18 | 7 | 58 | 28 |
| Octal | 302 | 41 | 14 | 0 | 123 | 136 | 30 | 7 | 130 | 50 |
| Binary | 11000010 | 100001 | 1100 | 0 | 1010011 | 1011110 | 11000 | 111 | 1011000 | 101000 |
Color Harmonies of #C2210C
Complementary color
Monochromatic Colors of #C2210C
Black with #C2210C
Text Example
Text Example
White with #C2210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2210C; }
p { color: rgb(194,33,12); }
H1.HeaderClassName
{
color: #C2210C;
}
.AnyTagClassName
{
color: #C2210C;
}
</style>
background-color css
<style>
a { background-color: #C2210C; }
a { background-color: rgb(194,33,12); }
div.DivClassName
{
background-color: #C2210C;
}
.BgClassName
{
background-color: #C2210C;
}
</style>
border-color css
<style>
span { border-color: #C2210C; }
span { border-color: rgb(194,33,12); }
td.TdClassName
{
border-color: #C2210C;
}
.TagClassName
{
border-color: #C2210C;
}
</style>