Html Css Color HEX #C22002 Harley Davidson Orange
📋 copy color: '#C22002'red 194 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #C22002
Tints of Harley Davidson Orange #C22002
RGB
CMYK
RGB Variations
Color information
#C22002 (or 0xC22002) is known color: Harley Davidson Orange. HEX triplet: C2, 20 and 02. RGB value is (194,32,2). Sum of RGB (Red+Green+Blue) = 194+32+2=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C22002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22002 is #3DDFFD. Grayscale: #4D4D4D. Windows color (decimal): -4055038 or 139458. OLE color: 139458.
HSL color Cylindrical-coordinate representation of color #C22002: hue angle of 9.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C22002 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.24 |
| HSL | 9.38º | 0.98% | 0.38% | - |
| HSV(B) | 9.38º | 0.99% | 0.76% | - |
| XYZ | 22.78 | 12.51 | 1.27 | - |
| YUV | 77.02 | 85.67 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 2 | 0 | 0.84 | 0.99 | 0.24 | 9.38 | 0.98 | 0.38 |
| Hex | C2 | 20 | 2 | 0 | 54 | 63 | 18 | 9 | 62 | 26 |
| Octal | 302 | 40 | 2 | 0 | 124 | 143 | 30 | 11 | 142 | 46 |
| Binary | 11000010 | 100000 | 10 | 0 | 1010100 | 1100011 | 11000 | 1001 | 1100010 | 100110 |
Color Harmonies of #C22002
Complementary color
Monochromatic Colors of #C22002
Black with #C22002
Text Example
Text Example
White with #C22002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22002; }
p { color: rgb(194,32,2); }
H1.HeaderClassName
{
color: #C22002;
}
.AnyTagClassName
{
color: #C22002;
}
</style>
background-color css
<style>
a { background-color: #C22002; }
a { background-color: rgb(194,32,2); }
div.DivClassName
{
background-color: #C22002;
}
.BgClassName
{
background-color: #C22002;
}
</style>
border-color css
<style>
span { border-color: #C22002; }
span { border-color: rgb(194,32,2); }
td.TdClassName
{
border-color: #C22002;
}
.TagClassName
{
border-color: #C22002;
}
</style>