Html Css Color HEX #C5391E Harley Davidson Orange
📋 copy color: '#C5391E'red 197 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #C5391E
Tints of Harley Davidson Orange #C5391E
RGB
CMYK
RGB Variations
Color information
#C5391E (or 0xC5391E) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 1E. RGB value is (197,57,30). Sum of RGB (Red+Green+Blue) = 197+57+30=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C5391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5391E is #3AC6E1. Grayscale: #606060. Windows color (decimal): -3852002 or 1980869. OLE color: 1980869.
HSL color Cylindrical-coordinate representation of color #C5391E: hue angle of 9.7º 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 #C5391E is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 30 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.23 |
| HSL | 9.7º | 0.74% | 0.45% | - |
| HSV(B) | 9.7º | 0.85% | 0.77% | - |
| XYZ | 24.72 | 14.89 | 2.8 | - |
| YUV | 95.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 30 | 0 | 0.71 | 0.85 | 0.23 | 9.7 | 0.74 | 0.45 |
| Hex | C5 | 39 | 1E | 0 | 47 | 55 | 17 | A | 4A | 2D |
| Octal | 305 | 71 | 36 | 0 | 107 | 125 | 27 | 12 | 112 | 55 |
| Binary | 11000101 | 111001 | 11110 | 0 | 1000111 | 1010101 | 10111 | 1010 | 1001010 | 101101 |
Color Harmonies of #C5391E
Complementary color
Monochromatic Colors of #C5391E
Black with #C5391E
Text Example
Text Example
White with #C5391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5391E; }
p { color: rgb(197,57,30); }
H1.HeaderClassName
{
color: #C5391E;
}
.AnyTagClassName
{
color: #C5391E;
}
</style>
background-color css
<style>
a { background-color: #C5391E; }
a { background-color: rgb(197,57,30); }
div.DivClassName
{
background-color: #C5391E;
}
.BgClassName
{
background-color: #C5391E;
}
</style>
border-color css
<style>
span { border-color: #C5391E; }
span { border-color: rgb(197,57,30); }
td.TdClassName
{
border-color: #C5391E;
}
.TagClassName
{
border-color: #C5391E;
}
</style>