Html Css Color HEX #C93217 Harley Davidson Orange
📋 copy color: '#C93217'red 201 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #C93217
Tints of Harley Davidson Orange #C93217
RGB
CMYK
RGB Variations
Color information
#C93217 (or 0xC93217) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 17. RGB value is (201,50,23). Sum of RGB (Red+Green+Blue) = 201+50+23=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C93217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93217 is #36CDE8. Grayscale: #5C5C5C. Windows color (decimal): -3591657 or 1520329. OLE color: 1520329.
HSL color Cylindrical-coordinate representation of color #C93217: hue angle of 9.1º 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 #C93217 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.21 |
| HSL | 9.1º | 0.79% | 0.44% | - |
| HSV(B) | 9.1º | 0.89% | 0.79% | - |
| XYZ | 25.38 | 14.76 | 2.32 | - |
| YUV | 92.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 23 | 0 | 0.75 | 0.89 | 0.21 | 9.1 | 0.79 | 0.44 |
| Hex | C9 | 32 | 17 | 0 | 4B | 59 | 15 | 9 | 4F | 2C |
| Octal | 311 | 62 | 27 | 0 | 113 | 131 | 25 | 11 | 117 | 54 |
| Binary | 11001001 | 110010 | 10111 | 0 | 1001011 | 1011001 | 10101 | 1001 | 1001111 | 101100 |
Color Harmonies of #C93217
Complementary color
Monochromatic Colors of #C93217
Black with #C93217
Text Example
Text Example
White with #C93217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93217; }
p { color: rgb(201,50,23); }
H1.HeaderClassName
{
color: #C93217;
}
.AnyTagClassName
{
color: #C93217;
}
</style>
background-color css
<style>
a { background-color: #C93217; }
a { background-color: rgb(201,50,23); }
div.DivClassName
{
background-color: #C93217;
}
.BgClassName
{
background-color: #C93217;
}
</style>
border-color css
<style>
span { border-color: #C93217; }
span { border-color: rgb(201,50,23); }
td.TdClassName
{
border-color: #C93217;
}
.TagClassName
{
border-color: #C93217;
}
</style>