Html Css Color HEX #C22F16 Harley Davidson Orange
📋 copy color: '#C22F16'red 194 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #C22F16
Tints of Harley Davidson Orange #C22F16
RGB
CMYK
RGB Variations
Color information
#C22F16 (or 0xC22F16) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 16. RGB value is (194,47,22). Sum of RGB (Red+Green+Blue) = 194+47+22=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22F16 is #3DD0E9. Grayscale: #585858. Windows color (decimal): -4051178 or 1454018. OLE color: 1454018.
HSL color Cylindrical-coordinate representation of color #C22F16: hue angle of 8.72º 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 #C22F16 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 22 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.24 |
| HSL | 8.72º | 0.8% | 0.42% | - |
| HSV(B) | 8.72º | 0.89% | 0.76% | - |
| XYZ | 23.41 | 13.56 | 2.14 | - |
| YUV | 88.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 22 | 0 | 0.76 | 0.89 | 0.24 | 8.72 | 0.8 | 0.42 |
| Hex | C2 | 2F | 16 | 0 | 4C | 59 | 18 | 9 | 50 | 2A |
| Octal | 302 | 57 | 26 | 0 | 114 | 131 | 30 | 11 | 120 | 52 |
| Binary | 11000010 | 101111 | 10110 | 0 | 1001100 | 1011001 | 11000 | 1001 | 1010000 | 101010 |
Color Harmonies of #C22F16
Complementary color
Monochromatic Colors of #C22F16
Black with #C22F16
Text Example
Text Example
White with #C22F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F16; }
p { color: rgb(194,47,22); }
H1.HeaderClassName
{
color: #C22F16;
}
.AnyTagClassName
{
color: #C22F16;
}
</style>
background-color css
<style>
a { background-color: #C22F16; }
a { background-color: rgb(194,47,22); }
div.DivClassName
{
background-color: #C22F16;
}
.BgClassName
{
background-color: #C22F16;
}
</style>
border-color css
<style>
span { border-color: #C22F16; }
span { border-color: rgb(194,47,22); }
td.TdClassName
{
border-color: #C22F16;
}
.TagClassName
{
border-color: #C22F16;
}
</style>