Html Css Color HEX #C9461E Harley Davidson Orange
📋 copy color: '#C9461E'red 201 ◦ green 70 ◦ blue 30
Shades of Harley Davidson Orange #C9461E
Tints of Harley Davidson Orange #C9461E
RGB
CMYK
RGB Variations
Color information
#C9461E (or 0xC9461E) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 1E. RGB value is (201,70,30). Sum of RGB (Red+Green+Blue) = 201+70+30=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9461E is #36B9E1. Grayscale: #686868. Windows color (decimal): -3586530 or 1984201. OLE color: 1984201.
HSL color Cylindrical-coordinate representation of color #C9461E: hue angle of 14.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9461E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 30 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.21 |
| HSL | 14.04º | 0.74% | 0.45% | - |
| HSV(B) | 14.04º | 0.85% | 0.79% | - |
| XYZ | 26.51 | 16.89 | 3.09 | - |
| YUV | 104.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 30 | 0 | 0.65 | 0.85 | 0.21 | 14.04 | 0.74 | 0.45 |
| Hex | C9 | 46 | 1E | 0 | 41 | 55 | 15 | E | 4A | 2D |
| Octal | 311 | 106 | 36 | 0 | 101 | 125 | 25 | 16 | 112 | 55 |
| Binary | 11001001 | 1000110 | 11110 | 0 | 1000001 | 1010101 | 10101 | 1110 | 1001010 | 101101 |
Color Harmonies of #C9461E
Complementary color
Monochromatic Colors of #C9461E
Black with #C9461E
Text Example
Text Example
White with #C9461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9461E; }
p { color: rgb(201,70,30); }
H1.HeaderClassName
{
color: #C9461E;
}
.AnyTagClassName
{
color: #C9461E;
}
</style>
background-color css
<style>
a { background-color: #C9461E; }
a { background-color: rgb(201,70,30); }
div.DivClassName
{
background-color: #C9461E;
}
.BgClassName
{
background-color: #C9461E;
}
</style>
border-color css
<style>
span { border-color: #C9461E; }
span { border-color: rgb(201,70,30); }
td.TdClassName
{
border-color: #C9461E;
}
.TagClassName
{
border-color: #C9461E;
}
</style>