Html Css Color HEX #C9461D Harley Davidson Orange
📋 copy color: '#C9461D'red 201 ◦ green 70 ◦ blue 29
Shades of Harley Davidson Orange #C9461D
Tints of Harley Davidson Orange #C9461D
RGB
CMYK
RGB Variations
Color information
#C9461D (or 0xC9461D) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 1D. RGB value is (201,70,29). Sum of RGB (Red+Green+Blue) = 201+70+29=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9461D is #36B9E2. Grayscale: #686868. Windows color (decimal): -3586531 or 1918665. OLE color: 1918665.
HSL color Cylindrical-coordinate representation of color #C9461D: hue angle of 14.3º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9461D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 29 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.21 |
| HSL | 14.3º | 0.75% | 0.45% | - |
| HSV(B) | 14.3º | 0.86% | 0.79% | - |
| XYZ | 26.5 | 16.89 | 3.03 | - |
| YUV | 104.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 29 | 0 | 0.65 | 0.86 | 0.21 | 14.3 | 0.75 | 0.45 |
| Hex | C9 | 46 | 1D | 0 | 41 | 56 | 15 | E | 4B | 2D |
| Octal | 311 | 106 | 35 | 0 | 101 | 126 | 25 | 16 | 113 | 55 |
| Binary | 11001001 | 1000110 | 11101 | 0 | 1000001 | 1010110 | 10101 | 1110 | 1001011 | 101101 |
Color Harmonies of #C9461D
Complementary color
Monochromatic Colors of #C9461D
Black with #C9461D
Text Example
Text Example
White with #C9461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9461D; }
p { color: rgb(201,70,29); }
H1.HeaderClassName
{
color: #C9461D;
}
.AnyTagClassName
{
color: #C9461D;
}
</style>
background-color css
<style>
a { background-color: #C9461D; }
a { background-color: rgb(201,70,29); }
div.DivClassName
{
background-color: #C9461D;
}
.BgClassName
{
background-color: #C9461D;
}
</style>
border-color css
<style>
span { border-color: #C9461D; }
span { border-color: rgb(201,70,29); }
td.TdClassName
{
border-color: #C9461D;
}
.TagClassName
{
border-color: #C9461D;
}
</style>