Html Css Color HEX #C51A0B Harley Davidson Orange
📋 copy color: '#C51A0B'red 197 ◦ green 26 ◦ blue 11
Shades of Harley Davidson Orange #C51A0B
Tints of Harley Davidson Orange #C51A0B
RGB
CMYK
RGB Variations
Color information
#C51A0B (or 0xC51A0B) is known color: Harley Davidson Orange. HEX triplet: C5, 1A and 0B. RGB value is (197,26,11). Sum of RGB (Red+Green+Blue) = 197+26+11=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51A0B is #3AE5F4. Grayscale: #4B4B4B. Windows color (decimal): -3859957 or 727749. OLE color: 727749.
HSL color Cylindrical-coordinate representation of color #C51A0B: hue angle of 4.84º 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 #C51A0B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.23 |
| HSL | 4.84º | 0.89% | 0.41% | - |
| HSV(B) | 4.84º | 0.94% | 0.77% | - |
| XYZ | 23.46 | 12.63 | 1.52 | - |
| YUV | 75.42 | 91.65 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 11 | 0 | 0.87 | 0.94 | 0.23 | 4.84 | 0.89 | 0.41 |
| Hex | C5 | 1A | B | 0 | 57 | 5E | 17 | 5 | 59 | 29 |
| Octal | 305 | 32 | 13 | 0 | 127 | 136 | 27 | 5 | 131 | 51 |
| Binary | 11000101 | 11010 | 1011 | 0 | 1010111 | 1011110 | 10111 | 101 | 1011001 | 101001 |
Color Harmonies of #C51A0B
Complementary color
Monochromatic Colors of #C51A0B
Black with #C51A0B
Text Example
Text Example
White with #C51A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A0B; }
p { color: rgb(197,26,11); }
H1.HeaderClassName
{
color: #C51A0B;
}
.AnyTagClassName
{
color: #C51A0B;
}
</style>
background-color css
<style>
a { background-color: #C51A0B; }
a { background-color: rgb(197,26,11); }
div.DivClassName
{
background-color: #C51A0B;
}
.BgClassName
{
background-color: #C51A0B;
}
</style>
border-color css
<style>
span { border-color: #C51A0B; }
span { border-color: rgb(197,26,11); }
td.TdClassName
{
border-color: #C51A0B;
}
.TagClassName
{
border-color: #C51A0B;
}
</style>