Html Css Color HEX #C52515 Harley Davidson Orange
📋 copy color: '#C52515'red 197 ◦ green 37 ◦ blue 21
Shades of Harley Davidson Orange #C52515
Tints of Harley Davidson Orange #C52515
RGB
CMYK
RGB Variations
Color information
#C52515 (or 0xC52515) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 15. RGB value is (197,37,21). Sum of RGB (Red+Green+Blue) = 197+37+21=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52515 is #3ADAEA. Grayscale: #535353. Windows color (decimal): -3857131 or 1385925. OLE color: 1385925.
HSL color Cylindrical-coordinate representation of color #C52515: hue angle of 5.45º 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 #C52515 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 21 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.23 |
| HSL | 5.45º | 0.81% | 0.43% | - |
| HSV(B) | 5.45º | 0.89% | 0.77% | - |
| XYZ | 23.82 | 13.25 | 2.01 | - |
| YUV | 83.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 21 | 0 | 0.81 | 0.89 | 0.23 | 5.45 | 0.81 | 0.43 |
| Hex | C5 | 25 | 15 | 0 | 51 | 59 | 17 | 5 | 51 | 2B |
| Octal | 305 | 45 | 25 | 0 | 121 | 131 | 27 | 5 | 121 | 53 |
| Binary | 11000101 | 100101 | 10101 | 0 | 1010001 | 1011001 | 10111 | 101 | 1010001 | 101011 |
Color Harmonies of #C52515
Complementary color
Monochromatic Colors of #C52515
Black with #C52515
Text Example
Text Example
White with #C52515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52515; }
p { color: rgb(197,37,21); }
H1.HeaderClassName
{
color: #C52515;
}
.AnyTagClassName
{
color: #C52515;
}
</style>
background-color css
<style>
a { background-color: #C52515; }
a { background-color: rgb(197,37,21); }
div.DivClassName
{
background-color: #C52515;
}
.BgClassName
{
background-color: #C52515;
}
</style>
border-color css
<style>
span { border-color: #C52515; }
span { border-color: rgb(197,37,21); }
td.TdClassName
{
border-color: #C52515;
}
.TagClassName
{
border-color: #C52515;
}
</style>