Html Css Color HEX #C9390C Harley Davidson Orange
📋 copy color: '#C9390C'red 201 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #C9390C
Tints of Harley Davidson Orange #C9390C
RGB
CMYK
RGB Variations
Color information
#C9390C (or 0xC9390C) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 0C. RGB value is (201,57,12). Sum of RGB (Red+Green+Blue) = 201+57+12=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C9390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9390C is #36C6F3. Grayscale: #5F5F5F. Windows color (decimal): -3589876 or 801225. OLE color: 801225.
HSL color Cylindrical-coordinate representation of color #C9390C: hue angle of 14.29º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9390C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.21 |
| HSL | 14.29º | 0.89% | 0.42% | - |
| HSV(B) | 14.29º | 0.94% | 0.79% | - |
| XYZ | 25.62 | 15.37 | 1.96 | - |
| YUV | 94.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 12 | 0 | 0.72 | 0.94 | 0.21 | 14.29 | 0.89 | 0.42 |
| Hex | C9 | 39 | C | 0 | 48 | 5E | 15 | E | 59 | 2A |
| Octal | 311 | 71 | 14 | 0 | 110 | 136 | 25 | 16 | 131 | 52 |
| Binary | 11001001 | 111001 | 1100 | 0 | 1001000 | 1011110 | 10101 | 1110 | 1011001 | 101010 |
Color Harmonies of #C9390C
Complementary color
Monochromatic Colors of #C9390C
Black with #C9390C
Text Example
Text Example
White with #C9390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9390C; }
p { color: rgb(201,57,12); }
H1.HeaderClassName
{
color: #C9390C;
}
.AnyTagClassName
{
color: #C9390C;
}
</style>
background-color css
<style>
a { background-color: #C9390C; }
a { background-color: rgb(201,57,12); }
div.DivClassName
{
background-color: #C9390C;
}
.BgClassName
{
background-color: #C9390C;
}
</style>
border-color css
<style>
span { border-color: #C9390C; }
span { border-color: rgb(201,57,12); }
td.TdClassName
{
border-color: #C9390C;
}
.TagClassName
{
border-color: #C9390C;
}
</style>