Html Css Color HEX #C52501 Harley Davidson Orange
📋 copy color: '#C52501'red 197 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #C52501
Tints of Harley Davidson Orange #C52501
RGB
CMYK
RGB Variations
Color information
#C52501 (or 0xC52501) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 01. RGB value is (197,37,1). Sum of RGB (Red+Green+Blue) = 197+37+1=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C52501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52501 is #3ADAFE. Grayscale: #515151. Windows color (decimal): -3857151 or 75205. OLE color: 75205.
HSL color Cylindrical-coordinate representation of color #C52501: hue angle of 11.02º 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 #C52501 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.23 |
| HSL | 11.02º | 0.99% | 0.39% | - |
| HSV(B) | 11.02º | 0.99% | 0.77% | - |
| XYZ | 23.69 | 13.2 | 1.33 | - |
| YUV | 80.74 | 83.01 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 1 | 0 | 0.81 | 0.99 | 0.23 | 11.02 | 0.99 | 0.39 |
| Hex | C5 | 25 | 1 | 0 | 51 | 63 | 17 | B | 63 | 27 |
| Octal | 305 | 45 | 1 | 0 | 121 | 143 | 27 | 13 | 143 | 47 |
| Binary | 11000101 | 100101 | 1 | 0 | 1010001 | 1100011 | 10111 | 1011 | 1100011 | 100111 |
Color Harmonies of #C52501
Complementary color
Monochromatic Colors of #C52501
Black with #C52501
Text Example
Text Example
White with #C52501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52501; }
p { color: rgb(197,37,1); }
H1.HeaderClassName
{
color: #C52501;
}
.AnyTagClassName
{
color: #C52501;
}
</style>
background-color css
<style>
a { background-color: #C52501; }
a { background-color: rgb(197,37,1); }
div.DivClassName
{
background-color: #C52501;
}
.BgClassName
{
background-color: #C52501;
}
</style>
border-color css
<style>
span { border-color: #C52501; }
span { border-color: rgb(197,37,1); }
td.TdClassName
{
border-color: #C52501;
}
.TagClassName
{
border-color: #C52501;
}
</style>