Html Css Color HEX #C22910 Harley Davidson Orange
📋 copy color: '#C22910'red 194 ◦ green 41 ◦ blue 16
Shades of Harley Davidson Orange #C22910
Tints of Harley Davidson Orange #C22910
RGB
CMYK
RGB Variations
Color information
#C22910 (or 0xC22910) is known color: Harley Davidson Orange. HEX triplet: C2, 29 and 10. RGB value is (194,41,16). Sum of RGB (Red+Green+Blue) = 194+41+16=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C22910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22910 is #3DD6EF. Grayscale: #545454. Windows color (decimal): -4052720 or 1059266. OLE color: 1059266.
HSL color Cylindrical-coordinate representation of color #C22910: hue angle of 8.43º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C22910 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 16 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.24 |
| HSL | 8.43º | 0.85% | 0.41% | - |
| HSV(B) | 8.43º | 0.92% | 0.76% | - |
| XYZ | 23.13 | 13.09 | 1.8 | - |
| YUV | 83.9 | 89.69 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 16 | 0 | 0.79 | 0.92 | 0.24 | 8.43 | 0.85 | 0.41 |
| Hex | C2 | 29 | 10 | 0 | 4F | 5C | 18 | 8 | 55 | 29 |
| Octal | 302 | 51 | 20 | 0 | 117 | 134 | 30 | 10 | 125 | 51 |
| Binary | 11000010 | 101001 | 10000 | 0 | 1001111 | 1011100 | 11000 | 1000 | 1010101 | 101001 |
Color Harmonies of #C22910
Complementary color
Monochromatic Colors of #C22910
Black with #C22910
Text Example
Text Example
White with #C22910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22910; }
p { color: rgb(194,41,16); }
H1.HeaderClassName
{
color: #C22910;
}
.AnyTagClassName
{
color: #C22910;
}
</style>
background-color css
<style>
a { background-color: #C22910; }
a { background-color: rgb(194,41,16); }
div.DivClassName
{
background-color: #C22910;
}
.BgClassName
{
background-color: #C22910;
}
</style>
border-color css
<style>
span { border-color: #C22910; }
span { border-color: rgb(194,41,16); }
td.TdClassName
{
border-color: #C22910;
}
.TagClassName
{
border-color: #C22910;
}
</style>