Html Css Color HEX #C5401D Harley Davidson Orange
📋 copy color: '#C5401D'red 197 ◦ green 64 ◦ blue 29
Shades of Harley Davidson Orange #C5401D
Tints of Harley Davidson Orange #C5401D
RGB
CMYK
RGB Variations
Color information
#C5401D (or 0xC5401D) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 1D. RGB value is (197,64,29). Sum of RGB (Red+Green+Blue) = 197+64+29=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5401D is #3ABFE2. Grayscale: #646464. Windows color (decimal): -3850211 or 1917125. OLE color: 1917125.
HSL color Cylindrical-coordinate representation of color #C5401D: hue angle of 12.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5401D is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 29 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.23 |
| HSL | 12.5º | 0.74% | 0.44% | - |
| HSV(B) | 12.5º | 0.85% | 0.77% | - |
| XYZ | 25.08 | 15.63 | 2.86 | - |
| YUV | 99.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 29 | 0 | 0.68 | 0.85 | 0.23 | 12.5 | 0.74 | 0.44 |
| Hex | C5 | 40 | 1D | 0 | 44 | 55 | 17 | C | 4A | 2C |
| Octal | 305 | 100 | 35 | 0 | 104 | 125 | 27 | 14 | 112 | 54 |
| Binary | 11000101 | 1000000 | 11101 | 0 | 1000100 | 1010101 | 10111 | 1100 | 1001010 | 101100 |
Color Harmonies of #C5401D
Complementary color
Monochromatic Colors of #C5401D
Black with #C5401D
Text Example
Text Example
White with #C5401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5401D; }
p { color: rgb(197,64,29); }
H1.HeaderClassName
{
color: #C5401D;
}
.AnyTagClassName
{
color: #C5401D;
}
</style>
background-color css
<style>
a { background-color: #C5401D; }
a { background-color: rgb(197,64,29); }
div.DivClassName
{
background-color: #C5401D;
}
.BgClassName
{
background-color: #C5401D;
}
</style>
border-color css
<style>
span { border-color: #C5401D; }
span { border-color: rgb(197,64,29); }
td.TdClassName
{
border-color: #C5401D;
}
.TagClassName
{
border-color: #C5401D;
}
</style>