Html Css Color HEX #C5391D Harley Davidson Orange
📋 copy color: '#C5391D'red 197 ◦ green 57 ◦ blue 29
Shades of Harley Davidson Orange #C5391D
Tints of Harley Davidson Orange #C5391D
RGB
CMYK
RGB Variations
Color information
#C5391D (or 0xC5391D) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 1D. RGB value is (197,57,29). Sum of RGB (Red+Green+Blue) = 197+57+29=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5391D is #3AC6E2. Grayscale: #5F5F5F. Windows color (decimal): -3852003 or 1915333. OLE color: 1915333.
HSL color Cylindrical-coordinate representation of color #C5391D: hue angle of 10º 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 #C5391D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 29 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.23 |
| HSL | 10º | 0.74% | 0.44% | - |
| HSV(B) | 10º | 0.85% | 0.77% | - |
| XYZ | 24.71 | 14.89 | 2.73 | - |
| YUV | 95.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 29 | 0 | 0.71 | 0.85 | 0.23 | 10 | 0.74 | 0.44 |
| Hex | C5 | 39 | 1D | 0 | 47 | 55 | 17 | A | 4A | 2C |
| Octal | 305 | 71 | 35 | 0 | 107 | 125 | 27 | 12 | 112 | 54 |
| Binary | 11000101 | 111001 | 11101 | 0 | 1000111 | 1010101 | 10111 | 1010 | 1001010 | 101100 |
Color Harmonies of #C5391D
Complementary color
Monochromatic Colors of #C5391D
Black with #C5391D
Text Example
Text Example
White with #C5391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5391D; }
p { color: rgb(197,57,29); }
H1.HeaderClassName
{
color: #C5391D;
}
.AnyTagClassName
{
color: #C5391D;
}
</style>
background-color css
<style>
a { background-color: #C5391D; }
a { background-color: rgb(197,57,29); }
div.DivClassName
{
background-color: #C5391D;
}
.BgClassName
{
background-color: #C5391D;
}
</style>
border-color css
<style>
span { border-color: #C5391D; }
span { border-color: rgb(197,57,29); }
td.TdClassName
{
border-color: #C5391D;
}
.TagClassName
{
border-color: #C5391D;
}
</style>