Html Css Color HEX #C5281A Harley Davidson Orange
📋 copy color: '#C5281A'red 197 ◦ green 40 ◦ blue 26
Shades of Harley Davidson Orange #C5281A
Tints of Harley Davidson Orange #C5281A
RGB
CMYK
RGB Variations
Color information
#C5281A (or 0xC5281A) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 1A. RGB value is (197,40,26). Sum of RGB (Red+Green+Blue) = 197+40+26=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5281A is #3AD7E5. Grayscale: #555555. Windows color (decimal): -3856358 or 1714373. OLE color: 1714373.
HSL color Cylindrical-coordinate representation of color #C5281A: hue angle of 4.91º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5281A is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 26 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.23 |
| HSL | 4.91º | 0.77% | 0.44% | - |
| HSV(B) | 4.91º | 0.87% | 0.77% | - |
| XYZ | 23.97 | 13.46 | 2.31 | - |
| YUV | 85.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 26 | 0 | 0.80 | 0.87 | 0.23 | 4.91 | 0.77 | 0.44 |
| Hex | C5 | 28 | 1A | 0 | 50 | 57 | 17 | 5 | 4D | 2C |
| Octal | 305 | 50 | 32 | 0 | 120 | 127 | 27 | 5 | 115 | 54 |
| Binary | 11000101 | 101000 | 11010 | 0 | 1010000 | 1010111 | 10111 | 101 | 1001101 | 101100 |
Color Harmonies of #C5281A
Complementary color
Monochromatic Colors of #C5281A
Black with #C5281A
Text Example
Text Example
White with #C5281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5281A; }
p { color: rgb(197,40,26); }
H1.HeaderClassName
{
color: #C5281A;
}
.AnyTagClassName
{
color: #C5281A;
}
</style>
background-color css
<style>
a { background-color: #C5281A; }
a { background-color: rgb(197,40,26); }
div.DivClassName
{
background-color: #C5281A;
}
.BgClassName
{
background-color: #C5281A;
}
</style>
border-color css
<style>
span { border-color: #C5281A; }
span { border-color: rgb(197,40,26); }
td.TdClassName
{
border-color: #C5281A;
}
.TagClassName
{
border-color: #C5281A;
}
</style>