Html Css Color HEX #C52005 Harley Davidson Orange
📋 copy color: '#C52005'red 197 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #C52005
Tints of Harley Davidson Orange #C52005
RGB
CMYK
RGB Variations
Color information
#C52005 (or 0xC52005) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 05. RGB value is (197,32,5). Sum of RGB (Red+Green+Blue) = 197+32+5=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C52005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52005 is #3ADFFA. Grayscale: #4E4E4E. Windows color (decimal): -3858427 or 336069. OLE color: 336069.
HSL color Cylindrical-coordinate representation of color #C52005: hue angle of 8.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C52005 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 5 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.23 |
| HSL | 8.44º | 0.95% | 0.4% | - |
| HSV(B) | 8.44º | 0.97% | 0.77% | - |
| XYZ | 23.57 | 12.91 | 1.39 | - |
| YUV | 78.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 5 | 0 | 0.84 | 0.97 | 0.23 | 8.44 | 0.95 | 0.4 |
| Hex | C5 | 20 | 5 | 0 | 54 | 61 | 17 | 8 | 5F | 28 |
| Octal | 305 | 40 | 5 | 0 | 124 | 141 | 27 | 10 | 137 | 50 |
| Binary | 11000101 | 100000 | 101 | 0 | 1010100 | 1100001 | 10111 | 1000 | 1011111 | 101000 |
Color Harmonies of #C52005
Complementary color
Monochromatic Colors of #C52005
Black with #C52005
Text Example
Text Example
White with #C52005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52005; }
p { color: rgb(197,32,5); }
H1.HeaderClassName
{
color: #C52005;
}
.AnyTagClassName
{
color: #C52005;
}
</style>
background-color css
<style>
a { background-color: #C52005; }
a { background-color: rgb(197,32,5); }
div.DivClassName
{
background-color: #C52005;
}
.BgClassName
{
background-color: #C52005;
}
</style>
border-color css
<style>
span { border-color: #C52005; }
span { border-color: rgb(197,32,5); }
td.TdClassName
{
border-color: #C52005;
}
.TagClassName
{
border-color: #C52005;
}
</style>