Html Css Color HEX #C93C17 Harley Davidson Orange
📋 copy color: '#C93C17'red 201 ◦ green 60 ◦ blue 23
Shades of Harley Davidson Orange #C93C17
Tints of Harley Davidson Orange #C93C17
RGB
CMYK
RGB Variations
Color information
#C93C17 (or 0xC93C17) is known color: Harley Davidson Orange. HEX triplet: C9, 3C and 17. RGB value is (201,60,23). Sum of RGB (Red+Green+Blue) = 201+60+23=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93C17 is #36C3E8. Grayscale: #626262. Windows color (decimal): -3589097 or 1522889. OLE color: 1522889.
HSL color Cylindrical-coordinate representation of color #C93C17: hue angle of 12.47º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C93C17 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 23 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.21 |
| HSL | 12.47º | 0.79% | 0.44% | - |
| HSV(B) | 12.47º | 0.89% | 0.79% | - |
| XYZ | 25.86 | 15.71 | 2.48 | - |
| YUV | 97.94 | 85.71 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 23 | 0 | 0.70 | 0.89 | 0.21 | 12.47 | 0.79 | 0.44 |
| Hex | C9 | 3C | 17 | 0 | 46 | 59 | 15 | C | 4F | 2C |
| Octal | 311 | 74 | 27 | 0 | 106 | 131 | 25 | 14 | 117 | 54 |
| Binary | 11001001 | 111100 | 10111 | 0 | 1000110 | 1011001 | 10101 | 1100 | 1001111 | 101100 |
Color Harmonies of #C93C17
Complementary color
Monochromatic Colors of #C93C17
Black with #C93C17
Text Example
Text Example
White with #C93C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C17; }
p { color: rgb(201,60,23); }
H1.HeaderClassName
{
color: #C93C17;
}
.AnyTagClassName
{
color: #C93C17;
}
</style>
background-color css
<style>
a { background-color: #C93C17; }
a { background-color: rgb(201,60,23); }
div.DivClassName
{
background-color: #C93C17;
}
.BgClassName
{
background-color: #C93C17;
}
</style>
border-color css
<style>
span { border-color: #C93C17; }
span { border-color: rgb(201,60,23); }
td.TdClassName
{
border-color: #C93C17;
}
.TagClassName
{
border-color: #C93C17;
}
</style>