Html Css Color HEX #C52316 Harley Davidson Orange
📋 copy color: '#C52316'red 197 ◦ green 35 ◦ blue 22
Shades of Harley Davidson Orange #C52316
Tints of Harley Davidson Orange #C52316
RGB
CMYK
RGB Variations
Color information
#C52316 (or 0xC52316) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 16. RGB value is (197,35,22). Sum of RGB (Red+Green+Blue) = 197+35+22=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C52316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52316 is #3ADCE9. Grayscale: #525252. Windows color (decimal): -3857642 or 1450949. OLE color: 1450949.
HSL color Cylindrical-coordinate representation of color #C52316: hue angle of 4.46º 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 #C52316 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 22 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.23 |
| HSL | 4.46º | 0.8% | 0.43% | - |
| HSV(B) | 4.46º | 0.89% | 0.77% | - |
| XYZ | 23.77 | 13.13 | 2.04 | - |
| YUV | 81.96 | 94.17 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 22 | 0 | 0.82 | 0.89 | 0.23 | 4.46 | 0.8 | 0.43 |
| Hex | C5 | 23 | 16 | 0 | 52 | 59 | 17 | 4 | 50 | 2B |
| Octal | 305 | 43 | 26 | 0 | 122 | 131 | 27 | 4 | 120 | 53 |
| Binary | 11000101 | 100011 | 10110 | 0 | 1010010 | 1011001 | 10111 | 100 | 1010000 | 101011 |
Color Harmonies of #C52316
Complementary color
Monochromatic Colors of #C52316
Black with #C52316
Text Example
Text Example
White with #C52316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52316; }
p { color: rgb(197,35,22); }
H1.HeaderClassName
{
color: #C52316;
}
.AnyTagClassName
{
color: #C52316;
}
</style>
background-color css
<style>
a { background-color: #C52316; }
a { background-color: rgb(197,35,22); }
div.DivClassName
{
background-color: #C52316;
}
.BgClassName
{
background-color: #C52316;
}
</style>
border-color css
<style>
span { border-color: #C52316; }
span { border-color: rgb(197,35,22); }
td.TdClassName
{
border-color: #C52316;
}
.TagClassName
{
border-color: #C52316;
}
</style>