Html Css Color HEX #C52014 Harley Davidson Orange
📋 copy color: '#C52014'red 197 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #C52014
Tints of Harley Davidson Orange #C52014
RGB
CMYK
RGB Variations
Color information
#C52014 (or 0xC52014) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 14. RGB value is (197,32,20). Sum of RGB (Red+Green+Blue) = 197+32+20=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C52014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52014 is #3ADFEB. Grayscale: #505050. Windows color (decimal): -3858412 or 1319109. OLE color: 1319109.
HSL color Cylindrical-coordinate representation of color #C52014: hue angle of 4.07º 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 #C52014 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 20 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.23 |
| HSL | 4.07º | 0.82% | 0.43% | - |
| HSV(B) | 4.07º | 0.9% | 0.77% | - |
| XYZ | 23.67 | 12.95 | 1.91 | - |
| YUV | 79.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 20 | 0 | 0.84 | 0.90 | 0.23 | 4.07 | 0.82 | 0.43 |
| Hex | C5 | 20 | 14 | 0 | 54 | 5A | 17 | 4 | 52 | 2B |
| Octal | 305 | 40 | 24 | 0 | 124 | 132 | 27 | 4 | 122 | 53 |
| Binary | 11000101 | 100000 | 10100 | 0 | 1010100 | 1011010 | 10111 | 100 | 1010010 | 101011 |
Color Harmonies of #C52014
Complementary color
Monochromatic Colors of #C52014
Black with #C52014
Text Example
Text Example
White with #C52014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52014; }
p { color: rgb(197,32,20); }
H1.HeaderClassName
{
color: #C52014;
}
.AnyTagClassName
{
color: #C52014;
}
</style>
background-color css
<style>
a { background-color: #C52014; }
a { background-color: rgb(197,32,20); }
div.DivClassName
{
background-color: #C52014;
}
.BgClassName
{
background-color: #C52014;
}
</style>
border-color css
<style>
span { border-color: #C52014; }
span { border-color: rgb(197,32,20); }
td.TdClassName
{
border-color: #C52014;
}
.TagClassName
{
border-color: #C52014;
}
</style>