Html Css Color HEX #C9390B Harley Davidson Orange
📋 copy color: '#C9390B'red 201 ◦ green 57 ◦ blue 11
Shades of Harley Davidson Orange #C9390B
Tints of Harley Davidson Orange #C9390B
RGB
CMYK
RGB Variations
Color information
#C9390B (or 0xC9390B) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 0B. RGB value is (201,57,11). Sum of RGB (Red+Green+Blue) = 201+57+11=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9390B is #36C6F4. Grayscale: #5F5F5F. Windows color (decimal): -3589877 or 735689. OLE color: 735689.
HSL color Cylindrical-coordinate representation of color #C9390B: hue angle of 14.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9390B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.21 |
| HSL | 14.53º | 0.9% | 0.42% | - |
| HSV(B) | 14.53º | 0.95% | 0.79% | - |
| XYZ | 25.61 | 15.37 | 1.93 | - |
| YUV | 94.81 | 80.71 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 11 | 0 | 0.72 | 0.95 | 0.21 | 14.53 | 0.9 | 0.42 |
| Hex | C9 | 39 | B | 0 | 48 | 5F | 15 | F | 5A | 2A |
| Octal | 311 | 71 | 13 | 0 | 110 | 137 | 25 | 17 | 132 | 52 |
| Binary | 11001001 | 111001 | 1011 | 0 | 1001000 | 1011111 | 10101 | 1111 | 1011010 | 101010 |
Color Harmonies of #C9390B
Complementary color
Monochromatic Colors of #C9390B
Black with #C9390B
Text Example
Text Example
White with #C9390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9390B; }
p { color: rgb(201,57,11); }
H1.HeaderClassName
{
color: #C9390B;
}
.AnyTagClassName
{
color: #C9390B;
}
</style>
background-color css
<style>
a { background-color: #C9390B; }
a { background-color: rgb(201,57,11); }
div.DivClassName
{
background-color: #C9390B;
}
.BgClassName
{
background-color: #C9390B;
}
</style>
border-color css
<style>
span { border-color: #C9390B; }
span { border-color: rgb(201,57,11); }
td.TdClassName
{
border-color: #C9390B;
}
.TagClassName
{
border-color: #C9390B;
}
</style>