Html Css Color HEX #C9360B Harley Davidson Orange
📋 copy color: '#C9360B'red 201 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #C9360B
Tints of Harley Davidson Orange #C9360B
RGB
CMYK
RGB Variations
Color information
#C9360B (or 0xC9360B) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 0B. RGB value is (201,54,11). Sum of RGB (Red+Green+Blue) = 201+54+11=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9360B is #36C9F4. Grayscale: #5D5D5D. Windows color (decimal): -3590645 or 734921. OLE color: 734921.
HSL color Cylindrical-coordinate representation of color #C9360B: hue angle of 13.58º 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 #C9360B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.21 |
| HSL | 13.58º | 0.9% | 0.42% | - |
| HSV(B) | 13.58º | 0.95% | 0.79% | - |
| XYZ | 25.47 | 15.08 | 1.89 | - |
| YUV | 93.05 | 81.7 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 11 | 0 | 0.73 | 0.95 | 0.21 | 13.58 | 0.9 | 0.42 |
| Hex | C9 | 36 | B | 0 | 49 | 5F | 15 | E | 5A | 2A |
| Octal | 311 | 66 | 13 | 0 | 111 | 137 | 25 | 16 | 132 | 52 |
| Binary | 11001001 | 110110 | 1011 | 0 | 1001001 | 1011111 | 10101 | 1110 | 1011010 | 101010 |
Color Harmonies of #C9360B
Complementary color
Monochromatic Colors of #C9360B
Black with #C9360B
Text Example
Text Example
White with #C9360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9360B; }
p { color: rgb(201,54,11); }
H1.HeaderClassName
{
color: #C9360B;
}
.AnyTagClassName
{
color: #C9360B;
}
</style>
background-color css
<style>
a { background-color: #C9360B; }
a { background-color: rgb(201,54,11); }
div.DivClassName
{
background-color: #C9360B;
}
.BgClassName
{
background-color: #C9360B;
}
</style>
border-color css
<style>
span { border-color: #C9360B; }
span { border-color: rgb(201,54,11); }
td.TdClassName
{
border-color: #C9360B;
}
.TagClassName
{
border-color: #C9360B;
}
</style>