Html Css Color HEX #C53615 Harley Davidson Orange
📋 copy color: '#C53615'red 197 ◦ green 54 ◦ blue 21
Shades of Harley Davidson Orange #C53615
Tints of Harley Davidson Orange #C53615
RGB
CMYK
RGB Variations
Color information
#C53615 (or 0xC53615) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 15. RGB value is (197,54,21). Sum of RGB (Red+Green+Blue) = 197+54+21=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53615 is #3AC9EA. Grayscale: #5D5D5D. Windows color (decimal): -3852779 or 1390277. OLE color: 1390277.
HSL color Cylindrical-coordinate representation of color #C53615: hue angle of 11.25º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C53615 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 21 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.23 |
| HSL | 11.25º | 0.81% | 0.43% | - |
| HSV(B) | 11.25º | 0.89% | 0.77% | - |
| XYZ | 24.48 | 14.56 | 2.23 | - |
| YUV | 93 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 21 | 0 | 0.73 | 0.89 | 0.23 | 11.25 | 0.81 | 0.43 |
| Hex | C5 | 36 | 15 | 0 | 49 | 59 | 17 | B | 51 | 2B |
| Octal | 305 | 66 | 25 | 0 | 111 | 131 | 27 | 13 | 121 | 53 |
| Binary | 11000101 | 110110 | 10101 | 0 | 1001001 | 1011001 | 10111 | 1011 | 1010001 | 101011 |
Color Harmonies of #C53615
Complementary color
Monochromatic Colors of #C53615
Black with #C53615
Text Example
Text Example
White with #C53615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53615; }
p { color: rgb(197,54,21); }
H1.HeaderClassName
{
color: #C53615;
}
.AnyTagClassName
{
color: #C53615;
}
</style>
background-color css
<style>
a { background-color: #C53615; }
a { background-color: rgb(197,54,21); }
div.DivClassName
{
background-color: #C53615;
}
.BgClassName
{
background-color: #C53615;
}
</style>
border-color css
<style>
span { border-color: #C53615; }
span { border-color: rgb(197,54,21); }
td.TdClassName
{
border-color: #C53615;
}
.TagClassName
{
border-color: #C53615;
}
</style>