Html Css Color HEX #C53508 Harley Davidson Orange
📋 copy color: '#C53508'red 197 ◦ green 53 ◦ blue 8
Shades of Harley Davidson Orange #C53508
Tints of Harley Davidson Orange #C53508
RGB
CMYK
RGB Variations
Color information
#C53508 (or 0xC53508) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 08. RGB value is (197,53,8). Sum of RGB (Red+Green+Blue) = 197+53+8=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C53508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53508 is #3ACAF7. Grayscale: #5B5B5B. Windows color (decimal): -3853048 or 538053. OLE color: 538053.
HSL color Cylindrical-coordinate representation of color #C53508: hue angle of 14.29º degrees, saturation: 0.92, 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 #C53508 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.23 |
| HSL | 14.29º | 0.92% | 0.4% | - |
| HSV(B) | 14.29º | 0.96% | 0.77% | - |
| XYZ | 24.34 | 14.43 | 1.73 | - |
| YUV | 90.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 8 | 0 | 0.73 | 0.96 | 0.23 | 14.29 | 0.92 | 0.4 |
| Hex | C5 | 35 | 8 | 0 | 49 | 60 | 17 | E | 5C | 28 |
| Octal | 305 | 65 | 10 | 0 | 111 | 140 | 27 | 16 | 134 | 50 |
| Binary | 11000101 | 110101 | 1000 | 0 | 1001001 | 1100000 | 10111 | 1110 | 1011100 | 101000 |
Color Harmonies of #C53508
Complementary color
Monochromatic Colors of #C53508
Black with #C53508
Text Example
Text Example
White with #C53508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53508; }
p { color: rgb(197,53,8); }
H1.HeaderClassName
{
color: #C53508;
}
.AnyTagClassName
{
color: #C53508;
}
</style>
background-color css
<style>
a { background-color: #C53508; }
a { background-color: rgb(197,53,8); }
div.DivClassName
{
background-color: #C53508;
}
.BgClassName
{
background-color: #C53508;
}
</style>
border-color css
<style>
span { border-color: #C53508; }
span { border-color: rgb(197,53,8); }
td.TdClassName
{
border-color: #C53508;
}
.TagClassName
{
border-color: #C53508;
}
</style>