Html Css Color HEX #C52407 Harley Davidson Orange
📋 copy color: '#C52407'red 197 ◦ green 36 ◦ blue 7
Shades of Harley Davidson Orange #C52407
Tints of Harley Davidson Orange #C52407
RGB
CMYK
RGB Variations
Color information
#C52407 (or 0xC52407) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 07. RGB value is (197,36,7). Sum of RGB (Red+Green+Blue) = 197+36+7=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C52407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52407 is #3ADBF8. Grayscale: #515151. Windows color (decimal): -3857401 or 468165. OLE color: 468165.
HSL color Cylindrical-coordinate representation of color #C52407: hue angle of 9.16º 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 #C52407 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 7 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.23 |
| HSL | 9.16º | 0.93% | 0.4% | - |
| HSV(B) | 9.16º | 0.96% | 0.77% | - |
| XYZ | 23.7 | 13.15 | 1.49 | - |
| YUV | 80.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 7 | 0 | 0.82 | 0.96 | 0.23 | 9.16 | 0.93 | 0.4 |
| Hex | C5 | 24 | 7 | 0 | 52 | 60 | 17 | 9 | 5D | 28 |
| Octal | 305 | 44 | 7 | 0 | 122 | 140 | 27 | 11 | 135 | 50 |
| Binary | 11000101 | 100100 | 111 | 0 | 1010010 | 1100000 | 10111 | 1001 | 1011101 | 101000 |
Color Harmonies of #C52407
Complementary color
Monochromatic Colors of #C52407
Black with #C52407
Text Example
Text Example
White with #C52407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52407; }
p { color: rgb(197,36,7); }
H1.HeaderClassName
{
color: #C52407;
}
.AnyTagClassName
{
color: #C52407;
}
</style>
background-color css
<style>
a { background-color: #C52407; }
a { background-color: rgb(197,36,7); }
div.DivClassName
{
background-color: #C52407;
}
.BgClassName
{
background-color: #C52407;
}
</style>
border-color css
<style>
span { border-color: #C52407; }
span { border-color: rgb(197,36,7); }
td.TdClassName
{
border-color: #C52407;
}
.TagClassName
{
border-color: #C52407;
}
</style>