Html Css Color HEX #C9360C Harley Davidson Orange
📋 copy color: '#C9360C'red 201 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #C9360C
Tints of Harley Davidson Orange #C9360C
RGB
CMYK
RGB Variations
Color information
#C9360C (or 0xC9360C) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 0C. RGB value is (201,54,12). Sum of RGB (Red+Green+Blue) = 201+54+12=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9360C is #36C9F3. Grayscale: #5D5D5D. Windows color (decimal): -3590644 or 800457. OLE color: 800457.
HSL color Cylindrical-coordinate representation of color #C9360C: hue angle of 13.33º degrees, saturation: 0.89, 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 #C9360C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.21 |
| HSL | 13.33º | 0.89% | 0.42% | - |
| HSV(B) | 13.33º | 0.94% | 0.79% | - |
| XYZ | 25.47 | 15.08 | 1.92 | - |
| YUV | 93.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 12 | 0 | 0.73 | 0.94 | 0.21 | 13.33 | 0.89 | 0.42 |
| Hex | C9 | 36 | C | 0 | 49 | 5E | 15 | D | 59 | 2A |
| Octal | 311 | 66 | 14 | 0 | 111 | 136 | 25 | 15 | 131 | 52 |
| Binary | 11001001 | 110110 | 1100 | 0 | 1001001 | 1011110 | 10101 | 1101 | 1011001 | 101010 |
Color Harmonies of #C9360C
Complementary color
Monochromatic Colors of #C9360C
Black with #C9360C
Text Example
Text Example
White with #C9360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9360C; }
p { color: rgb(201,54,12); }
H1.HeaderClassName
{
color: #C9360C;
}
.AnyTagClassName
{
color: #C9360C;
}
</style>
background-color css
<style>
a { background-color: #C9360C; }
a { background-color: rgb(201,54,12); }
div.DivClassName
{
background-color: #C9360C;
}
.BgClassName
{
background-color: #C9360C;
}
</style>
border-color css
<style>
span { border-color: #C9360C; }
span { border-color: rgb(201,54,12); }
td.TdClassName
{
border-color: #C9360C;
}
.TagClassName
{
border-color: #C9360C;
}
</style>