Html Css Color HEX #C93611 Harley Davidson Orange
📋 copy color: '#C93611'red 201 ◦ green 54 ◦ blue 17
Shades of Harley Davidson Orange #C93611
Tints of Harley Davidson Orange #C93611
RGB
CMYK
RGB Variations
Color information
#C93611 (or 0xC93611) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 11. RGB value is (201,54,17). Sum of RGB (Red+Green+Blue) = 201+54+17=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C93611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93611 is #36C9EE. Grayscale: #5E5E5E. Windows color (decimal): -3590639 or 1128137. OLE color: 1128137.
HSL color Cylindrical-coordinate representation of color #C93611: hue angle of 12.07º 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 #C93611 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 17 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.21 |
| HSL | 12.07º | 0.84% | 0.43% | - |
| HSV(B) | 12.07º | 0.92% | 0.79% | - |
| XYZ | 25.51 | 15.1 | 2.1 | - |
| YUV | 93.74 | 84.7 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 17 | 0 | 0.73 | 0.92 | 0.21 | 12.07 | 0.84 | 0.43 |
| Hex | C9 | 36 | 11 | 0 | 49 | 5C | 15 | C | 54 | 2B |
| Octal | 311 | 66 | 21 | 0 | 111 | 134 | 25 | 14 | 124 | 53 |
| Binary | 11001001 | 110110 | 10001 | 0 | 1001001 | 1011100 | 10101 | 1100 | 1010100 | 101011 |
Color Harmonies of #C93611
Complementary color
Monochromatic Colors of #C93611
Black with #C93611
Text Example
Text Example
White with #C93611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93611; }
p { color: rgb(201,54,17); }
H1.HeaderClassName
{
color: #C93611;
}
.AnyTagClassName
{
color: #C93611;
}
</style>
background-color css
<style>
a { background-color: #C93611; }
a { background-color: rgb(201,54,17); }
div.DivClassName
{
background-color: #C93611;
}
.BgClassName
{
background-color: #C93611;
}
</style>
border-color css
<style>
span { border-color: #C93611; }
span { border-color: rgb(201,54,17); }
td.TdClassName
{
border-color: #C93611;
}
.TagClassName
{
border-color: #C93611;
}
</style>