Html Css Color HEX #C5411B Harley Davidson Orange
📋 copy color: '#C5411B'red 197 ◦ green 65 ◦ blue 27
Shades of Harley Davidson Orange #C5411B
Tints of Harley Davidson Orange #C5411B
RGB
CMYK
RGB Variations
Color information
#C5411B (or 0xC5411B) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 1B. RGB value is (197,65,27). Sum of RGB (Red+Green+Blue) = 197+65+27=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5411B is #3ABEE4. Grayscale: #646464. Windows color (decimal): -3849957 or 1786309. OLE color: 1786309.
HSL color Cylindrical-coordinate representation of color #C5411B: hue angle of 13.41º 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 #C5411B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 27 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.23 |
| HSL | 13.41º | 0.76% | 0.44% | - |
| HSV(B) | 13.41º | 0.86% | 0.77% | - |
| XYZ | 25.11 | 15.73 | 2.75 | - |
| YUV | 100.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 27 | 0 | 0.67 | 0.86 | 0.23 | 13.41 | 0.76 | 0.44 |
| Hex | C5 | 41 | 1B | 0 | 43 | 56 | 17 | D | 4C | 2C |
| Octal | 305 | 101 | 33 | 0 | 103 | 126 | 27 | 15 | 114 | 54 |
| Binary | 11000101 | 1000001 | 11011 | 0 | 1000011 | 1010110 | 10111 | 1101 | 1001100 | 101100 |
Color Harmonies of #C5411B
Complementary color
Monochromatic Colors of #C5411B
Black with #C5411B
Text Example
Text Example
White with #C5411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5411B; }
p { color: rgb(197,65,27); }
H1.HeaderClassName
{
color: #C5411B;
}
.AnyTagClassName
{
color: #C5411B;
}
</style>
background-color css
<style>
a { background-color: #C5411B; }
a { background-color: rgb(197,65,27); }
div.DivClassName
{
background-color: #C5411B;
}
.BgClassName
{
background-color: #C5411B;
}
</style>
border-color css
<style>
span { border-color: #C5411B; }
span { border-color: rgb(197,65,27); }
td.TdClassName
{
border-color: #C5411B;
}
.TagClassName
{
border-color: #C5411B;
}
</style>