Html Css Color HEX #C9321D Harley Davidson Orange
📋 copy color: '#C9321D'red 201 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #C9321D
Tints of Harley Davidson Orange #C9321D
RGB
CMYK
RGB Variations
Color information
#C9321D (or 0xC9321D) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 1D. RGB value is (201,50,29). Sum of RGB (Red+Green+Blue) = 201+50+29=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9321D is #36CDE2. Grayscale: #5C5C5C. Windows color (decimal): -3591651 or 1913545. OLE color: 1913545.
HSL color Cylindrical-coordinate representation of color #C9321D: hue angle of 7.33º degrees, saturation: 0.75, 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 #C9321D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.21 |
| HSL | 7.33º | 0.75% | 0.45% | - |
| HSV(B) | 7.33º | 0.86% | 0.79% | - |
| XYZ | 25.45 | 14.79 | 2.68 | - |
| YUV | 92.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 29 | 0 | 0.75 | 0.86 | 0.21 | 7.33 | 0.75 | 0.45 |
| Hex | C9 | 32 | 1D | 0 | 4B | 56 | 15 | 7 | 4B | 2D |
| Octal | 311 | 62 | 35 | 0 | 113 | 126 | 25 | 7 | 113 | 55 |
| Binary | 11001001 | 110010 | 11101 | 0 | 1001011 | 1010110 | 10101 | 111 | 1001011 | 101101 |
Color Harmonies of #C9321D
Complementary color
Monochromatic Colors of #C9321D
Black with #C9321D
Text Example
Text Example
White with #C9321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9321D; }
p { color: rgb(201,50,29); }
H1.HeaderClassName
{
color: #C9321D;
}
.AnyTagClassName
{
color: #C9321D;
}
</style>
background-color css
<style>
a { background-color: #C9321D; }
a { background-color: rgb(201,50,29); }
div.DivClassName
{
background-color: #C9321D;
}
.BgClassName
{
background-color: #C9321D;
}
</style>
border-color css
<style>
span { border-color: #C9321D; }
span { border-color: rgb(201,50,29); }
td.TdClassName
{
border-color: #C9321D;
}
.TagClassName
{
border-color: #C9321D;
}
</style>