Html Css Color HEX #C5401E Harley Davidson Orange
📋 copy color: '#C5401E'red 197 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #C5401E
Tints of Harley Davidson Orange #C5401E
RGB
CMYK
RGB Variations
Color information
#C5401E (or 0xC5401E) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 1E. RGB value is (197,64,30). Sum of RGB (Red+Green+Blue) = 197+64+30=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5401E is #3ABFE1. Grayscale: #646464. Windows color (decimal): -3850210 or 1982661. OLE color: 1982661.
HSL color Cylindrical-coordinate representation of color #C5401E: hue angle of 12.22º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5401E is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 30 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.23 |
| HSL | 12.22º | 0.74% | 0.45% | - |
| HSV(B) | 12.22º | 0.85% | 0.77% | - |
| XYZ | 25.09 | 15.63 | 2.92 | - |
| YUV | 99.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 30 | 0 | 0.68 | 0.85 | 0.23 | 12.22 | 0.74 | 0.45 |
| Hex | C5 | 40 | 1E | 0 | 44 | 55 | 17 | C | 4A | 2D |
| Octal | 305 | 100 | 36 | 0 | 104 | 125 | 27 | 14 | 112 | 55 |
| Binary | 11000101 | 1000000 | 11110 | 0 | 1000100 | 1010101 | 10111 | 1100 | 1001010 | 101101 |
Color Harmonies of #C5401E
Complementary color
Monochromatic Colors of #C5401E
Black with #C5401E
Text Example
Text Example
White with #C5401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5401E; }
p { color: rgb(197,64,30); }
H1.HeaderClassName
{
color: #C5401E;
}
.AnyTagClassName
{
color: #C5401E;
}
</style>
background-color css
<style>
a { background-color: #C5401E; }
a { background-color: rgb(197,64,30); }
div.DivClassName
{
background-color: #C5401E;
}
.BgClassName
{
background-color: #C5401E;
}
</style>
border-color css
<style>
span { border-color: #C5401E; }
span { border-color: rgb(197,64,30); }
td.TdClassName
{
border-color: #C5401E;
}
.TagClassName
{
border-color: #C5401E;
}
</style>