Html Css Color HEX #C5280A Harley Davidson Orange
📋 copy color: '#C5280A'red 197 ◦ green 40 ◦ blue 10
Shades of Harley Davidson Orange #C5280A
Tints of Harley Davidson Orange #C5280A
RGB
CMYK
RGB Variations
Color information
#C5280A (or 0xC5280A) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 0A. RGB value is (197,40,10). Sum of RGB (Red+Green+Blue) = 197+40+10=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5280A is #3AD7F5. Grayscale: #535353. Windows color (decimal): -3856374 or 665797. OLE color: 665797.
HSL color Cylindrical-coordinate representation of color #C5280A: hue angle of 9.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5280A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 10 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.23 |
| HSL | 9.63º | 0.9% | 0.41% | - |
| HSV(B) | 9.63º | 0.95% | 0.77% | - |
| XYZ | 23.84 | 13.41 | 1.62 | - |
| YUV | 83.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 10 | 0 | 0.80 | 0.95 | 0.23 | 9.63 | 0.9 | 0.41 |
| Hex | C5 | 28 | A | 0 | 50 | 5F | 17 | A | 5A | 29 |
| Octal | 305 | 50 | 12 | 0 | 120 | 137 | 27 | 12 | 132 | 51 |
| Binary | 11000101 | 101000 | 1010 | 0 | 1010000 | 1011111 | 10111 | 1010 | 1011010 | 101001 |
Color Harmonies of #C5280A
Complementary color
Monochromatic Colors of #C5280A
Black with #C5280A
Text Example
Text Example
White with #C5280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5280A; }
p { color: rgb(197,40,10); }
H1.HeaderClassName
{
color: #C5280A;
}
.AnyTagClassName
{
color: #C5280A;
}
</style>
background-color css
<style>
a { background-color: #C5280A; }
a { background-color: rgb(197,40,10); }
div.DivClassName
{
background-color: #C5280A;
}
.BgClassName
{
background-color: #C5280A;
}
</style>
border-color css
<style>
span { border-color: #C5280A; }
span { border-color: rgb(197,40,10); }
td.TdClassName
{
border-color: #C5280A;
}
.TagClassName
{
border-color: #C5280A;
}
</style>