Html Css Color HEX #C54215 Harley Davidson Orange
📋 copy color: '#C54215'red 197 ◦ green 66 ◦ blue 21
Shades of Harley Davidson Orange #C54215
Tints of Harley Davidson Orange #C54215
RGB
CMYK
RGB Variations
Color information
#C54215 (or 0xC54215) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 15. RGB value is (197,66,21). Sum of RGB (Red+Green+Blue) = 197+66+21=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C54215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54215 is #3ABDEA. Grayscale: #646464. Windows color (decimal): -3849707 or 1393349. OLE color: 1393349.
HSL color Cylindrical-coordinate representation of color #C54215: hue angle of 15.34º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C54215 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.23 |
| HSL | 15.34º | 0.81% | 0.43% | - |
| HSV(B) | 15.34º | 0.89% | 0.77% | - |
| XYZ | 25.11 | 15.82 | 2.44 | - |
| YUV | 100.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 21 | 0 | 0.66 | 0.89 | 0.23 | 15.34 | 0.81 | 0.43 |
| Hex | C5 | 42 | 15 | 0 | 42 | 59 | 17 | F | 51 | 2B |
| Octal | 305 | 102 | 25 | 0 | 102 | 131 | 27 | 17 | 121 | 53 |
| Binary | 11000101 | 1000010 | 10101 | 0 | 1000010 | 1011001 | 10111 | 1111 | 1010001 | 101011 |
Color Harmonies of #C54215
Complementary color
Monochromatic Colors of #C54215
Black with #C54215
Text Example
Text Example
White with #C54215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54215; }
p { color: rgb(197,66,21); }
H1.HeaderClassName
{
color: #C54215;
}
.AnyTagClassName
{
color: #C54215;
}
</style>
background-color css
<style>
a { background-color: #C54215; }
a { background-color: rgb(197,66,21); }
div.DivClassName
{
background-color: #C54215;
}
.BgClassName
{
background-color: #C54215;
}
</style>
border-color css
<style>
span { border-color: #C54215; }
span { border-color: rgb(197,66,21); }
td.TdClassName
{
border-color: #C54215;
}
.TagClassName
{
border-color: #C54215;
}
</style>