Html Css Color HEX #C52307 Harley Davidson Orange
📋 copy color: '#C52307'red 197 ◦ green 35 ◦ blue 7
Shades of Harley Davidson Orange #C52307
Tints of Harley Davidson Orange #C52307
RGB
CMYK
RGB Variations
Color information
#C52307 (or 0xC52307) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 07. RGB value is (197,35,7). Sum of RGB (Red+Green+Blue) = 197+35+7=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C52307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52307 is #3ADCF8. Grayscale: #505050. Windows color (decimal): -3857657 or 467909. OLE color: 467909.
HSL color Cylindrical-coordinate representation of color #C52307: hue angle of 8.84º 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 #C52307 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 7 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.23 |
| HSL | 8.84º | 0.93% | 0.4% | - |
| HSV(B) | 8.84º | 0.96% | 0.77% | - |
| XYZ | 23.67 | 13.09 | 1.48 | - |
| YUV | 80.25 | 86.67 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 7 | 0 | 0.82 | 0.96 | 0.23 | 8.84 | 0.93 | 0.4 |
| Hex | C5 | 23 | 7 | 0 | 52 | 60 | 17 | 9 | 5D | 28 |
| Octal | 305 | 43 | 7 | 0 | 122 | 140 | 27 | 11 | 135 | 50 |
| Binary | 11000101 | 100011 | 111 | 0 | 1010010 | 1100000 | 10111 | 1001 | 1011101 | 101000 |
Color Harmonies of #C52307
Complementary color
Monochromatic Colors of #C52307
Black with #C52307
Text Example
Text Example
White with #C52307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52307; }
p { color: rgb(197,35,7); }
H1.HeaderClassName
{
color: #C52307;
}
.AnyTagClassName
{
color: #C52307;
}
</style>
background-color css
<style>
a { background-color: #C52307; }
a { background-color: rgb(197,35,7); }
div.DivClassName
{
background-color: #C52307;
}
.BgClassName
{
background-color: #C52307;
}
</style>
border-color css
<style>
span { border-color: #C52307; }
span { border-color: rgb(197,35,7); }
td.TdClassName
{
border-color: #C52307;
}
.TagClassName
{
border-color: #C52307;
}
</style>