Html Css Color HEX #C22215 Harley Davidson Orange
📋 copy color: '#C22215'red 194 ◦ green 34 ◦ blue 21
Shades of Harley Davidson Orange #C22215
Tints of Harley Davidson Orange #C22215
RGB
CMYK
RGB Variations
Color information
#C22215 (or 0xC22215) is known color: Harley Davidson Orange. HEX triplet: C2, 22 and 15. RGB value is (194,34,21). Sum of RGB (Red+Green+Blue) = 194+34+21=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C22215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22215 is #3DDDEA. Grayscale: #505050. Windows color (decimal): -4054507 or 1385154. OLE color: 1385154.
HSL color Cylindrical-coordinate representation of color #C22215: hue angle of 4.51º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C22215 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 21 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.24 |
| HSL | 4.51º | 0.8% | 0.42% | - |
| HSV(B) | 4.51º | 0.89% | 0.76% | - |
| XYZ | 22.96 | 12.67 | 1.94 | - |
| YUV | 80.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 21 | 0 | 0.82 | 0.89 | 0.24 | 4.51 | 0.8 | 0.42 |
| Hex | C2 | 22 | 15 | 0 | 52 | 59 | 18 | 5 | 50 | 2A |
| Octal | 302 | 42 | 25 | 0 | 122 | 131 | 30 | 5 | 120 | 52 |
| Binary | 11000010 | 100010 | 10101 | 0 | 1010010 | 1011001 | 11000 | 101 | 1010000 | 101010 |
Color Harmonies of #C22215
Complementary color
Monochromatic Colors of #C22215
Black with #C22215
Text Example
Text Example
White with #C22215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22215; }
p { color: rgb(194,34,21); }
H1.HeaderClassName
{
color: #C22215;
}
.AnyTagClassName
{
color: #C22215;
}
</style>
background-color css
<style>
a { background-color: #C22215; }
a { background-color: rgb(194,34,21); }
div.DivClassName
{
background-color: #C22215;
}
.BgClassName
{
background-color: #C22215;
}
</style>
border-color css
<style>
span { border-color: #C22215; }
span { border-color: rgb(194,34,21); }
td.TdClassName
{
border-color: #C22215;
}
.TagClassName
{
border-color: #C22215;
}
</style>