Html Css Color HEX #C53311 Harley Davidson Orange
📋 copy color: '#C53311'red 197 ◦ green 51 ◦ blue 17
Shades of Harley Davidson Orange #C53311
Tints of Harley Davidson Orange #C53311
RGB
CMYK
RGB Variations
Color information
#C53311 (or 0xC53311) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 11. RGB value is (197,51,17). Sum of RGB (Red+Green+Blue) = 197+51+17=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C53311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53311 is #3ACCEE. Grayscale: #5B5B5B. Windows color (decimal): -3853551 or 1127365. OLE color: 1127365.
HSL color Cylindrical-coordinate representation of color #C53311: hue angle of 11.33º 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 #C53311 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.23 |
| HSL | 11.33º | 0.84% | 0.42% | - |
| HSV(B) | 11.33º | 0.91% | 0.77% | - |
| XYZ | 24.31 | 14.28 | 2 | - |
| YUV | 90.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 17 | 0 | 0.74 | 0.91 | 0.23 | 11.33 | 0.84 | 0.42 |
| Hex | C5 | 33 | 11 | 0 | 4A | 5B | 17 | B | 54 | 2A |
| Octal | 305 | 63 | 21 | 0 | 112 | 133 | 27 | 13 | 124 | 52 |
| Binary | 11000101 | 110011 | 10001 | 0 | 1001010 | 1011011 | 10111 | 1011 | 1010100 | 101010 |
Color Harmonies of #C53311
Complementary color
Monochromatic Colors of #C53311
Black with #C53311
Text Example
Text Example
White with #C53311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53311; }
p { color: rgb(197,51,17); }
H1.HeaderClassName
{
color: #C53311;
}
.AnyTagClassName
{
color: #C53311;
}
</style>
background-color css
<style>
a { background-color: #C53311; }
a { background-color: rgb(197,51,17); }
div.DivClassName
{
background-color: #C53311;
}
.BgClassName
{
background-color: #C53311;
}
</style>
border-color css
<style>
span { border-color: #C53311; }
span { border-color: rgb(197,51,17); }
td.TdClassName
{
border-color: #C53311;
}
.TagClassName
{
border-color: #C53311;
}
</style>