Html Css Color HEX #C22411 Harley Davidson Orange
📋 copy color: '#C22411'red 194 ◦ green 36 ◦ blue 17
Shades of Harley Davidson Orange #C22411
Tints of Harley Davidson Orange #C22411
RGB
CMYK
RGB Variations
Color information
#C22411 (or 0xC22411) is known color: Harley Davidson Orange. HEX triplet: C2, 24 and 11. RGB value is (194,36,17). Sum of RGB (Red+Green+Blue) = 194+36+17=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C22411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22411 is #3DDBEE. Grayscale: #515151. Windows color (decimal): -4053999 or 1123522. OLE color: 1123522.
HSL color Cylindrical-coordinate representation of color #C22411: hue angle of 6.44º 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 #C22411 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.24 |
| HSL | 6.44º | 0.84% | 0.41% | - |
| HSV(B) | 6.44º | 0.91% | 0.76% | - |
| XYZ | 22.98 | 12.77 | 1.78 | - |
| YUV | 81.08 | 91.85 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 17 | 0 | 0.81 | 0.91 | 0.24 | 6.44 | 0.84 | 0.41 |
| Hex | C2 | 24 | 11 | 0 | 51 | 5B | 18 | 6 | 54 | 29 |
| Octal | 302 | 44 | 21 | 0 | 121 | 133 | 30 | 6 | 124 | 51 |
| Binary | 11000010 | 100100 | 10001 | 0 | 1010001 | 1011011 | 11000 | 110 | 1010100 | 101001 |
Color Harmonies of #C22411
Complementary color
Monochromatic Colors of #C22411
Black with #C22411
Text Example
Text Example
White with #C22411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22411; }
p { color: rgb(194,36,17); }
H1.HeaderClassName
{
color: #C22411;
}
.AnyTagClassName
{
color: #C22411;
}
</style>
background-color css
<style>
a { background-color: #C22411; }
a { background-color: rgb(194,36,17); }
div.DivClassName
{
background-color: #C22411;
}
.BgClassName
{
background-color: #C22411;
}
</style>
border-color css
<style>
span { border-color: #C22411; }
span { border-color: rgb(194,36,17); }
td.TdClassName
{
border-color: #C22411;
}
.TagClassName
{
border-color: #C22411;
}
</style>