Html Css Color HEX #C5280E Harley Davidson Orange
📋 copy color: '#C5280E'red 197 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #C5280E
Tints of Harley Davidson Orange #C5280E
RGB
CMYK
RGB Variations
Color information
#C5280E (or 0xC5280E) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 0E. RGB value is (197,40,14). Sum of RGB (Red+Green+Blue) = 197+40+14=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C5280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5280E is #3AD7F1. Grayscale: #545454. Windows color (decimal): -3856370 or 927941. OLE color: 927941.
HSL color Cylindrical-coordinate representation of color #C5280E: hue angle of 8.52º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5280E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 14 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.23 |
| HSL | 8.52º | 0.87% | 0.41% | - |
| HSV(B) | 8.52º | 0.93% | 0.77% | - |
| XYZ | 23.86 | 13.42 | 1.75 | - |
| YUV | 83.98 | 88.51 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 14 | 0 | 0.80 | 0.93 | 0.23 | 8.52 | 0.87 | 0.41 |
| Hex | C5 | 28 | E | 0 | 50 | 5D | 17 | 9 | 57 | 29 |
| Octal | 305 | 50 | 16 | 0 | 120 | 135 | 27 | 11 | 127 | 51 |
| Binary | 11000101 | 101000 | 1110 | 0 | 1010000 | 1011101 | 10111 | 1001 | 1010111 | 101001 |
Color Harmonies of #C5280E
Complementary color
Monochromatic Colors of #C5280E
Black with #C5280E
Text Example
Text Example
White with #C5280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5280E; }
p { color: rgb(197,40,14); }
H1.HeaderClassName
{
color: #C5280E;
}
.AnyTagClassName
{
color: #C5280E;
}
</style>
background-color css
<style>
a { background-color: #C5280E; }
a { background-color: rgb(197,40,14); }
div.DivClassName
{
background-color: #C5280E;
}
.BgClassName
{
background-color: #C5280E;
}
</style>
border-color css
<style>
span { border-color: #C5280E; }
span { border-color: rgb(197,40,14); }
td.TdClassName
{
border-color: #C5280E;
}
.TagClassName
{
border-color: #C5280E;
}
</style>