Html Css Color HEX #C2200B Harley Davidson Orange
📋 copy color: '#C2200B'red 194 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #C2200B
Tints of Harley Davidson Orange #C2200B
RGB
CMYK
RGB Variations
Color information
#C2200B (or 0xC2200B) is known color: Harley Davidson Orange. HEX triplet: C2, 20 and 0B. RGB value is (194,32,11). Sum of RGB (Red+Green+Blue) = 194+32+11=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C2200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2200B is #3DDFF4. Grayscale: #4E4E4E. Windows color (decimal): -4055029 or 729282. OLE color: 729282.
HSL color Cylindrical-coordinate representation of color #C2200B: hue angle of 6.89º degrees, saturation: 0.89, 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 #C2200B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 11 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.24 |
| HSL | 6.89º | 0.89% | 0.4% | - |
| HSV(B) | 6.89º | 0.94% | 0.76% | - |
| XYZ | 22.83 | 12.53 | 1.53 | - |
| YUV | 78.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 11 | 0 | 0.84 | 0.94 | 0.24 | 6.89 | 0.89 | 0.4 |
| Hex | C2 | 20 | B | 0 | 54 | 5E | 18 | 7 | 59 | 28 |
| Octal | 302 | 40 | 13 | 0 | 124 | 136 | 30 | 7 | 131 | 50 |
| Binary | 11000010 | 100000 | 1011 | 0 | 1010100 | 1011110 | 11000 | 111 | 1011001 | 101000 |
Color Harmonies of #C2200B
Complementary color
Monochromatic Colors of #C2200B
Black with #C2200B
Text Example
Text Example
White with #C2200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2200B; }
p { color: rgb(194,32,11); }
H1.HeaderClassName
{
color: #C2200B;
}
.AnyTagClassName
{
color: #C2200B;
}
</style>
background-color css
<style>
a { background-color: #C2200B; }
a { background-color: rgb(194,32,11); }
div.DivClassName
{
background-color: #C2200B;
}
.BgClassName
{
background-color: #C2200B;
}
</style>
border-color css
<style>
span { border-color: #C2200B; }
span { border-color: rgb(194,32,11); }
td.TdClassName
{
border-color: #C2200B;
}
.TagClassName
{
border-color: #C2200B;
}
</style>