Html Css Color HEX #C52901 Harley Davidson Orange
📋 copy color: '#C52901'red 197 ◦ green 41 ◦ blue 1
Shades of Harley Davidson Orange #C52901
Tints of Harley Davidson Orange #C52901
RGB
CMYK
RGB Variations
Color information
#C52901 (or 0xC52901) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 01. RGB value is (197,41,1). Sum of RGB (Red+Green+Blue) = 197+41+1=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C52901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52901 is #3AD6FE. Grayscale: #535353. Windows color (decimal): -3856127 or 76229. OLE color: 76229.
HSL color Cylindrical-coordinate representation of color #C52901: hue angle of 12.24º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C52901 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.23 |
| HSL | 12.24º | 0.99% | 0.39% | - |
| HSV(B) | 12.24º | 0.99% | 0.77% | - |
| XYZ | 23.82 | 13.46 | 1.37 | - |
| YUV | 83.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 1 | 0 | 0.79 | 0.99 | 0.23 | 12.24 | 0.99 | 0.39 |
| Hex | C5 | 29 | 1 | 0 | 4F | 63 | 17 | C | 63 | 27 |
| Octal | 305 | 51 | 1 | 0 | 117 | 143 | 27 | 14 | 143 | 47 |
| Binary | 11000101 | 101001 | 1 | 0 | 1001111 | 1100011 | 10111 | 1100 | 1100011 | 100111 |
Color Harmonies of #C52901
Complementary color
Monochromatic Colors of #C52901
Black with #C52901
Text Example
Text Example
White with #C52901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52901; }
p { color: rgb(197,41,1); }
H1.HeaderClassName
{
color: #C52901;
}
.AnyTagClassName
{
color: #C52901;
}
</style>
background-color css
<style>
a { background-color: #C52901; }
a { background-color: rgb(197,41,1); }
div.DivClassName
{
background-color: #C52901;
}
.BgClassName
{
background-color: #C52901;
}
</style>
border-color css
<style>
span { border-color: #C52901; }
span { border-color: rgb(197,41,1); }
td.TdClassName
{
border-color: #C52901;
}
.TagClassName
{
border-color: #C52901;
}
</style>