Html Css Color HEX #C52F16 Harley Davidson Orange
📋 copy color: '#C52F16'red 197 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #C52F16
Tints of Harley Davidson Orange #C52F16
RGB
CMYK
RGB Variations
Color information
#C52F16 (or 0xC52F16) is known color: Harley Davidson Orange. HEX triplet: C5, 2F and 16. RGB value is (197,47,22). Sum of RGB (Red+Green+Blue) = 197+47+22=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52F16 is #3AD0E9. Grayscale: #595959. Windows color (decimal): -3854570 or 1454021. OLE color: 1454021.
HSL color Cylindrical-coordinate representation of color #C52F16: hue angle of 8.57º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C52F16 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 22 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.23 |
| HSL | 8.57º | 0.8% | 0.43% | - |
| HSV(B) | 8.57º | 0.89% | 0.77% | - |
| XYZ | 24.19 | 13.96 | 2.18 | - |
| YUV | 89 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 22 | 0 | 0.76 | 0.89 | 0.23 | 8.57 | 0.8 | 0.43 |
| Hex | C5 | 2F | 16 | 0 | 4C | 59 | 17 | 9 | 50 | 2B |
| Octal | 305 | 57 | 26 | 0 | 114 | 131 | 27 | 11 | 120 | 53 |
| Binary | 11000101 | 101111 | 10110 | 0 | 1001100 | 1011001 | 10111 | 1001 | 1010000 | 101011 |
Color Harmonies of #C52F16
Complementary color
Monochromatic Colors of #C52F16
Black with #C52F16
Text Example
Text Example
White with #C52F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F16; }
p { color: rgb(197,47,22); }
H1.HeaderClassName
{
color: #C52F16;
}
.AnyTagClassName
{
color: #C52F16;
}
</style>
background-color css
<style>
a { background-color: #C52F16; }
a { background-color: rgb(197,47,22); }
div.DivClassName
{
background-color: #C52F16;
}
.BgClassName
{
background-color: #C52F16;
}
</style>
border-color css
<style>
span { border-color: #C52F16; }
span { border-color: rgb(197,47,22); }
td.TdClassName
{
border-color: #C52F16;
}
.TagClassName
{
border-color: #C52F16;
}
</style>