Html Css Color HEX #C9390A Harley Davidson Orange
📋 copy color: '#C9390A'red 201 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #C9390A
Tints of Harley Davidson Orange #C9390A
RGB
CMYK
RGB Variations
Color information
#C9390A (or 0xC9390A) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 0A. RGB value is (201,57,10). Sum of RGB (Red+Green+Blue) = 201+57+10=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9390A is #36C6F5. Grayscale: #5F5F5F. Windows color (decimal): -3589878 or 670153. OLE color: 670153.
HSL color Cylindrical-coordinate representation of color #C9390A: hue angle of 14.76º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9390A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.21 |
| HSL | 14.76º | 0.91% | 0.41% | - |
| HSV(B) | 14.76º | 0.95% | 0.79% | - |
| XYZ | 25.61 | 15.37 | 1.9 | - |
| YUV | 94.7 | 80.21 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 10 | 0 | 0.72 | 0.95 | 0.21 | 14.76 | 0.91 | 0.41 |
| Hex | C9 | 39 | A | 0 | 48 | 5F | 15 | F | 5B | 29 |
| Octal | 311 | 71 | 12 | 0 | 110 | 137 | 25 | 17 | 133 | 51 |
| Binary | 11001001 | 111001 | 1010 | 0 | 1001000 | 1011111 | 10101 | 1111 | 1011011 | 101001 |
Color Harmonies of #C9390A
Complementary color
Monochromatic Colors of #C9390A
Black with #C9390A
Text Example
Text Example
White with #C9390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9390A; }
p { color: rgb(201,57,10); }
H1.HeaderClassName
{
color: #C9390A;
}
.AnyTagClassName
{
color: #C9390A;
}
</style>
background-color css
<style>
a { background-color: #C9390A; }
a { background-color: rgb(201,57,10); }
div.DivClassName
{
background-color: #C9390A;
}
.BgClassName
{
background-color: #C9390A;
}
</style>
border-color css
<style>
span { border-color: #C9390A; }
span { border-color: rgb(201,57,10); }
td.TdClassName
{
border-color: #C9390A;
}
.TagClassName
{
border-color: #C9390A;
}
</style>