Html Css Color HEX #C53913 Harley Davidson Orange
📋 copy color: '#C53913'red 197 ◦ green 57 ◦ blue 19
Shades of Harley Davidson Orange #C53913
Tints of Harley Davidson Orange #C53913
RGB
CMYK
RGB Variations
Color information
#C53913 (or 0xC53913) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 13. RGB value is (197,57,19). Sum of RGB (Red+Green+Blue) = 197+57+19=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53913 is #3AC6EC. Grayscale: #5E5E5E. Windows color (decimal): -3852013 or 1259973. OLE color: 1259973.
HSL color Cylindrical-coordinate representation of color #C53913: hue angle of 12.81º 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 #C53913 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.23 |
| HSL | 12.81º | 0.82% | 0.42% | - |
| HSV(B) | 12.81º | 0.9% | 0.77% | - |
| XYZ | 24.61 | 14.84 | 2.18 | - |
| YUV | 94.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 19 | 0 | 0.71 | 0.90 | 0.23 | 12.81 | 0.82 | 0.42 |
| Hex | C5 | 39 | 13 | 0 | 47 | 5A | 17 | D | 52 | 2A |
| Octal | 305 | 71 | 23 | 0 | 107 | 132 | 27 | 15 | 122 | 52 |
| Binary | 11000101 | 111001 | 10011 | 0 | 1000111 | 1011010 | 10111 | 1101 | 1010010 | 101010 |
Color Harmonies of #C53913
Complementary color
Monochromatic Colors of #C53913
Black with #C53913
Text Example
Text Example
White with #C53913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53913; }
p { color: rgb(197,57,19); }
H1.HeaderClassName
{
color: #C53913;
}
.AnyTagClassName
{
color: #C53913;
}
</style>
background-color css
<style>
a { background-color: #C53913; }
a { background-color: rgb(197,57,19); }
div.DivClassName
{
background-color: #C53913;
}
.BgClassName
{
background-color: #C53913;
}
</style>
border-color css
<style>
span { border-color: #C53913; }
span { border-color: rgb(197,57,19); }
td.TdClassName
{
border-color: #C53913;
}
.TagClassName
{
border-color: #C53913;
}
</style>