Html Css Color HEX #C52816 Harley Davidson Orange
📋 copy color: '#C52816'red 197 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #C52816
Tints of Harley Davidson Orange #C52816
RGB
CMYK
RGB Variations
Color information
#C52816 (or 0xC52816) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 16. RGB value is (197,40,22). Sum of RGB (Red+Green+Blue) = 197+40+22=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C52816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52816 is #3AD7E9. Grayscale: #555555. Windows color (decimal): -3856362 or 1452229. OLE color: 1452229.
HSL color Cylindrical-coordinate representation of color #C52816: hue angle of 6.17º degrees, saturation: 0.8, 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 #C52816 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 22 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.23 |
| HSL | 6.17º | 0.8% | 0.43% | - |
| HSV(B) | 6.17º | 0.89% | 0.77% | - |
| XYZ | 23.93 | 13.45 | 2.09 | - |
| YUV | 84.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 22 | 0 | 0.80 | 0.89 | 0.23 | 6.17 | 0.8 | 0.43 |
| Hex | C5 | 28 | 16 | 0 | 50 | 59 | 17 | 6 | 50 | 2B |
| Octal | 305 | 50 | 26 | 0 | 120 | 131 | 27 | 6 | 120 | 53 |
| Binary | 11000101 | 101000 | 10110 | 0 | 1010000 | 1011001 | 10111 | 110 | 1010000 | 101011 |
Color Harmonies of #C52816
Complementary color
Monochromatic Colors of #C52816
Black with #C52816
Text Example
Text Example
White with #C52816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52816; }
p { color: rgb(197,40,22); }
H1.HeaderClassName
{
color: #C52816;
}
.AnyTagClassName
{
color: #C52816;
}
</style>
background-color css
<style>
a { background-color: #C52816; }
a { background-color: rgb(197,40,22); }
div.DivClassName
{
background-color: #C52816;
}
.BgClassName
{
background-color: #C52816;
}
</style>
border-color css
<style>
span { border-color: #C52816; }
span { border-color: rgb(197,40,22); }
td.TdClassName
{
border-color: #C52816;
}
.TagClassName
{
border-color: #C52816;
}
</style>