Html Css Color HEX #C52205 Harley Davidson Orange
📋 copy color: '#C52205'red 197 ◦ green 34 ◦ blue 5
Shades of Harley Davidson Orange #C52205
Tints of Harley Davidson Orange #C52205
RGB
CMYK
RGB Variations
Color information
#C52205 (or 0xC52205) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 05. RGB value is (197,34,5). Sum of RGB (Red+Green+Blue) = 197+34+5=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C52205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52205 is #3ADDFA. Grayscale: #4F4F4F. Windows color (decimal): -3857915 or 336581. OLE color: 336581.
HSL color Cylindrical-coordinate representation of color #C52205: hue angle of 9.06º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C52205 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.23 |
| HSL | 9.06º | 0.95% | 0.4% | - |
| HSV(B) | 9.06º | 0.97% | 0.77% | - |
| XYZ | 23.63 | 13.03 | 1.41 | - |
| YUV | 79.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 5 | 0 | 0.83 | 0.97 | 0.23 | 9.06 | 0.95 | 0.4 |
| Hex | C5 | 22 | 5 | 0 | 53 | 61 | 17 | 9 | 5F | 28 |
| Octal | 305 | 42 | 5 | 0 | 123 | 141 | 27 | 11 | 137 | 50 |
| Binary | 11000101 | 100010 | 101 | 0 | 1010011 | 1100001 | 10111 | 1001 | 1011111 | 101000 |
Color Harmonies of #C52205
Complementary color
Monochromatic Colors of #C52205
Black with #C52205
Text Example
Text Example
White with #C52205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52205; }
p { color: rgb(197,34,5); }
H1.HeaderClassName
{
color: #C52205;
}
.AnyTagClassName
{
color: #C52205;
}
</style>
background-color css
<style>
a { background-color: #C52205; }
a { background-color: rgb(197,34,5); }
div.DivClassName
{
background-color: #C52205;
}
.BgClassName
{
background-color: #C52205;
}
</style>
border-color css
<style>
span { border-color: #C52205; }
span { border-color: rgb(197,34,5); }
td.TdClassName
{
border-color: #C52205;
}
.TagClassName
{
border-color: #C52205;
}
</style>