Html Css Color HEX #C93A17 Harley Davidson Orange
📋 copy color: '#C93A17'red 201 ◦ green 58 ◦ blue 23
Shades of Harley Davidson Orange #C93A17
Tints of Harley Davidson Orange #C93A17
RGB
CMYK
RGB Variations
Color information
#C93A17 (or 0xC93A17) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 17. RGB value is (201,58,23). Sum of RGB (Red+Green+Blue) = 201+58+23=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93A17 is #36C5E8. Grayscale: #616161. Windows color (decimal): -3589609 or 1522377. OLE color: 1522377.
HSL color Cylindrical-coordinate representation of color #C93A17: hue angle of 11.8º 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 #C93A17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.21 |
| HSL | 11.8º | 0.79% | 0.44% | - |
| HSV(B) | 11.8º | 0.89% | 0.79% | - |
| XYZ | 25.76 | 15.51 | 2.45 | - |
| YUV | 96.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 23 | 0 | 0.71 | 0.89 | 0.21 | 11.8 | 0.79 | 0.44 |
| Hex | C9 | 3A | 17 | 0 | 47 | 59 | 15 | C | 4F | 2C |
| Octal | 311 | 72 | 27 | 0 | 107 | 131 | 25 | 14 | 117 | 54 |
| Binary | 11001001 | 111010 | 10111 | 0 | 1000111 | 1011001 | 10101 | 1100 | 1001111 | 101100 |
Color Harmonies of #C93A17
Complementary color
Monochromatic Colors of #C93A17
Black with #C93A17
Text Example
Text Example
White with #C93A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A17; }
p { color: rgb(201,58,23); }
H1.HeaderClassName
{
color: #C93A17;
}
.AnyTagClassName
{
color: #C93A17;
}
</style>
background-color css
<style>
a { background-color: #C93A17; }
a { background-color: rgb(201,58,23); }
div.DivClassName
{
background-color: #C93A17;
}
.BgClassName
{
background-color: #C93A17;
}
</style>
border-color css
<style>
span { border-color: #C93A17; }
span { border-color: rgb(201,58,23); }
td.TdClassName
{
border-color: #C93A17;
}
.TagClassName
{
border-color: #C93A17;
}
</style>