Html Css Color HEX #C9321C Harley Davidson Orange
📋 copy color: '#C9321C'red 201 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #C9321C
Tints of Harley Davidson Orange #C9321C
RGB
CMYK
RGB Variations
Color information
#C9321C (or 0xC9321C) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 1C. RGB value is (201,50,28). Sum of RGB (Red+Green+Blue) = 201+50+28=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9321C is #36CDE3. Grayscale: #5C5C5C. Windows color (decimal): -3591652 or 1848009. OLE color: 1848009.
HSL color Cylindrical-coordinate representation of color #C9321C: hue angle of 7.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9321C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.21 |
| HSL | 7.63º | 0.76% | 0.45% | - |
| HSV(B) | 7.63º | 0.86% | 0.79% | - |
| XYZ | 25.44 | 14.78 | 2.61 | - |
| YUV | 92.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 28 | 0 | 0.75 | 0.86 | 0.21 | 7.63 | 0.76 | 0.45 |
| Hex | C9 | 32 | 1C | 0 | 4B | 56 | 15 | 8 | 4C | 2D |
| Octal | 311 | 62 | 34 | 0 | 113 | 126 | 25 | 10 | 114 | 55 |
| Binary | 11001001 | 110010 | 11100 | 0 | 1001011 | 1010110 | 10101 | 1000 | 1001100 | 101101 |
Color Harmonies of #C9321C
Complementary color
Monochromatic Colors of #C9321C
Black with #C9321C
Text Example
Text Example
White with #C9321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9321C; }
p { color: rgb(201,50,28); }
H1.HeaderClassName
{
color: #C9321C;
}
.AnyTagClassName
{
color: #C9321C;
}
</style>
background-color css
<style>
a { background-color: #C9321C; }
a { background-color: rgb(201,50,28); }
div.DivClassName
{
background-color: #C9321C;
}
.BgClassName
{
background-color: #C9321C;
}
</style>
border-color css
<style>
span { border-color: #C9321C; }
span { border-color: rgb(201,50,28); }
td.TdClassName
{
border-color: #C9321C;
}
.TagClassName
{
border-color: #C9321C;
}
</style>