Html Css Color HEX #C9321B Harley Davidson Orange
📋 copy color: '#C9321B'red 201 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #C9321B
Tints of Harley Davidson Orange #C9321B
RGB
CMYK
RGB Variations
Color information
#C9321B (or 0xC9321B) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 1B. RGB value is (201,50,27). Sum of RGB (Red+Green+Blue) = 201+50+27=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9321B is #36CDE4. Grayscale: #5C5C5C. Windows color (decimal): -3591653 or 1782473. OLE color: 1782473.
HSL color Cylindrical-coordinate representation of color #C9321B: hue angle of 7.93º degrees, saturation: 0.76, 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 #C9321B is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 27 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.21 |
| HSL | 7.93º | 0.76% | 0.45% | - |
| HSV(B) | 7.93º | 0.87% | 0.79% | - |
| XYZ | 25.43 | 14.78 | 2.55 | - |
| YUV | 92.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 27 | 0 | 0.75 | 0.87 | 0.21 | 7.93 | 0.76 | 0.45 |
| Hex | C9 | 32 | 1B | 0 | 4B | 57 | 15 | 8 | 4C | 2D |
| Octal | 311 | 62 | 33 | 0 | 113 | 127 | 25 | 10 | 114 | 55 |
| Binary | 11001001 | 110010 | 11011 | 0 | 1001011 | 1010111 | 10101 | 1000 | 1001100 | 101101 |
Color Harmonies of #C9321B
Complementary color
Monochromatic Colors of #C9321B
Black with #C9321B
Text Example
Text Example
White with #C9321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9321B; }
p { color: rgb(201,50,27); }
H1.HeaderClassName
{
color: #C9321B;
}
.AnyTagClassName
{
color: #C9321B;
}
</style>
background-color css
<style>
a { background-color: #C9321B; }
a { background-color: rgb(201,50,27); }
div.DivClassName
{
background-color: #C9321B;
}
.BgClassName
{
background-color: #C9321B;
}
</style>
border-color css
<style>
span { border-color: #C9321B; }
span { border-color: rgb(201,50,27); }
td.TdClassName
{
border-color: #C9321B;
}
.TagClassName
{
border-color: #C9321B;
}
</style>