Html Css Color HEX #C5301F Harley Davidson Orange
📋 copy color: '#C5301F'red 197 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #C5301F
Tints of Harley Davidson Orange #C5301F
RGB
CMYK
RGB Variations
Color information
#C5301F (or 0xC5301F) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 1F. RGB value is (197,48,31). Sum of RGB (Red+Green+Blue) = 197+48+31=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5301F is #3ACFE0. Grayscale: #5A5A5A. Windows color (decimal): -3854305 or 2044101. OLE color: 2044101.
HSL color Cylindrical-coordinate representation of color #C5301F: hue angle of 6.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5301F is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 31 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.23 |
| HSL | 6.14º | 0.73% | 0.45% | - |
| HSV(B) | 6.14º | 0.84% | 0.77% | - |
| XYZ | 24.33 | 14.08 | 2.73 | - |
| YUV | 90.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 31 | 0 | 0.76 | 0.84 | 0.23 | 6.14 | 0.73 | 0.45 |
| Hex | C5 | 30 | 1F | 0 | 4C | 54 | 17 | 6 | 49 | 2D |
| Octal | 305 | 60 | 37 | 0 | 114 | 124 | 27 | 6 | 111 | 55 |
| Binary | 11000101 | 110000 | 11111 | 0 | 1001100 | 1010100 | 10111 | 110 | 1001001 | 101101 |
Color Harmonies of #C5301F
Complementary color
Monochromatic Colors of #C5301F
Black with #C5301F
Text Example
Text Example
White with #C5301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5301F; }
p { color: rgb(197,48,31); }
H1.HeaderClassName
{
color: #C5301F;
}
.AnyTagClassName
{
color: #C5301F;
}
</style>
background-color css
<style>
a { background-color: #C5301F; }
a { background-color: rgb(197,48,31); }
div.DivClassName
{
background-color: #C5301F;
}
.BgClassName
{
background-color: #C5301F;
}
</style>
border-color css
<style>
span { border-color: #C5301F; }
span { border-color: rgb(197,48,31); }
td.TdClassName
{
border-color: #C5301F;
}
.TagClassName
{
border-color: #C5301F;
}
</style>