Html Css Color HEX #C9461A Harley Davidson Orange
📋 copy color: '#C9461A'red 201 ◦ green 70 ◦ blue 26
Shades of Harley Davidson Orange #C9461A
Tints of Harley Davidson Orange #C9461A
RGB
CMYK
RGB Variations
Color information
#C9461A (or 0xC9461A) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 1A. RGB value is (201,70,26). Sum of RGB (Red+Green+Blue) = 201+70+26=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9461A is #36B9E5. Grayscale: #686868. Windows color (decimal): -3586534 or 1722057. OLE color: 1722057.
HSL color Cylindrical-coordinate representation of color #C9461A: hue angle of 15.09º 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 #C9461A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 26 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.21 |
| HSL | 15.09º | 0.77% | 0.45% | - |
| HSV(B) | 15.09º | 0.87% | 0.79% | - |
| XYZ | 26.46 | 16.87 | 2.84 | - |
| YUV | 104.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 26 | 0 | 0.65 | 0.87 | 0.21 | 15.09 | 0.77 | 0.45 |
| Hex | C9 | 46 | 1A | 0 | 41 | 57 | 15 | F | 4D | 2D |
| Octal | 311 | 106 | 32 | 0 | 101 | 127 | 25 | 17 | 115 | 55 |
| Binary | 11001001 | 1000110 | 11010 | 0 | 1000001 | 1010111 | 10101 | 1111 | 1001101 | 101101 |
Color Harmonies of #C9461A
Complementary color
Monochromatic Colors of #C9461A
Black with #C9461A
Text Example
Text Example
White with #C9461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9461A; }
p { color: rgb(201,70,26); }
H1.HeaderClassName
{
color: #C9461A;
}
.AnyTagClassName
{
color: #C9461A;
}
</style>
background-color css
<style>
a { background-color: #C9461A; }
a { background-color: rgb(201,70,26); }
div.DivClassName
{
background-color: #C9461A;
}
.BgClassName
{
background-color: #C9461A;
}
</style>
border-color css
<style>
span { border-color: #C9461A; }
span { border-color: rgb(201,70,26); }
td.TdClassName
{
border-color: #C9461A;
}
.TagClassName
{
border-color: #C9461A;
}
</style>