Html Css Color HEX #C9390D Harley Davidson Orange
📋 copy color: '#C9390D'red 201 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #C9390D
Tints of Harley Davidson Orange #C9390D
RGB
CMYK
RGB Variations
Color information
#C9390D (or 0xC9390D) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 0D. RGB value is (201,57,13). Sum of RGB (Red+Green+Blue) = 201+57+13=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C9390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9390D is #36C6F2. Grayscale: #5F5F5F. Windows color (decimal): -3589875 or 866761. OLE color: 866761.
HSL color Cylindrical-coordinate representation of color #C9390D: hue angle of 14.04º degrees, saturation: 0.88, 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 #C9390D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.21 |
| HSL | 14.04º | 0.88% | 0.42% | - |
| HSV(B) | 14.04º | 0.94% | 0.79% | - |
| XYZ | 25.62 | 15.37 | 2 | - |
| YUV | 95.04 | 81.71 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 13 | 0 | 0.72 | 0.94 | 0.21 | 14.04 | 0.88 | 0.42 |
| Hex | C9 | 39 | D | 0 | 48 | 5E | 15 | E | 58 | 2A |
| Octal | 311 | 71 | 15 | 0 | 110 | 136 | 25 | 16 | 130 | 52 |
| Binary | 11001001 | 111001 | 1101 | 0 | 1001000 | 1011110 | 10101 | 1110 | 1011000 | 101010 |
Color Harmonies of #C9390D
Complementary color
Monochromatic Colors of #C9390D
Black with #C9390D
Text Example
Text Example
White with #C9390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9390D; }
p { color: rgb(201,57,13); }
H1.HeaderClassName
{
color: #C9390D;
}
.AnyTagClassName
{
color: #C9390D;
}
</style>
background-color css
<style>
a { background-color: #C9390D; }
a { background-color: rgb(201,57,13); }
div.DivClassName
{
background-color: #C9390D;
}
.BgClassName
{
background-color: #C9390D;
}
</style>
border-color css
<style>
span { border-color: #C9390D; }
span { border-color: rgb(201,57,13); }
td.TdClassName
{
border-color: #C9390D;
}
.TagClassName
{
border-color: #C9390D;
}
</style>