Html Css Color HEX #C52114 Harley Davidson Orange
📋 copy color: '#C52114'red 197 ◦ green 33 ◦ blue 20
Shades of Harley Davidson Orange #C52114
Tints of Harley Davidson Orange #C52114
RGB
CMYK
RGB Variations
Color information
#C52114 (or 0xC52114) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 14. RGB value is (197,33,20). Sum of RGB (Red+Green+Blue) = 197+33+20=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C52114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52114 is #3ADEEB. Grayscale: #505050. Windows color (decimal): -3858156 or 1319365. OLE color: 1319365.
HSL color Cylindrical-coordinate representation of color #C52114: hue angle of 4.41º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C52114 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 20 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.23 |
| HSL | 4.41º | 0.82% | 0.43% | - |
| HSV(B) | 4.41º | 0.9% | 0.77% | - |
| XYZ | 23.7 | 13.01 | 1.92 | - |
| YUV | 80.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 20 | 0 | 0.83 | 0.90 | 0.23 | 4.41 | 0.82 | 0.43 |
| Hex | C5 | 21 | 14 | 0 | 53 | 5A | 17 | 4 | 52 | 2B |
| Octal | 305 | 41 | 24 | 0 | 123 | 132 | 27 | 4 | 122 | 53 |
| Binary | 11000101 | 100001 | 10100 | 0 | 1010011 | 1011010 | 10111 | 100 | 1010010 | 101011 |
Color Harmonies of #C52114
Complementary color
Monochromatic Colors of #C52114
Black with #C52114
Text Example
Text Example
White with #C52114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52114; }
p { color: rgb(197,33,20); }
H1.HeaderClassName
{
color: #C52114;
}
.AnyTagClassName
{
color: #C52114;
}
</style>
background-color css
<style>
a { background-color: #C52114; }
a { background-color: rgb(197,33,20); }
div.DivClassName
{
background-color: #C52114;
}
.BgClassName
{
background-color: #C52114;
}
</style>
border-color css
<style>
span { border-color: #C52114; }
span { border-color: rgb(197,33,20); }
td.TdClassName
{
border-color: #C52114;
}
.TagClassName
{
border-color: #C52114;
}
</style>