Html Css Color HEX #C9390F Harley Davidson Orange
📋 copy color: '#C9390F'red 201 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #C9390F
Tints of Harley Davidson Orange #C9390F
RGB
CMYK
RGB Variations
Color information
#C9390F (or 0xC9390F) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 0F. RGB value is (201,57,15). Sum of RGB (Red+Green+Blue) = 201+57+15=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C9390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9390F is #36C6F0. Grayscale: #5F5F5F. Windows color (decimal): -3589873 or 997833. OLE color: 997833.
HSL color Cylindrical-coordinate representation of color #C9390F: hue angle of 13.55º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9390F is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 15 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.21 |
| HSL | 13.55º | 0.86% | 0.42% | - |
| HSV(B) | 13.55º | 0.93% | 0.79% | - |
| XYZ | 25.64 | 15.38 | 2.07 | - |
| YUV | 95.27 | 82.71 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 15 | 0 | 0.72 | 0.93 | 0.21 | 13.55 | 0.86 | 0.42 |
| Hex | C9 | 39 | F | 0 | 48 | 5D | 15 | E | 56 | 2A |
| Octal | 311 | 71 | 17 | 0 | 110 | 135 | 25 | 16 | 126 | 52 |
| Binary | 11001001 | 111001 | 1111 | 0 | 1001000 | 1011101 | 10101 | 1110 | 1010110 | 101010 |
Color Harmonies of #C9390F
Complementary color
Monochromatic Colors of #C9390F
Black with #C9390F
Text Example
Text Example
White with #C9390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9390F; }
p { color: rgb(201,57,15); }
H1.HeaderClassName
{
color: #C9390F;
}
.AnyTagClassName
{
color: #C9390F;
}
</style>
background-color css
<style>
a { background-color: #C9390F; }
a { background-color: rgb(201,57,15); }
div.DivClassName
{
background-color: #C9390F;
}
.BgClassName
{
background-color: #C9390F;
}
</style>
border-color css
<style>
span { border-color: #C9390F; }
span { border-color: rgb(201,57,15); }
td.TdClassName
{
border-color: #C9390F;
}
.TagClassName
{
border-color: #C9390F;
}
</style>