Html Css Color HEX #C5301C Harley Davidson Orange
📋 copy color: '#C5301C'red 197 ◦ green 48 ◦ blue 28
Shades of Harley Davidson Orange #C5301C
Tints of Harley Davidson Orange #C5301C
RGB
CMYK
RGB Variations
Color information
#C5301C (or 0xC5301C) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 1C. RGB value is (197,48,28). Sum of RGB (Red+Green+Blue) = 197+48+28=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5301C is #3ACFE3. Grayscale: #5A5A5A. Windows color (decimal): -3854308 or 1847493. OLE color: 1847493.
HSL color Cylindrical-coordinate representation of color #C5301C: hue angle of 7.1º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5301C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 28 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.23 |
| HSL | 7.1º | 0.75% | 0.44% | - |
| HSV(B) | 7.1º | 0.86% | 0.77% | - |
| XYZ | 24.29 | 14.07 | 2.53 | - |
| YUV | 90.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 28 | 0 | 0.76 | 0.86 | 0.23 | 7.1 | 0.75 | 0.44 |
| Hex | C5 | 30 | 1C | 0 | 4C | 56 | 17 | 7 | 4B | 2C |
| Octal | 305 | 60 | 34 | 0 | 114 | 126 | 27 | 7 | 113 | 54 |
| Binary | 11000101 | 110000 | 11100 | 0 | 1001100 | 1010110 | 10111 | 111 | 1001011 | 101100 |
Color Harmonies of #C5301C
Complementary color
Monochromatic Colors of #C5301C
Black with #C5301C
Text Example
Text Example
White with #C5301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5301C; }
p { color: rgb(197,48,28); }
H1.HeaderClassName
{
color: #C5301C;
}
.AnyTagClassName
{
color: #C5301C;
}
</style>
background-color css
<style>
a { background-color: #C5301C; }
a { background-color: rgb(197,48,28); }
div.DivClassName
{
background-color: #C5301C;
}
.BgClassName
{
background-color: #C5301C;
}
</style>
border-color css
<style>
span { border-color: #C5301C; }
span { border-color: rgb(197,48,28); }
td.TdClassName
{
border-color: #C5301C;
}
.TagClassName
{
border-color: #C5301C;
}
</style>