Html Css Color HEX #C54113 Harley Davidson Orange
📋 copy color: '#C54113'red 197 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #C54113
Tints of Harley Davidson Orange #C54113
RGB
CMYK
RGB Variations
Color information
#C54113 (or 0xC54113) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 13. RGB value is (197,65,19). Sum of RGB (Red+Green+Blue) = 197+65+19=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C54113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54113 is #3ABEEC. Grayscale: #636363. Windows color (decimal): -3849965 or 1262021. OLE color: 1262021.
HSL color Cylindrical-coordinate representation of color #C54113: hue angle of 15.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54113 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.23 |
| HSL | 15.51º | 0.82% | 0.42% | - |
| HSV(B) | 15.51º | 0.9% | 0.77% | - |
| XYZ | 25.03 | 15.7 | 2.33 | - |
| YUV | 99.22 | 82.73 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 19 | 0 | 0.67 | 0.90 | 0.23 | 15.51 | 0.82 | 0.42 |
| Hex | C5 | 41 | 13 | 0 | 43 | 5A | 17 | 10 | 52 | 2A |
| Octal | 305 | 101 | 23 | 0 | 103 | 132 | 27 | 20 | 122 | 52 |
| Binary | 11000101 | 1000001 | 10011 | 0 | 1000011 | 1011010 | 10111 | 10000 | 1010010 | 101010 |
Color Harmonies of #C54113
Complementary color
Monochromatic Colors of #C54113
Black with #C54113
Text Example
Text Example
White with #C54113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54113; }
p { color: rgb(197,65,19); }
H1.HeaderClassName
{
color: #C54113;
}
.AnyTagClassName
{
color: #C54113;
}
</style>
background-color css
<style>
a { background-color: #C54113; }
a { background-color: rgb(197,65,19); }
div.DivClassName
{
background-color: #C54113;
}
.BgClassName
{
background-color: #C54113;
}
</style>
border-color css
<style>
span { border-color: #C54113; }
span { border-color: rgb(197,65,19); }
td.TdClassName
{
border-color: #C54113;
}
.TagClassName
{
border-color: #C54113;
}
</style>