Html Css Color HEX #C52117 Harley Davidson Orange
📋 copy color: '#C52117'red 197 ◦ green 33 ◦ blue 23
Shades of Harley Davidson Orange #C52117
Tints of Harley Davidson Orange #C52117
RGB
CMYK
RGB Variations
Color information
#C52117 (or 0xC52117) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 17. RGB value is (197,33,23). Sum of RGB (Red+Green+Blue) = 197+33+23=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C52117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52117 is #3ADEE8. Grayscale: #515151. Windows color (decimal): -3858153 or 1515973. OLE color: 1515973.
HSL color Cylindrical-coordinate representation of color #C52117: hue angle of 3.45º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C52117 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 23 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.23 |
| HSL | 3.45º | 0.79% | 0.43% | - |
| HSV(B) | 3.45º | 0.88% | 0.77% | - |
| XYZ | 23.72 | 13.02 | 2.07 | - |
| YUV | 80.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 23 | 0 | 0.83 | 0.88 | 0.23 | 3.45 | 0.79 | 0.43 |
| Hex | C5 | 21 | 17 | 0 | 53 | 58 | 17 | 3 | 4F | 2B |
| Octal | 305 | 41 | 27 | 0 | 123 | 130 | 27 | 3 | 117 | 53 |
| Binary | 11000101 | 100001 | 10111 | 0 | 1010011 | 1011000 | 10111 | 11 | 1001111 | 101011 |
Color Harmonies of #C52117
Complementary color
Monochromatic Colors of #C52117
Black with #C52117
Text Example
Text Example
White with #C52117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52117; }
p { color: rgb(197,33,23); }
H1.HeaderClassName
{
color: #C52117;
}
.AnyTagClassName
{
color: #C52117;
}
</style>
background-color css
<style>
a { background-color: #C52117; }
a { background-color: rgb(197,33,23); }
div.DivClassName
{
background-color: #C52117;
}
.BgClassName
{
background-color: #C52117;
}
</style>
border-color css
<style>
span { border-color: #C52117; }
span { border-color: rgb(197,33,23); }
td.TdClassName
{
border-color: #C52117;
}
.TagClassName
{
border-color: #C52117;
}
</style>