Html Css Color HEX #C9320C Harley Davidson Orange
📋 copy color: '#C9320C'red 201 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #C9320C
Tints of Harley Davidson Orange #C9320C
RGB
CMYK
RGB Variations
Color information
#C9320C (or 0xC9320C) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 0C. RGB value is (201,50,12). Sum of RGB (Red+Green+Blue) = 201+50+12=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C9320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9320C is #36CDF3. Grayscale: #5B5B5B. Windows color (decimal): -3591668 or 799433. OLE color: 799433.
HSL color Cylindrical-coordinate representation of color #C9320C: hue angle of 12.06º 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 #C9320C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.21 |
| HSL | 12.06º | 0.89% | 0.42% | - |
| HSV(B) | 12.06º | 0.94% | 0.79% | - |
| XYZ | 25.29 | 14.73 | 1.86 | - |
| YUV | 90.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 12 | 0 | 0.75 | 0.94 | 0.21 | 12.06 | 0.89 | 0.42 |
| Hex | C9 | 32 | C | 0 | 4B | 5E | 15 | C | 59 | 2A |
| Octal | 311 | 62 | 14 | 0 | 113 | 136 | 25 | 14 | 131 | 52 |
| Binary | 11001001 | 110010 | 1100 | 0 | 1001011 | 1011110 | 10101 | 1100 | 1011001 | 101010 |
Color Harmonies of #C9320C
Complementary color
Monochromatic Colors of #C9320C
Black with #C9320C
Text Example
Text Example
White with #C9320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9320C; }
p { color: rgb(201,50,12); }
H1.HeaderClassName
{
color: #C9320C;
}
.AnyTagClassName
{
color: #C9320C;
}
</style>
background-color css
<style>
a { background-color: #C9320C; }
a { background-color: rgb(201,50,12); }
div.DivClassName
{
background-color: #C9320C;
}
.BgClassName
{
background-color: #C9320C;
}
</style>
border-color css
<style>
span { border-color: #C9320C; }
span { border-color: rgb(201,50,12); }
td.TdClassName
{
border-color: #C9320C;
}
.TagClassName
{
border-color: #C9320C;
}
</style>