Html Css Color HEX #C22716 Harley Davidson Orange
📋 copy color: '#C22716'red 194 ◦ green 39 ◦ blue 22
Shades of Harley Davidson Orange #C22716
Tints of Harley Davidson Orange #C22716
RGB
CMYK
RGB Variations
Color information
#C22716 (or 0xC22716) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 16. RGB value is (194,39,22). Sum of RGB (Red+Green+Blue) = 194+39+22=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C22716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22716 is #3DD8E9. Grayscale: #535353. Windows color (decimal): -4053226 or 1451970. OLE color: 1451970.
HSL color Cylindrical-coordinate representation of color #C22716: hue angle of 5.93º 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 #C22716 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 22 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.24 |
| HSL | 5.93º | 0.8% | 0.42% | - |
| HSV(B) | 5.93º | 0.89% | 0.76% | - |
| XYZ | 23.12 | 12.98 | 2.05 | - |
| YUV | 83.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 22 | 0 | 0.80 | 0.89 | 0.24 | 5.93 | 0.8 | 0.42 |
| Hex | C2 | 27 | 16 | 0 | 50 | 59 | 18 | 6 | 50 | 2A |
| Octal | 302 | 47 | 26 | 0 | 120 | 131 | 30 | 6 | 120 | 52 |
| Binary | 11000010 | 100111 | 10110 | 0 | 1010000 | 1011001 | 11000 | 110 | 1010000 | 101010 |
Color Harmonies of #C22716
Complementary color
Monochromatic Colors of #C22716
Black with #C22716
Text Example
Text Example
White with #C22716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22716; }
p { color: rgb(194,39,22); }
H1.HeaderClassName
{
color: #C22716;
}
.AnyTagClassName
{
color: #C22716;
}
</style>
background-color css
<style>
a { background-color: #C22716; }
a { background-color: rgb(194,39,22); }
div.DivClassName
{
background-color: #C22716;
}
.BgClassName
{
background-color: #C22716;
}
</style>
border-color css
<style>
span { border-color: #C22716; }
span { border-color: rgb(194,39,22); }
td.TdClassName
{
border-color: #C22716;
}
.TagClassName
{
border-color: #C22716;
}
</style>