Html Css Color HEX #C92311 Harley Davidson Orange
📋 copy color: '#C92311'red 201 ◦ green 35 ◦ blue 17
Shades of Harley Davidson Orange #C92311
Tints of Harley Davidson Orange #C92311
RGB
CMYK
RGB Variations
Color information
#C92311 (or 0xC92311) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 11. RGB value is (201,35,17). Sum of RGB (Red+Green+Blue) = 201+35+17=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C92311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92311 is #36DCEE. Grayscale: #525252. Windows color (decimal): -3595503 or 1123273. OLE color: 1123273.
HSL color Cylindrical-coordinate representation of color #C92311: hue angle of 5.87º 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 #C92311 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 17 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.21 |
| HSL | 5.87º | 0.84% | 0.43% | - |
| HSV(B) | 5.87º | 0.92% | 0.79% | - |
| XYZ | 24.79 | 13.66 | 1.86 | - |
| YUV | 82.58 | 91 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 17 | 0 | 0.83 | 0.92 | 0.21 | 5.87 | 0.84 | 0.43 |
| Hex | C9 | 23 | 11 | 0 | 53 | 5C | 15 | 6 | 54 | 2B |
| Octal | 311 | 43 | 21 | 0 | 123 | 134 | 25 | 6 | 124 | 53 |
| Binary | 11001001 | 100011 | 10001 | 0 | 1010011 | 1011100 | 10101 | 110 | 1010100 | 101011 |
Color Harmonies of #C92311
Complementary color
Monochromatic Colors of #C92311
Black with #C92311
Text Example
Text Example
White with #C92311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92311; }
p { color: rgb(201,35,17); }
H1.HeaderClassName
{
color: #C92311;
}
.AnyTagClassName
{
color: #C92311;
}
</style>
background-color css
<style>
a { background-color: #C92311; }
a { background-color: rgb(201,35,17); }
div.DivClassName
{
background-color: #C92311;
}
.BgClassName
{
background-color: #C92311;
}
</style>
border-color css
<style>
span { border-color: #C92311; }
span { border-color: rgb(201,35,17); }
td.TdClassName
{
border-color: #C92311;
}
.TagClassName
{
border-color: #C92311;
}
</style>