Html Css Color HEX #C9201A Harley Davidson Orange
📋 copy color: '#C9201A'red 201 ◦ green 32 ◦ blue 26
Shades of Harley Davidson Orange #C9201A
Tints of Harley Davidson Orange #C9201A
RGB
CMYK
RGB Variations
Color information
#C9201A (or 0xC9201A) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 1A. RGB value is (201,32,26). Sum of RGB (Red+Green+Blue) = 201+32+26=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C9201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9201A is #36DFE5. Grayscale: #525252. Windows color (decimal): -3596262 or 1712329. OLE color: 1712329.
HSL color Cylindrical-coordinate representation of color #C9201A: hue angle of 2.06º 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 #C9201A is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 26 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.21 |
| HSL | 2.06º | 0.77% | 0.45% | - |
| HSV(B) | 2.06º | 0.87% | 0.79% | - |
| XYZ | 24.79 | 13.53 | 2.28 | - |
| YUV | 81.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 26 | 0 | 0.84 | 0.87 | 0.21 | 2.06 | 0.77 | 0.45 |
| Hex | C9 | 20 | 1A | 0 | 54 | 57 | 15 | 2 | 4D | 2D |
| Octal | 311 | 40 | 32 | 0 | 124 | 127 | 25 | 2 | 115 | 55 |
| Binary | 11001001 | 100000 | 11010 | 0 | 1010100 | 1010111 | 10101 | 10 | 1001101 | 101101 |
Color Harmonies of #C9201A
Complementary color
Monochromatic Colors of #C9201A
Black with #C9201A
Text Example
Text Example
White with #C9201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9201A; }
p { color: rgb(201,32,26); }
H1.HeaderClassName
{
color: #C9201A;
}
.AnyTagClassName
{
color: #C9201A;
}
</style>
background-color css
<style>
a { background-color: #C9201A; }
a { background-color: rgb(201,32,26); }
div.DivClassName
{
background-color: #C9201A;
}
.BgClassName
{
background-color: #C9201A;
}
</style>
border-color css
<style>
span { border-color: #C9201A; }
span { border-color: rgb(201,32,26); }
td.TdClassName
{
border-color: #C9201A;
}
.TagClassName
{
border-color: #C9201A;
}
</style>