Html Css Color HEX #C53211 Harley Davidson Orange
📋 copy color: '#C53211'red 197 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #C53211
Tints of Harley Davidson Orange #C53211
RGB
CMYK
RGB Variations
Color information
#C53211 (or 0xC53211) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 11. RGB value is (197,50,17). Sum of RGB (Red+Green+Blue) = 197+50+17=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C53211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53211 is #3ACDEE. Grayscale: #5A5A5A. Windows color (decimal): -3853807 or 1127109. OLE color: 1127109.
HSL color Cylindrical-coordinate representation of color #C53211: hue angle of 11º 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 #C53211 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 17 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.23 |
| HSL | 11º | 0.84% | 0.42% | - |
| HSV(B) | 11º | 0.91% | 0.77% | - |
| XYZ | 24.27 | 14.19 | 1.99 | - |
| YUV | 90.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 17 | 0 | 0.75 | 0.91 | 0.23 | 11 | 0.84 | 0.42 |
| Hex | C5 | 32 | 11 | 0 | 4B | 5B | 17 | B | 54 | 2A |
| Octal | 305 | 62 | 21 | 0 | 113 | 133 | 27 | 13 | 124 | 52 |
| Binary | 11000101 | 110010 | 10001 | 0 | 1001011 | 1011011 | 10111 | 1011 | 1010100 | 101010 |
Color Harmonies of #C53211
Complementary color
Monochromatic Colors of #C53211
Black with #C53211
Text Example
Text Example
White with #C53211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53211; }
p { color: rgb(197,50,17); }
H1.HeaderClassName
{
color: #C53211;
}
.AnyTagClassName
{
color: #C53211;
}
</style>
background-color css
<style>
a { background-color: #C53211; }
a { background-color: rgb(197,50,17); }
div.DivClassName
{
background-color: #C53211;
}
.BgClassName
{
background-color: #C53211;
}
</style>
border-color css
<style>
span { border-color: #C53211; }
span { border-color: rgb(197,50,17); }
td.TdClassName
{
border-color: #C53211;
}
.TagClassName
{
border-color: #C53211;
}
</style>