Html Css Color HEX #C9321A Harley Davidson Orange
📋 copy color: '#C9321A'red 201 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #C9321A
Tints of Harley Davidson Orange #C9321A
RGB
CMYK
RGB Variations
Color information
#C9321A (or 0xC9321A) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 1A. RGB value is (201,50,26). Sum of RGB (Red+Green+Blue) = 201+50+26=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C9321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9321A is #36CDE5. Grayscale: #5C5C5C. Windows color (decimal): -3591654 or 1716937. OLE color: 1716937.
HSL color Cylindrical-coordinate representation of color #C9321A: hue angle of 8.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9321A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.21 |
| HSL | 8.23º | 0.77% | 0.45% | - |
| HSV(B) | 8.23º | 0.87% | 0.79% | - |
| XYZ | 25.41 | 14.77 | 2.49 | - |
| YUV | 92.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 26 | 0 | 0.75 | 0.87 | 0.21 | 8.23 | 0.77 | 0.45 |
| Hex | C9 | 32 | 1A | 0 | 4B | 57 | 15 | 8 | 4D | 2D |
| Octal | 311 | 62 | 32 | 0 | 113 | 127 | 25 | 10 | 115 | 55 |
| Binary | 11001001 | 110010 | 11010 | 0 | 1001011 | 1010111 | 10101 | 1000 | 1001101 | 101101 |
Color Harmonies of #C9321A
Complementary color
Monochromatic Colors of #C9321A
Black with #C9321A
Text Example
Text Example
White with #C9321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9321A; }
p { color: rgb(201,50,26); }
H1.HeaderClassName
{
color: #C9321A;
}
.AnyTagClassName
{
color: #C9321A;
}
</style>
background-color css
<style>
a { background-color: #C9321A; }
a { background-color: rgb(201,50,26); }
div.DivClassName
{
background-color: #C9321A;
}
.BgClassName
{
background-color: #C9321A;
}
</style>
border-color css
<style>
span { border-color: #C9321A; }
span { border-color: rgb(201,50,26); }
td.TdClassName
{
border-color: #C9321A;
}
.TagClassName
{
border-color: #C9321A;
}
</style>