Html Css Color HEX #C22D20 Harley Davidson Orange
📋 copy color: '#C22D20'red 194 ◦ green 45 ◦ blue 32
Shades of Harley Davidson Orange #C22D20
Tints of Harley Davidson Orange #C22D20
RGB
CMYK
RGB Variations
Color information
#C22D20 (or 0xC22D20) is known color: Harley Davidson Orange. HEX triplet: C2, 2D and 20. RGB value is (194,45,32). Sum of RGB (Red+Green+Blue) = 194+45+32=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D20 is #3DD2DF. Grayscale: #585858. Windows color (decimal): -4051680 or 2108866. OLE color: 2108866.
HSL color Cylindrical-coordinate representation of color #C22D20: hue angle of 4.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22D20 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 32 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.24 |
| HSL | 4.81º | 0.72% | 0.44% | - |
| HSV(B) | 4.81º | 0.84% | 0.76% | - |
| XYZ | 23.45 | 13.45 | 2.73 | - |
| YUV | 88.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 32 | 0 | 0.77 | 0.84 | 0.24 | 4.81 | 0.72 | 0.44 |
| Hex | C2 | 2D | 20 | 0 | 4D | 54 | 18 | 5 | 48 | 2C |
| Octal | 302 | 55 | 40 | 0 | 115 | 124 | 30 | 5 | 110 | 54 |
| Binary | 11000010 | 101101 | 100000 | 0 | 1001101 | 1010100 | 11000 | 101 | 1001000 | 101100 |
Color Harmonies of #C22D20
Complementary color
Monochromatic Colors of #C22D20
Black with #C22D20
Text Example
Text Example
White with #C22D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D20; }
p { color: rgb(194,45,32); }
H1.HeaderClassName
{
color: #C22D20;
}
.AnyTagClassName
{
color: #C22D20;
}
</style>
background-color css
<style>
a { background-color: #C22D20; }
a { background-color: rgb(194,45,32); }
div.DivClassName
{
background-color: #C22D20;
}
.BgClassName
{
background-color: #C22D20;
}
</style>
border-color css
<style>
span { border-color: #C22D20; }
span { border-color: rgb(194,45,32); }
td.TdClassName
{
border-color: #C22D20;
}
.TagClassName
{
border-color: #C22D20;
}
</style>