Html Css Color HEX #C22911 Harley Davidson Orange
📋 copy color: '#C22911'red 194 ◦ green 41 ◦ blue 17
Shades of Harley Davidson Orange #C22911
Tints of Harley Davidson Orange #C22911
RGB
CMYK
RGB Variations
Color information
#C22911 (or 0xC22911) is known color: Harley Davidson Orange. HEX triplet: C2, 29 and 11. RGB value is (194,41,17). Sum of RGB (Red+Green+Blue) = 194+41+17=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C22911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22911 is #3DD6EE. Grayscale: #545454. Windows color (decimal): -4052719 or 1124802. OLE color: 1124802.
HSL color Cylindrical-coordinate representation of color #C22911: hue angle of 8.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C22911 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.24 |
| HSL | 8.14º | 0.84% | 0.41% | - |
| HSV(B) | 8.14º | 0.91% | 0.76% | - |
| XYZ | 23.14 | 13.1 | 1.84 | - |
| YUV | 84.01 | 90.19 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 17 | 0 | 0.79 | 0.91 | 0.24 | 8.14 | 0.84 | 0.41 |
| Hex | C2 | 29 | 11 | 0 | 4F | 5B | 18 | 8 | 54 | 29 |
| Octal | 302 | 51 | 21 | 0 | 117 | 133 | 30 | 10 | 124 | 51 |
| Binary | 11000010 | 101001 | 10001 | 0 | 1001111 | 1011011 | 11000 | 1000 | 1010100 | 101001 |
Color Harmonies of #C22911
Complementary color
Monochromatic Colors of #C22911
Black with #C22911
Text Example
Text Example
White with #C22911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22911; }
p { color: rgb(194,41,17); }
H1.HeaderClassName
{
color: #C22911;
}
.AnyTagClassName
{
color: #C22911;
}
</style>
background-color css
<style>
a { background-color: #C22911; }
a { background-color: rgb(194,41,17); }
div.DivClassName
{
background-color: #C22911;
}
.BgClassName
{
background-color: #C22911;
}
</style>
border-color css
<style>
span { border-color: #C22911; }
span { border-color: rgb(194,41,17); }
td.TdClassName
{
border-color: #C22911;
}
.TagClassName
{
border-color: #C22911;
}
</style>