Html Css Color HEX #C52715 Harley Davidson Orange
📋 copy color: '#C52715'red 197 ◦ green 39 ◦ blue 21
Shades of Harley Davidson Orange #C52715
Tints of Harley Davidson Orange #C52715
RGB
CMYK
RGB Variations
Color information
#C52715 (or 0xC52715) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 15. RGB value is (197,39,21). Sum of RGB (Red+Green+Blue) = 197+39+21=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C52715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52715 is #3AD8EA. Grayscale: #545454. Windows color (decimal): -3856619 or 1386437. OLE color: 1386437.
HSL color Cylindrical-coordinate representation of color #C52715: hue angle of 6.14º 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 #C52715 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 21 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.23 |
| HSL | 6.14º | 0.81% | 0.43% | - |
| HSV(B) | 6.14º | 0.89% | 0.77% | - |
| XYZ | 23.89 | 13.38 | 2.03 | - |
| YUV | 84.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 21 | 0 | 0.80 | 0.89 | 0.23 | 6.14 | 0.81 | 0.43 |
| Hex | C5 | 27 | 15 | 0 | 50 | 59 | 17 | 6 | 51 | 2B |
| Octal | 305 | 47 | 25 | 0 | 120 | 131 | 27 | 6 | 121 | 53 |
| Binary | 11000101 | 100111 | 10101 | 0 | 1010000 | 1011001 | 10111 | 110 | 1010001 | 101011 |
Color Harmonies of #C52715
Complementary color
Monochromatic Colors of #C52715
Black with #C52715
Text Example
Text Example
White with #C52715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52715; }
p { color: rgb(197,39,21); }
H1.HeaderClassName
{
color: #C52715;
}
.AnyTagClassName
{
color: #C52715;
}
</style>
background-color css
<style>
a { background-color: #C52715; }
a { background-color: rgb(197,39,21); }
div.DivClassName
{
background-color: #C52715;
}
.BgClassName
{
background-color: #C52715;
}
</style>
border-color css
<style>
span { border-color: #C52715; }
span { border-color: rgb(197,39,21); }
td.TdClassName
{
border-color: #C52715;
}
.TagClassName
{
border-color: #C52715;
}
</style>