Html Css Color HEX #C22511 Harley Davidson Orange
📋 copy color: '#C22511'red 194 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #C22511
Tints of Harley Davidson Orange #C22511
RGB
CMYK
RGB Variations
Color information
#C22511 (or 0xC22511) is known color: Harley Davidson Orange. HEX triplet: C2, 25 and 11. RGB value is (194,37,17). Sum of RGB (Red+Green+Blue) = 194+37+17=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C22511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22511 is #3DDAEE. Grayscale: #515151. Windows color (decimal): -4053743 or 1123778. OLE color: 1123778.
HSL color Cylindrical-coordinate representation of color #C22511: hue angle of 6.78º 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 #C22511 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.24 |
| HSL | 6.78º | 0.84% | 0.41% | - |
| HSV(B) | 6.78º | 0.91% | 0.76% | - |
| XYZ | 23.01 | 12.83 | 1.79 | - |
| YUV | 81.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 17 | 0 | 0.81 | 0.91 | 0.24 | 6.78 | 0.84 | 0.41 |
| Hex | C2 | 25 | 11 | 0 | 51 | 5B | 18 | 7 | 54 | 29 |
| Octal | 302 | 45 | 21 | 0 | 121 | 133 | 30 | 7 | 124 | 51 |
| Binary | 11000010 | 100101 | 10001 | 0 | 1010001 | 1011011 | 11000 | 111 | 1010100 | 101001 |
Color Harmonies of #C22511
Complementary color
Monochromatic Colors of #C22511
Black with #C22511
Text Example
Text Example
White with #C22511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22511; }
p { color: rgb(194,37,17); }
H1.HeaderClassName
{
color: #C22511;
}
.AnyTagClassName
{
color: #C22511;
}
</style>
background-color css
<style>
a { background-color: #C22511; }
a { background-color: rgb(194,37,17); }
div.DivClassName
{
background-color: #C22511;
}
.BgClassName
{
background-color: #C22511;
}
</style>
border-color css
<style>
span { border-color: #C22511; }
span { border-color: rgb(194,37,17); }
td.TdClassName
{
border-color: #C22511;
}
.TagClassName
{
border-color: #C22511;
}
</style>