Html Css Color HEX #C52F07 Harley Davidson Orange
📋 copy color: '#C52F07'red 197 ◦ green 47 ◦ blue 7
Shades of Harley Davidson Orange #C52F07
Tints of Harley Davidson Orange #C52F07
RGB
CMYK
RGB Variations
Color information
#C52F07 (or 0xC52F07) is known color: Harley Davidson Orange. HEX triplet: C5, 2F and 07. RGB value is (197,47,7). Sum of RGB (Red+Green+Blue) = 197+47+7=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52F07 is #3AD0F8. Grayscale: #575757. Windows color (decimal): -3854585 or 470981. OLE color: 470981.
HSL color Cylindrical-coordinate representation of color #C52F07: hue angle of 12.63º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C52F07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.23 |
| HSL | 12.63º | 0.93% | 0.4% | - |
| HSV(B) | 12.63º | 0.96% | 0.77% | - |
| XYZ | 24.08 | 13.92 | 1.62 | - |
| YUV | 87.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 7 | 0 | 0.76 | 0.96 | 0.23 | 12.63 | 0.93 | 0.4 |
| Hex | C5 | 2F | 7 | 0 | 4C | 60 | 17 | D | 5D | 28 |
| Octal | 305 | 57 | 7 | 0 | 114 | 140 | 27 | 15 | 135 | 50 |
| Binary | 11000101 | 101111 | 111 | 0 | 1001100 | 1100000 | 10111 | 1101 | 1011101 | 101000 |
Color Harmonies of #C52F07
Complementary color
Monochromatic Colors of #C52F07
Black with #C52F07
Text Example
Text Example
White with #C52F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F07; }
p { color: rgb(197,47,7); }
H1.HeaderClassName
{
color: #C52F07;
}
.AnyTagClassName
{
color: #C52F07;
}
</style>
background-color css
<style>
a { background-color: #C52F07; }
a { background-color: rgb(197,47,7); }
div.DivClassName
{
background-color: #C52F07;
}
.BgClassName
{
background-color: #C52F07;
}
</style>
border-color css
<style>
span { border-color: #C52F07; }
span { border-color: rgb(197,47,7); }
td.TdClassName
{
border-color: #C52F07;
}
.TagClassName
{
border-color: #C52F07;
}
</style>