Html Css Color HEX #C5361A Harley Davidson Orange
📋 copy color: '#C5361A'red 197 ◦ green 54 ◦ blue 26
Shades of Harley Davidson Orange #C5361A
Tints of Harley Davidson Orange #C5361A
RGB
CMYK
RGB Variations
Color information
#C5361A (or 0xC5361A) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 1A. RGB value is (197,54,26). Sum of RGB (Red+Green+Blue) = 197+54+26=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5361A is #3AC9E5. Grayscale: #5D5D5D. Windows color (decimal): -3852774 or 1717957. OLE color: 1717957.
HSL color Cylindrical-coordinate representation of color #C5361A: hue angle of 9.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5361A is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 26 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.23 |
| HSL | 9.82º | 0.77% | 0.44% | - |
| HSV(B) | 9.82º | 0.87% | 0.77% | - |
| XYZ | 24.53 | 14.58 | 2.5 | - |
| YUV | 93.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 26 | 0 | 0.73 | 0.87 | 0.23 | 9.82 | 0.77 | 0.44 |
| Hex | C5 | 36 | 1A | 0 | 49 | 57 | 17 | A | 4D | 2C |
| Octal | 305 | 66 | 32 | 0 | 111 | 127 | 27 | 12 | 115 | 54 |
| Binary | 11000101 | 110110 | 11010 | 0 | 1001001 | 1010111 | 10111 | 1010 | 1001101 | 101100 |
Color Harmonies of #C5361A
Complementary color
Monochromatic Colors of #C5361A
Black with #C5361A
Text Example
Text Example
White with #C5361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5361A; }
p { color: rgb(197,54,26); }
H1.HeaderClassName
{
color: #C5361A;
}
.AnyTagClassName
{
color: #C5361A;
}
</style>
background-color css
<style>
a { background-color: #C5361A; }
a { background-color: rgb(197,54,26); }
div.DivClassName
{
background-color: #C5361A;
}
.BgClassName
{
background-color: #C5361A;
}
</style>
border-color css
<style>
span { border-color: #C5361A; }
span { border-color: rgb(197,54,26); }
td.TdClassName
{
border-color: #C5361A;
}
.TagClassName
{
border-color: #C5361A;
}
</style>