Html Css Color HEX #C93117 Harley Davidson Orange
📋 copy color: '#C93117'red 201 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #C93117
Tints of Harley Davidson Orange #C93117
RGB
CMYK
RGB Variations
Color information
#C93117 (or 0xC93117) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 17. RGB value is (201,49,23). Sum of RGB (Red+Green+Blue) = 201+49+23=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C93117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93117 is #36CEE8. Grayscale: #5B5B5B. Windows color (decimal): -3591913 or 1520073. OLE color: 1520073.
HSL color Cylindrical-coordinate representation of color #C93117: hue angle of 8.76º 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 #C93117 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 23 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.21 |
| HSL | 8.76º | 0.79% | 0.44% | - |
| HSV(B) | 8.76º | 0.89% | 0.79% | - |
| XYZ | 25.34 | 14.68 | 2.31 | - |
| YUV | 91.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 23 | 0 | 0.76 | 0.89 | 0.21 | 8.76 | 0.79 | 0.44 |
| Hex | C9 | 31 | 17 | 0 | 4C | 59 | 15 | 9 | 4F | 2C |
| Octal | 311 | 61 | 27 | 0 | 114 | 131 | 25 | 11 | 117 | 54 |
| Binary | 11001001 | 110001 | 10111 | 0 | 1001100 | 1011001 | 10101 | 1001 | 1001111 | 101100 |
Color Harmonies of #C93117
Complementary color
Monochromatic Colors of #C93117
Black with #C93117
Text Example
Text Example
White with #C93117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93117; }
p { color: rgb(201,49,23); }
H1.HeaderClassName
{
color: #C93117;
}
.AnyTagClassName
{
color: #C93117;
}
</style>
background-color css
<style>
a { background-color: #C93117; }
a { background-color: rgb(201,49,23); }
div.DivClassName
{
background-color: #C93117;
}
.BgClassName
{
background-color: #C93117;
}
</style>
border-color css
<style>
span { border-color: #C93117; }
span { border-color: rgb(201,49,23); }
td.TdClassName
{
border-color: #C93117;
}
.TagClassName
{
border-color: #C93117;
}
</style>