Html Css Color HEX #C92E11 Harley Davidson Orange
📋 copy color: '#C92E11'red 201 ◦ green 46 ◦ blue 17
Shades of Harley Davidson Orange #C92E11
Tints of Harley Davidson Orange #C92E11
RGB
CMYK
RGB Variations
Color information
#C92E11 (or 0xC92E11) is known color: Harley Davidson Orange. HEX triplet: C9, 2E and 11. RGB value is (201,46,17). Sum of RGB (Red+Green+Blue) = 201+46+17=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92E11 is #36D1EE. Grayscale: #595959. Windows color (decimal): -3592687 or 1126089. OLE color: 1126089.
HSL color Cylindrical-coordinate representation of color #C92E11: hue angle of 9.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C92E11 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 46 | 17 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.21 |
| HSL | 9.46º | 0.84% | 0.43% | - |
| HSV(B) | 9.46º | 0.92% | 0.79% | - |
| XYZ | 25.17 | 14.41 | 1.99 | - |
| YUV | 89.04 | 87.35 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 17 | 0 | 0.77 | 0.92 | 0.21 | 9.46 | 0.84 | 0.43 |
| Hex | C9 | 2E | 11 | 0 | 4D | 5C | 15 | 9 | 54 | 2B |
| Octal | 311 | 56 | 21 | 0 | 115 | 134 | 25 | 11 | 124 | 53 |
| Binary | 11001001 | 101110 | 10001 | 0 | 1001101 | 1011100 | 10101 | 1001 | 1010100 | 101011 |
Color Harmonies of #C92E11
Complementary color
Monochromatic Colors of #C92E11
Black with #C92E11
Text Example
Text Example
White with #C92E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92E11; }
p { color: rgb(201,46,17); }
H1.HeaderClassName
{
color: #C92E11;
}
.AnyTagClassName
{
color: #C92E11;
}
</style>
background-color css
<style>
a { background-color: #C92E11; }
a { background-color: rgb(201,46,17); }
div.DivClassName
{
background-color: #C92E11;
}
.BgClassName
{
background-color: #C92E11;
}
</style>
border-color css
<style>
span { border-color: #C92E11; }
span { border-color: rgb(201,46,17); }
td.TdClassName
{
border-color: #C92E11;
}
.TagClassName
{
border-color: #C92E11;
}
</style>