Html Css Color HEX #C9311A Harley Davidson Orange
📋 copy color: '#C9311A'red 201 ◦ green 49 ◦ blue 26
Shades of Harley Davidson Orange #C9311A
Tints of Harley Davidson Orange #C9311A
RGB
CMYK
RGB Variations
Color information
#C9311A (or 0xC9311A) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 1A. RGB value is (201,49,26). Sum of RGB (Red+Green+Blue) = 201+49+26=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C9311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9311A is #36CEE5. Grayscale: #5C5C5C. Windows color (decimal): -3591910 or 1716681. OLE color: 1716681.
HSL color Cylindrical-coordinate representation of color #C9311A: hue angle of 7.89º 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 #C9311A is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 26 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.21 |
| HSL | 7.89º | 0.77% | 0.45% | - |
| HSV(B) | 7.89º | 0.87% | 0.79% | - |
| XYZ | 25.37 | 14.69 | 2.48 | - |
| YUV | 91.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 26 | 0 | 0.76 | 0.87 | 0.21 | 7.89 | 0.77 | 0.45 |
| Hex | C9 | 31 | 1A | 0 | 4C | 57 | 15 | 8 | 4D | 2D |
| Octal | 311 | 61 | 32 | 0 | 114 | 127 | 25 | 10 | 115 | 55 |
| Binary | 11001001 | 110001 | 11010 | 0 | 1001100 | 1010111 | 10101 | 1000 | 1001101 | 101101 |
Color Harmonies of #C9311A
Complementary color
Monochromatic Colors of #C9311A
Black with #C9311A
Text Example
Text Example
White with #C9311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9311A; }
p { color: rgb(201,49,26); }
H1.HeaderClassName
{
color: #C9311A;
}
.AnyTagClassName
{
color: #C9311A;
}
</style>
background-color css
<style>
a { background-color: #C9311A; }
a { background-color: rgb(201,49,26); }
div.DivClassName
{
background-color: #C9311A;
}
.BgClassName
{
background-color: #C9311A;
}
</style>
border-color css
<style>
span { border-color: #C9311A; }
span { border-color: rgb(201,49,26); }
td.TdClassName
{
border-color: #C9311A;
}
.TagClassName
{
border-color: #C9311A;
}
</style>