Html Css Color HEX #C52104 Harley Davidson Orange
📋 copy color: '#C52104'red 197 ◦ green 33 ◦ blue 4
Shades of Harley Davidson Orange #C52104
Tints of Harley Davidson Orange #C52104
RGB
CMYK
RGB Variations
Color information
#C52104 (or 0xC52104) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 04. RGB value is (197,33,4). Sum of RGB (Red+Green+Blue) = 197+33+4=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C52104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52104 is #3ADEFB. Grayscale: #4F4F4F. Windows color (decimal): -3858172 or 270789. OLE color: 270789.
HSL color Cylindrical-coordinate representation of color #C52104: hue angle of 9.02º 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 #C52104 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.23 |
| HSL | 9.02º | 0.96% | 0.39% | - |
| HSV(B) | 9.02º | 0.98% | 0.77% | - |
| XYZ | 23.59 | 12.97 | 1.37 | - |
| YUV | 78.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 4 | 0 | 0.83 | 0.98 | 0.23 | 9.02 | 0.96 | 0.39 |
| Hex | C5 | 21 | 4 | 0 | 53 | 62 | 17 | 9 | 60 | 27 |
| Octal | 305 | 41 | 4 | 0 | 123 | 142 | 27 | 11 | 140 | 47 |
| Binary | 11000101 | 100001 | 100 | 0 | 1010011 | 1100010 | 10111 | 1001 | 1100000 | 100111 |
Color Harmonies of #C52104
Complementary color
Monochromatic Colors of #C52104
Black with #C52104
Text Example
Text Example
White with #C52104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52104; }
p { color: rgb(197,33,4); }
H1.HeaderClassName
{
color: #C52104;
}
.AnyTagClassName
{
color: #C52104;
}
</style>
background-color css
<style>
a { background-color: #C52104; }
a { background-color: rgb(197,33,4); }
div.DivClassName
{
background-color: #C52104;
}
.BgClassName
{
background-color: #C52104;
}
</style>
border-color css
<style>
span { border-color: #C52104; }
span { border-color: rgb(197,33,4); }
td.TdClassName
{
border-color: #C52104;
}
.TagClassName
{
border-color: #C52104;
}
</style>