Html Css Color HEX #C5361E Harley Davidson Orange
📋 copy color: '#C5361E'red 197 ◦ green 54 ◦ blue 30
Shades of Harley Davidson Orange #C5361E
Tints of Harley Davidson Orange #C5361E
RGB
CMYK
RGB Variations
Color information
#C5361E (or 0xC5361E) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 1E. RGB value is (197,54,30). Sum of RGB (Red+Green+Blue) = 197+54+30=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5361E is #3AC9E1. Grayscale: #5E5E5E. Windows color (decimal): -3852770 or 1980101. OLE color: 1980101.
HSL color Cylindrical-coordinate representation of color #C5361E: hue angle of 8.62º 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 #C5361E is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 30 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.23 |
| HSL | 8.62º | 0.74% | 0.45% | - |
| HSV(B) | 8.62º | 0.85% | 0.77% | - |
| XYZ | 24.58 | 14.6 | 2.75 | - |
| YUV | 94.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 30 | 0 | 0.73 | 0.85 | 0.23 | 8.62 | 0.74 | 0.45 |
| Hex | C5 | 36 | 1E | 0 | 49 | 55 | 17 | 9 | 4A | 2D |
| Octal | 305 | 66 | 36 | 0 | 111 | 125 | 27 | 11 | 112 | 55 |
| Binary | 11000101 | 110110 | 11110 | 0 | 1001001 | 1010101 | 10111 | 1001 | 1001010 | 101101 |
Color Harmonies of #C5361E
Complementary color
Monochromatic Colors of #C5361E
Black with #C5361E
Text Example
Text Example
White with #C5361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5361E; }
p { color: rgb(197,54,30); }
H1.HeaderClassName
{
color: #C5361E;
}
.AnyTagClassName
{
color: #C5361E;
}
</style>
background-color css
<style>
a { background-color: #C5361E; }
a { background-color: rgb(197,54,30); }
div.DivClassName
{
background-color: #C5361E;
}
.BgClassName
{
background-color: #C5361E;
}
</style>
border-color css
<style>
span { border-color: #C5361E; }
span { border-color: rgb(197,54,30); }
td.TdClassName
{
border-color: #C5361E;
}
.TagClassName
{
border-color: #C5361E;
}
</style>