Html Css Color HEX #C5271E Harley Davidson Orange
📋 copy color: '#C5271E'red 197 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #C5271E
Tints of Harley Davidson Orange #C5271E
RGB
CMYK
RGB Variations
Color information
#C5271E (or 0xC5271E) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 1E. RGB value is (197,39,30). Sum of RGB (Red+Green+Blue) = 197+39+30=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C5271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5271E is #3AD8E1. Grayscale: #555555. Windows color (decimal): -3856610 or 1976261. OLE color: 1976261.
HSL color Cylindrical-coordinate representation of color #C5271E: hue angle of 3.23º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5271E is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 30 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.23 |
| HSL | 3.23º | 0.74% | 0.45% | - |
| HSV(B) | 3.23º | 0.85% | 0.77% | - |
| XYZ | 23.99 | 13.42 | 2.55 | - |
| YUV | 85.22 | 96.85 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 30 | 0 | 0.80 | 0.85 | 0.23 | 3.23 | 0.74 | 0.45 |
| Hex | C5 | 27 | 1E | 0 | 50 | 55 | 17 | 3 | 4A | 2D |
| Octal | 305 | 47 | 36 | 0 | 120 | 125 | 27 | 3 | 112 | 55 |
| Binary | 11000101 | 100111 | 11110 | 0 | 1010000 | 1010101 | 10111 | 11 | 1001010 | 101101 |
Color Harmonies of #C5271E
Complementary color
Monochromatic Colors of #C5271E
Black with #C5271E
Text Example
Text Example
White with #C5271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5271E; }
p { color: rgb(197,39,30); }
H1.HeaderClassName
{
color: #C5271E;
}
.AnyTagClassName
{
color: #C5271E;
}
</style>
background-color css
<style>
a { background-color: #C5271E; }
a { background-color: rgb(197,39,30); }
div.DivClassName
{
background-color: #C5271E;
}
.BgClassName
{
background-color: #C5271E;
}
</style>
border-color css
<style>
span { border-color: #C5271E; }
span { border-color: rgb(197,39,30); }
td.TdClassName
{
border-color: #C5271E;
}
.TagClassName
{
border-color: #C5271E;
}
</style>