Html Css Color HEX #C22F20 Harley Davidson Orange
📋 copy color: '#C22F20'red 194 ◦ green 47 ◦ blue 32
Shades of Harley Davidson Orange #C22F20
Tints of Harley Davidson Orange #C22F20
RGB
CMYK
RGB Variations
Color information
#C22F20 (or 0xC22F20) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 20. RGB value is (194,47,32). Sum of RGB (Red+Green+Blue) = 194+47+32=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22F20 is #3DD0DF. Grayscale: #595959. Windows color (decimal): -4051168 or 2109378. OLE color: 2109378.
HSL color Cylindrical-coordinate representation of color #C22F20: hue angle of 5.56º 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 #C22F20 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 32 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.24 |
| HSL | 5.56º | 0.72% | 0.44% | - |
| HSV(B) | 5.56º | 0.84% | 0.76% | - |
| XYZ | 23.53 | 13.61 | 2.75 | - |
| YUV | 89.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 32 | 0 | 0.76 | 0.84 | 0.24 | 5.56 | 0.72 | 0.44 |
| Hex | C2 | 2F | 20 | 0 | 4C | 54 | 18 | 6 | 48 | 2C |
| Octal | 302 | 57 | 40 | 0 | 114 | 124 | 30 | 6 | 110 | 54 |
| Binary | 11000010 | 101111 | 100000 | 0 | 1001100 | 1010100 | 11000 | 110 | 1001000 | 101100 |
Color Harmonies of #C22F20
Complementary color
Monochromatic Colors of #C22F20
Black with #C22F20
Text Example
Text Example
White with #C22F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F20; }
p { color: rgb(194,47,32); }
H1.HeaderClassName
{
color: #C22F20;
}
.AnyTagClassName
{
color: #C22F20;
}
</style>
background-color css
<style>
a { background-color: #C22F20; }
a { background-color: rgb(194,47,32); }
div.DivClassName
{
background-color: #C22F20;
}
.BgClassName
{
background-color: #C22F20;
}
</style>
border-color css
<style>
span { border-color: #C22F20; }
span { border-color: rgb(194,47,32); }
td.TdClassName
{
border-color: #C22F20;
}
.TagClassName
{
border-color: #C22F20;
}
</style>