Html Css Color HEX #C54216 Harley Davidson Orange
📋 copy color: '#C54216'red 197 ◦ green 66 ◦ blue 22
Shades of Harley Davidson Orange #C54216
Tints of Harley Davidson Orange #C54216
RGB
CMYK
RGB Variations
Color information
#C54216 (or 0xC54216) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 16. RGB value is (197,66,22). Sum of RGB (Red+Green+Blue) = 197+66+22=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C54216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54216 is #3ABDE9. Grayscale: #646464. Windows color (decimal): -3849706 or 1458885. OLE color: 1458885.
HSL color Cylindrical-coordinate representation of color #C54216: hue angle of 15.09º degrees, saturation: 0.8, 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 #C54216 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.23 |
| HSL | 15.09º | 0.8% | 0.43% | - |
| HSV(B) | 15.09º | 0.89% | 0.77% | - |
| XYZ | 25.12 | 15.82 | 2.49 | - |
| YUV | 100.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 22 | 0 | 0.66 | 0.89 | 0.23 | 15.09 | 0.8 | 0.43 |
| Hex | C5 | 42 | 16 | 0 | 42 | 59 | 17 | F | 50 | 2B |
| Octal | 305 | 102 | 26 | 0 | 102 | 131 | 27 | 17 | 120 | 53 |
| Binary | 11000101 | 1000010 | 10110 | 0 | 1000010 | 1011001 | 10111 | 1111 | 1010000 | 101011 |
Color Harmonies of #C54216
Complementary color
Monochromatic Colors of #C54216
Black with #C54216
Text Example
Text Example
White with #C54216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54216; }
p { color: rgb(197,66,22); }
H1.HeaderClassName
{
color: #C54216;
}
.AnyTagClassName
{
color: #C54216;
}
</style>
background-color css
<style>
a { background-color: #C54216; }
a { background-color: rgb(197,66,22); }
div.DivClassName
{
background-color: #C54216;
}
.BgClassName
{
background-color: #C54216;
}
</style>
border-color css
<style>
span { border-color: #C54216; }
span { border-color: rgb(197,66,22); }
td.TdClassName
{
border-color: #C54216;
}
.TagClassName
{
border-color: #C54216;
}
</style>