Html Css Color HEX #C9320A Harley Davidson Orange
📋 copy color: '#C9320A'red 201 ◦ green 50 ◦ blue 10
Shades of Harley Davidson Orange #C9320A
Tints of Harley Davidson Orange #C9320A
RGB
CMYK
RGB Variations
Color information
#C9320A (or 0xC9320A) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 0A. RGB value is (201,50,10). Sum of RGB (Red+Green+Blue) = 201+50+10=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C9320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9320A is #36CDF5. Grayscale: #5A5A5A. Windows color (decimal): -3591670 or 668361. OLE color: 668361.
HSL color Cylindrical-coordinate representation of color #C9320A: hue angle of 12.57º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9320A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.21 |
| HSL | 12.57º | 0.91% | 0.41% | - |
| HSV(B) | 12.57º | 0.95% | 0.79% | - |
| XYZ | 25.28 | 14.72 | 1.8 | - |
| YUV | 90.59 | 82.53 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 10 | 0 | 0.75 | 0.95 | 0.21 | 12.57 | 0.91 | 0.41 |
| Hex | C9 | 32 | A | 0 | 4B | 5F | 15 | D | 5B | 29 |
| Octal | 311 | 62 | 12 | 0 | 113 | 137 | 25 | 15 | 133 | 51 |
| Binary | 11001001 | 110010 | 1010 | 0 | 1001011 | 1011111 | 10101 | 1101 | 1011011 | 101001 |
Color Harmonies of #C9320A
Complementary color
Monochromatic Colors of #C9320A
Black with #C9320A
Text Example
Text Example
White with #C9320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9320A; }
p { color: rgb(201,50,10); }
H1.HeaderClassName
{
color: #C9320A;
}
.AnyTagClassName
{
color: #C9320A;
}
</style>
background-color css
<style>
a { background-color: #C9320A; }
a { background-color: rgb(201,50,10); }
div.DivClassName
{
background-color: #C9320A;
}
.BgClassName
{
background-color: #C9320A;
}
</style>
border-color css
<style>
span { border-color: #C9320A; }
span { border-color: rgb(201,50,10); }
td.TdClassName
{
border-color: #C9320A;
}
.TagClassName
{
border-color: #C9320A;
}
</style>