Html Css Color HEX #C52F04 Harley Davidson Orange
📋 copy color: '#C52F04'red 197 ◦ green 47 ◦ blue 4
Shades of Harley Davidson Orange #C52F04
Tints of Harley Davidson Orange #C52F04
RGB
CMYK
RGB Variations
Color information
#C52F04 (or 0xC52F04) is known color: Harley Davidson Orange. HEX triplet: C5, 2F and 04. RGB value is (197,47,4). Sum of RGB (Red+Green+Blue) = 197+47+4=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52F04 is #3AD0FB. Grayscale: #575757. Windows color (decimal): -3854588 or 274373. OLE color: 274373.
HSL color Cylindrical-coordinate representation of color #C52F04: hue angle of 13.37º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C52F04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.23 |
| HSL | 13.37º | 0.96% | 0.39% | - |
| HSV(B) | 13.37º | 0.98% | 0.77% | - |
| XYZ | 24.06 | 13.91 | 1.53 | - |
| YUV | 86.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 4 | 0 | 0.76 | 0.98 | 0.23 | 13.37 | 0.96 | 0.39 |
| Hex | C5 | 2F | 4 | 0 | 4C | 62 | 17 | D | 60 | 27 |
| Octal | 305 | 57 | 4 | 0 | 114 | 142 | 27 | 15 | 140 | 47 |
| Binary | 11000101 | 101111 | 100 | 0 | 1001100 | 1100010 | 10111 | 1101 | 1100000 | 100111 |
Color Harmonies of #C52F04
Complementary color
Monochromatic Colors of #C52F04
Black with #C52F04
Text Example
Text Example
White with #C52F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52F04; }
p { color: rgb(197,47,4); }
H1.HeaderClassName
{
color: #C52F04;
}
.AnyTagClassName
{
color: #C52F04;
}
</style>
background-color css
<style>
a { background-color: #C52F04; }
a { background-color: rgb(197,47,4); }
div.DivClassName
{
background-color: #C52F04;
}
.BgClassName
{
background-color: #C52F04;
}
</style>
border-color css
<style>
span { border-color: #C52F04; }
span { border-color: rgb(197,47,4); }
td.TdClassName
{
border-color: #C52F04;
}
.TagClassName
{
border-color: #C52F04;
}
</style>