Html Css Color HEX #C5270B Harley Davidson Orange
📋 copy color: '#C5270B'red 197 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #C5270B
Tints of Harley Davidson Orange #C5270B
RGB
CMYK
RGB Variations
Color information
#C5270B (or 0xC5270B) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 0B. RGB value is (197,39,11). Sum of RGB (Red+Green+Blue) = 197+39+11=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5270B is #3AD8F4. Grayscale: #535353. Windows color (decimal): -3856629 or 731077. OLE color: 731077.
HSL color Cylindrical-coordinate representation of color #C5270B: hue angle of 9.03º 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 #C5270B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.23 |
| HSL | 9.03º | 0.89% | 0.41% | - |
| HSV(B) | 9.03º | 0.94% | 0.77% | - |
| XYZ | 23.81 | 13.35 | 1.64 | - |
| YUV | 83.05 | 87.35 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 11 | 0 | 0.80 | 0.94 | 0.23 | 9.03 | 0.89 | 0.41 |
| Hex | C5 | 27 | B | 0 | 50 | 5E | 17 | 9 | 59 | 29 |
| Octal | 305 | 47 | 13 | 0 | 120 | 136 | 27 | 11 | 131 | 51 |
| Binary | 11000101 | 100111 | 1011 | 0 | 1010000 | 1011110 | 10111 | 1001 | 1011001 | 101001 |
Color Harmonies of #C5270B
Complementary color
Monochromatic Colors of #C5270B
Black with #C5270B
Text Example
Text Example
White with #C5270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5270B; }
p { color: rgb(197,39,11); }
H1.HeaderClassName
{
color: #C5270B;
}
.AnyTagClassName
{
color: #C5270B;
}
</style>
background-color css
<style>
a { background-color: #C5270B; }
a { background-color: rgb(197,39,11); }
div.DivClassName
{
background-color: #C5270B;
}
.BgClassName
{
background-color: #C5270B;
}
</style>
border-color css
<style>
span { border-color: #C5270B; }
span { border-color: rgb(197,39,11); }
td.TdClassName
{
border-color: #C5270B;
}
.TagClassName
{
border-color: #C5270B;
}
</style>