Html Css Color HEX #C5281B Harley Davidson Orange
📋 copy color: '#C5281B'red 197 ◦ green 40 ◦ blue 27
Shades of Harley Davidson Orange #C5281B
Tints of Harley Davidson Orange #C5281B
RGB
CMYK
RGB Variations
Color information
#C5281B (or 0xC5281B) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 1B. RGB value is (197,40,27). Sum of RGB (Red+Green+Blue) = 197+40+27=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5281B is #3AD7E4. Grayscale: #555555. Windows color (decimal): -3856357 or 1779909. OLE color: 1779909.
HSL color Cylindrical-coordinate representation of color #C5281B: hue angle of 4.59º degrees, saturation: 0.76, 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 #C5281B is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 27 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.23 |
| HSL | 4.59º | 0.76% | 0.44% | - |
| HSV(B) | 4.59º | 0.86% | 0.77% | - |
| XYZ | 23.98 | 13.47 | 2.37 | - |
| YUV | 85.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 27 | 0 | 0.80 | 0.86 | 0.23 | 4.59 | 0.76 | 0.44 |
| Hex | C5 | 28 | 1B | 0 | 50 | 56 | 17 | 5 | 4C | 2C |
| Octal | 305 | 50 | 33 | 0 | 120 | 126 | 27 | 5 | 114 | 54 |
| Binary | 11000101 | 101000 | 11011 | 0 | 1010000 | 1010110 | 10111 | 101 | 1001100 | 101100 |
Color Harmonies of #C5281B
Complementary color
Monochromatic Colors of #C5281B
Black with #C5281B
Text Example
Text Example
White with #C5281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5281B; }
p { color: rgb(197,40,27); }
H1.HeaderClassName
{
color: #C5281B;
}
.AnyTagClassName
{
color: #C5281B;
}
</style>
background-color css
<style>
a { background-color: #C5281B; }
a { background-color: rgb(197,40,27); }
div.DivClassName
{
background-color: #C5281B;
}
.BgClassName
{
background-color: #C5281B;
}
</style>
border-color css
<style>
span { border-color: #C5281B; }
span { border-color: rgb(197,40,27); }
td.TdClassName
{
border-color: #C5281B;
}
.TagClassName
{
border-color: #C5281B;
}
</style>