Html Css Color HEX #C52604 Harley Davidson Orange
📋 copy color: '#C52604'red 197 ◦ green 38 ◦ blue 4
Shades of Harley Davidson Orange #C52604
Tints of Harley Davidson Orange #C52604
RGB
CMYK
RGB Variations
Color information
#C52604 (or 0xC52604) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 04. RGB value is (197,38,4). Sum of RGB (Red+Green+Blue) = 197+38+4=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C52604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52604 is #3AD9FB. Grayscale: #515151. Windows color (decimal): -3856892 or 272069. OLE color: 272069.
HSL color Cylindrical-coordinate representation of color #C52604: hue angle of 10.57º 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 #C52604 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.23 |
| HSL | 10.57º | 0.96% | 0.39% | - |
| HSV(B) | 10.57º | 0.98% | 0.77% | - |
| XYZ | 23.74 | 13.27 | 1.42 | - |
| YUV | 81.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 4 | 0 | 0.81 | 0.98 | 0.23 | 10.57 | 0.96 | 0.39 |
| Hex | C5 | 26 | 4 | 0 | 51 | 62 | 17 | B | 60 | 27 |
| Octal | 305 | 46 | 4 | 0 | 121 | 142 | 27 | 13 | 140 | 47 |
| Binary | 11000101 | 100110 | 100 | 0 | 1010001 | 1100010 | 10111 | 1011 | 1100000 | 100111 |
Color Harmonies of #C52604
Complementary color
Monochromatic Colors of #C52604
Black with #C52604
Text Example
Text Example
White with #C52604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52604; }
p { color: rgb(197,38,4); }
H1.HeaderClassName
{
color: #C52604;
}
.AnyTagClassName
{
color: #C52604;
}
</style>
background-color css
<style>
a { background-color: #C52604; }
a { background-color: rgb(197,38,4); }
div.DivClassName
{
background-color: #C52604;
}
.BgClassName
{
background-color: #C52604;
}
</style>
border-color css
<style>
span { border-color: #C52604; }
span { border-color: rgb(197,38,4); }
td.TdClassName
{
border-color: #C52604;
}
.TagClassName
{
border-color: #C52604;
}
</style>