Html Css Color HEX #C53B11 Harley Davidson Orange
📋 copy color: '#C53B11'red 197 ◦ green 59 ◦ blue 17
Shades of Harley Davidson Orange #C53B11
Tints of Harley Davidson Orange #C53B11
RGB
CMYK
RGB Variations
Color information
#C53B11 (or 0xC53B11) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 11. RGB value is (197,59,17). Sum of RGB (Red+Green+Blue) = 197+59+17=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53B11 is #3AC4EE. Grayscale: #5F5F5F. Windows color (decimal): -3851503 or 1129413. OLE color: 1129413.
HSL color Cylindrical-coordinate representation of color #C53B11: hue angle of 14º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C53B11 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.23 |
| HSL | 14º | 0.84% | 0.42% | - |
| HSV(B) | 14º | 0.91% | 0.77% | - |
| XYZ | 24.69 | 15.04 | 2.13 | - |
| YUV | 95.47 | 83.72 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 17 | 0 | 0.70 | 0.91 | 0.23 | 14 | 0.84 | 0.42 |
| Hex | C5 | 3B | 11 | 0 | 46 | 5B | 17 | E | 54 | 2A |
| Octal | 305 | 73 | 21 | 0 | 106 | 133 | 27 | 16 | 124 | 52 |
| Binary | 11000101 | 111011 | 10001 | 0 | 1000110 | 1011011 | 10111 | 1110 | 1010100 | 101010 |
Color Harmonies of #C53B11
Complementary color
Monochromatic Colors of #C53B11
Black with #C53B11
Text Example
Text Example
White with #C53B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B11; }
p { color: rgb(197,59,17); }
H1.HeaderClassName
{
color: #C53B11;
}
.AnyTagClassName
{
color: #C53B11;
}
</style>
background-color css
<style>
a { background-color: #C53B11; }
a { background-color: rgb(197,59,17); }
div.DivClassName
{
background-color: #C53B11;
}
.BgClassName
{
background-color: #C53B11;
}
</style>
border-color css
<style>
span { border-color: #C53B11; }
span { border-color: rgb(197,59,17); }
td.TdClassName
{
border-color: #C53B11;
}
.TagClassName
{
border-color: #C53B11;
}
</style>