Html Css Color HEX #C54114 Harley Davidson Orange
📋 copy color: '#C54114'red 197 ◦ green 65 ◦ blue 20
Shades of Harley Davidson Orange #C54114
Tints of Harley Davidson Orange #C54114
RGB
CMYK
RGB Variations
Color information
#C54114 (or 0xC54114) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 14. RGB value is (197,65,20). Sum of RGB (Red+Green+Blue) = 197+65+20=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C54114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54114 is #3ABEEB. Grayscale: #636363. Windows color (decimal): -3849964 or 1327557. OLE color: 1327557.
HSL color Cylindrical-coordinate representation of color #C54114: hue angle of 15.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54114 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 20 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.23 |
| HSL | 15.25º | 0.82% | 0.43% | - |
| HSV(B) | 15.25º | 0.9% | 0.77% | - |
| XYZ | 25.04 | 15.7 | 2.37 | - |
| YUV | 99.34 | 83.23 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 20 | 0 | 0.67 | 0.90 | 0.23 | 15.25 | 0.82 | 0.43 |
| Hex | C5 | 41 | 14 | 0 | 43 | 5A | 17 | F | 52 | 2B |
| Octal | 305 | 101 | 24 | 0 | 103 | 132 | 27 | 17 | 122 | 53 |
| Binary | 11000101 | 1000001 | 10100 | 0 | 1000011 | 1011010 | 10111 | 1111 | 1010010 | 101011 |
Color Harmonies of #C54114
Complementary color
Monochromatic Colors of #C54114
Black with #C54114
Text Example
Text Example
White with #C54114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54114; }
p { color: rgb(197,65,20); }
H1.HeaderClassName
{
color: #C54114;
}
.AnyTagClassName
{
color: #C54114;
}
</style>
background-color css
<style>
a { background-color: #C54114; }
a { background-color: rgb(197,65,20); }
div.DivClassName
{
background-color: #C54114;
}
.BgClassName
{
background-color: #C54114;
}
</style>
border-color css
<style>
span { border-color: #C54114; }
span { border-color: rgb(197,65,20); }
td.TdClassName
{
border-color: #C54114;
}
.TagClassName
{
border-color: #C54114;
}
</style>