Html Css Color HEX #C5280C Harley Davidson Orange
📋 copy color: '#C5280C'red 197 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #C5280C
Tints of Harley Davidson Orange #C5280C
RGB
CMYK
RGB Variations
Color information
#C5280C (or 0xC5280C) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 0C. RGB value is (197,40,12). Sum of RGB (Red+Green+Blue) = 197+40+12=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C5280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5280C is #3AD7F3. Grayscale: #545454. Windows color (decimal): -3856372 or 796869. OLE color: 796869.
HSL color Cylindrical-coordinate representation of color #C5280C: hue angle of 9.08º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5280C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.23 |
| HSL | 9.08º | 0.89% | 0.41% | - |
| HSV(B) | 9.08º | 0.94% | 0.77% | - |
| XYZ | 23.85 | 13.41 | 1.68 | - |
| YUV | 83.75 | 87.51 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 12 | 0 | 0.80 | 0.94 | 0.23 | 9.08 | 0.89 | 0.41 |
| Hex | C5 | 28 | C | 0 | 50 | 5E | 17 | 9 | 59 | 29 |
| Octal | 305 | 50 | 14 | 0 | 120 | 136 | 27 | 11 | 131 | 51 |
| Binary | 11000101 | 101000 | 1100 | 0 | 1010000 | 1011110 | 10111 | 1001 | 1011001 | 101001 |
Color Harmonies of #C5280C
Complementary color
Monochromatic Colors of #C5280C
Black with #C5280C
Text Example
Text Example
White with #C5280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5280C; }
p { color: rgb(197,40,12); }
H1.HeaderClassName
{
color: #C5280C;
}
.AnyTagClassName
{
color: #C5280C;
}
</style>
background-color css
<style>
a { background-color: #C5280C; }
a { background-color: rgb(197,40,12); }
div.DivClassName
{
background-color: #C5280C;
}
.BgClassName
{
background-color: #C5280C;
}
</style>
border-color css
<style>
span { border-color: #C5280C; }
span { border-color: rgb(197,40,12); }
td.TdClassName
{
border-color: #C5280C;
}
.TagClassName
{
border-color: #C5280C;
}
</style>