Html Css Color HEX #C52F01 Harley Davidson Orange
📋 copy color: '#C52F01'red 197 ◦ green 47 ◦ blue 1
Shades of Harley Davidson Orange #C52F01
Tints of Harley Davidson Orange #C52F01
RGB
CMYK
RGB Variations
Color information
#C52F01 (or 0xC52F01) is known color: Harley Davidson Orange. HEX triplet: C5, 2F and 01. RGB value is (197,47,1). Sum of RGB (Red+Green+Blue) = 197+47+1=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52F01 is #3AD0FE. Grayscale: #565656. Windows color (decimal): -3854591 or 77765. OLE color: 77765.
HSL color Cylindrical-coordinate representation of color #C52F01: hue angle of 14.08º 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 #C52F01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.23 |
| HSL | 14.08º | 0.99% | 0.39% | - |
| HSV(B) | 14.08º | 0.99% | 0.77% | - |
| XYZ | 24.05 | 13.91 | 1.45 | - |
| YUV | 86.61 | 79.7 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 1 | 0 | 0.76 | 0.99 | 0.23 | 14.08 | 0.99 | 0.39 |
| Hex | C5 | 2F | 1 | 0 | 4C | 63 | 17 | E | 63 | 27 |
| Octal | 305 | 57 | 1 | 0 | 114 | 143 | 27 | 16 | 143 | 47 |
| Binary | 11000101 | 101111 | 1 | 0 | 1001100 | 1100011 | 10111 | 1110 | 1100011 | 100111 |
Color Harmonies of #C52F01
Complementary color
Monochromatic Colors of #C52F01
Black with #C52F01
Text Example
Text Example
White with #C52F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F01; }
p { color: rgb(197,47,1); }
H1.HeaderClassName
{
color: #C52F01;
}
.AnyTagClassName
{
color: #C52F01;
}
</style>
background-color css
<style>
a { background-color: #C52F01; }
a { background-color: rgb(197,47,1); }
div.DivClassName
{
background-color: #C52F01;
}
.BgClassName
{
background-color: #C52F01;
}
</style>
border-color css
<style>
span { border-color: #C52F01; }
span { border-color: rgb(197,47,1); }
td.TdClassName
{
border-color: #C52F01;
}
.TagClassName
{
border-color: #C52F01;
}
</style>