Html Css Color HEX #C52001 Harley Davidson Orange
📋 copy color: '#C52001'red 197 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #C52001
Tints of Harley Davidson Orange #C52001
RGB
CMYK
RGB Variations
Color information
#C52001 (or 0xC52001) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 01. RGB value is (197,32,1). Sum of RGB (Red+Green+Blue) = 197+32+1=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C52001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52001 is #3ADFFE. Grayscale: #4E4E4E. Windows color (decimal): -3858431 or 73925. OLE color: 73925.
HSL color Cylindrical-coordinate representation of color #C52001: hue angle of 9.49º 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 #C52001 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.23 |
| HSL | 9.49º | 0.99% | 0.39% | - |
| HSV(B) | 9.49º | 0.99% | 0.77% | - |
| XYZ | 23.55 | 12.91 | 1.28 | - |
| YUV | 77.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 1 | 0 | 0.84 | 0.99 | 0.23 | 9.49 | 0.99 | 0.39 |
| Hex | C5 | 20 | 1 | 0 | 54 | 63 | 17 | 9 | 63 | 27 |
| Octal | 305 | 40 | 1 | 0 | 124 | 143 | 27 | 11 | 143 | 47 |
| Binary | 11000101 | 100000 | 1 | 0 | 1010100 | 1100011 | 10111 | 1001 | 1100011 | 100111 |
Color Harmonies of #C52001
Complementary color
Monochromatic Colors of #C52001
Black with #C52001
Text Example
Text Example
White with #C52001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52001; }
p { color: rgb(197,32,1); }
H1.HeaderClassName
{
color: #C52001;
}
.AnyTagClassName
{
color: #C52001;
}
</style>
background-color css
<style>
a { background-color: #C52001; }
a { background-color: rgb(197,32,1); }
div.DivClassName
{
background-color: #C52001;
}
.BgClassName
{
background-color: #C52001;
}
</style>
border-color css
<style>
span { border-color: #C52001; }
span { border-color: rgb(197,32,1); }
td.TdClassName
{
border-color: #C52001;
}
.TagClassName
{
border-color: #C52001;
}
</style>