Html Css Color HEX #C22711 Harley Davidson Orange
📋 copy color: '#C22711'red 194 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #C22711
Tints of Harley Davidson Orange #C22711
RGB
CMYK
RGB Variations
Color information
#C22711 (or 0xC22711) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 11. RGB value is (194,39,17). Sum of RGB (Red+Green+Blue) = 194+39+17=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C22711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22711 is #3DD8EE. Grayscale: #535353. Windows color (decimal): -4053231 or 1124290. OLE color: 1124290.
HSL color Cylindrical-coordinate representation of color #C22711: hue angle of 7.46º 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 #C22711 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 17 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.24 |
| HSL | 7.46º | 0.84% | 0.41% | - |
| HSV(B) | 7.46º | 0.91% | 0.76% | - |
| XYZ | 23.07 | 12.96 | 1.82 | - |
| YUV | 82.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 17 | 0 | 0.80 | 0.91 | 0.24 | 7.46 | 0.84 | 0.41 |
| Hex | C2 | 27 | 11 | 0 | 50 | 5B | 18 | 7 | 54 | 29 |
| Octal | 302 | 47 | 21 | 0 | 120 | 133 | 30 | 7 | 124 | 51 |
| Binary | 11000010 | 100111 | 10001 | 0 | 1010000 | 1011011 | 11000 | 111 | 1010100 | 101001 |
Color Harmonies of #C22711
Complementary color
Monochromatic Colors of #C22711
Black with #C22711
Text Example
Text Example
White with #C22711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22711; }
p { color: rgb(194,39,17); }
H1.HeaderClassName
{
color: #C22711;
}
.AnyTagClassName
{
color: #C22711;
}
</style>
background-color css
<style>
a { background-color: #C22711; }
a { background-color: rgb(194,39,17); }
div.DivClassName
{
background-color: #C22711;
}
.BgClassName
{
background-color: #C22711;
}
</style>
border-color css
<style>
span { border-color: #C22711; }
span { border-color: rgb(194,39,17); }
td.TdClassName
{
border-color: #C22711;
}
.TagClassName
{
border-color: #C22711;
}
</style>