Html Css Color HEX #C52216 Harley Davidson Orange
📋 copy color: '#C52216'red 197 ◦ green 34 ◦ blue 22
Shades of Harley Davidson Orange #C52216
Tints of Harley Davidson Orange #C52216
RGB
CMYK
RGB Variations
Color information
#C52216 (or 0xC52216) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 16. RGB value is (197,34,22). Sum of RGB (Red+Green+Blue) = 197+34+22=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C52216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52216 is #3ADDE9. Grayscale: #515151. Windows color (decimal): -3857898 or 1450693. OLE color: 1450693.
HSL color Cylindrical-coordinate representation of color #C52216: hue angle of 4.11º 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 #C52216 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 22 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.23 |
| HSL | 4.11º | 0.8% | 0.43% | - |
| HSV(B) | 4.11º | 0.89% | 0.77% | - |
| XYZ | 23.74 | 13.07 | 2.03 | - |
| YUV | 81.37 | 94.5 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 22 | 0 | 0.83 | 0.89 | 0.23 | 4.11 | 0.8 | 0.43 |
| Hex | C5 | 22 | 16 | 0 | 53 | 59 | 17 | 4 | 50 | 2B |
| Octal | 305 | 42 | 26 | 0 | 123 | 131 | 27 | 4 | 120 | 53 |
| Binary | 11000101 | 100010 | 10110 | 0 | 1010011 | 1011001 | 10111 | 100 | 1010000 | 101011 |
Color Harmonies of #C52216
Complementary color
Monochromatic Colors of #C52216
Black with #C52216
Text Example
Text Example
White with #C52216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52216; }
p { color: rgb(197,34,22); }
H1.HeaderClassName
{
color: #C52216;
}
.AnyTagClassName
{
color: #C52216;
}
</style>
background-color css
<style>
a { background-color: #C52216; }
a { background-color: rgb(197,34,22); }
div.DivClassName
{
background-color: #C52216;
}
.BgClassName
{
background-color: #C52216;
}
</style>
border-color css
<style>
span { border-color: #C52216; }
span { border-color: rgb(197,34,22); }
td.TdClassName
{
border-color: #C52216;
}
.TagClassName
{
border-color: #C52216;
}
</style>