Html Css Color HEX #C9300C Harley Davidson Orange
📋 copy color: '#C9300C'red 201 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #C9300C
Tints of Harley Davidson Orange #C9300C
RGB
CMYK
RGB Variations
Color information
#C9300C (or 0xC9300C) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 0C. RGB value is (201,48,12). Sum of RGB (Red+Green+Blue) = 201+48+12=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C9300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9300C is #36CFF3. Grayscale: #595959. Windows color (decimal): -3592180 or 798921. OLE color: 798921.
HSL color Cylindrical-coordinate representation of color #C9300C: hue angle of 11.43º 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 #C9300C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.21 |
| HSL | 11.43º | 0.89% | 0.42% | - |
| HSV(B) | 11.43º | 0.94% | 0.79% | - |
| XYZ | 25.21 | 14.56 | 1.83 | - |
| YUV | 89.64 | 84.19 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 12 | 0 | 0.76 | 0.94 | 0.21 | 11.43 | 0.89 | 0.42 |
| Hex | C9 | 30 | C | 0 | 4C | 5E | 15 | B | 59 | 2A |
| Octal | 311 | 60 | 14 | 0 | 114 | 136 | 25 | 13 | 131 | 52 |
| Binary | 11001001 | 110000 | 1100 | 0 | 1001100 | 1011110 | 10101 | 1011 | 1011001 | 101010 |
Color Harmonies of #C9300C
Complementary color
Monochromatic Colors of #C9300C
Black with #C9300C
Text Example
Text Example
White with #C9300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9300C; }
p { color: rgb(201,48,12); }
H1.HeaderClassName
{
color: #C9300C;
}
.AnyTagClassName
{
color: #C9300C;
}
</style>
background-color css
<style>
a { background-color: #C9300C; }
a { background-color: rgb(201,48,12); }
div.DivClassName
{
background-color: #C9300C;
}
.BgClassName
{
background-color: #C9300C;
}
</style>
border-color css
<style>
span { border-color: #C9300C; }
span { border-color: rgb(201,48,12); }
td.TdClassName
{
border-color: #C9300C;
}
.TagClassName
{
border-color: #C9300C;
}
</style>