Html Css Color HEX #C53914 Harley Davidson Orange
📋 copy color: '#C53914'red 197 ◦ green 57 ◦ blue 20
Shades of Harley Davidson Orange #C53914
Tints of Harley Davidson Orange #C53914
RGB
CMYK
RGB Variations
Color information
#C53914 (or 0xC53914) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 14. RGB value is (197,57,20). Sum of RGB (Red+Green+Blue) = 197+57+20=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C53914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53914 is #3AC6EB. Grayscale: #5E5E5E. Windows color (decimal): -3852012 or 1325509. OLE color: 1325509.
HSL color Cylindrical-coordinate representation of color #C53914: hue angle of 12.54º 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 #C53914 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 20 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.23 |
| HSL | 12.54º | 0.82% | 0.43% | - |
| HSV(B) | 12.54º | 0.9% | 0.77% | - |
| XYZ | 24.62 | 14.85 | 2.23 | - |
| YUV | 94.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 20 | 0 | 0.71 | 0.90 | 0.23 | 12.54 | 0.82 | 0.43 |
| Hex | C5 | 39 | 14 | 0 | 47 | 5A | 17 | D | 52 | 2B |
| Octal | 305 | 71 | 24 | 0 | 107 | 132 | 27 | 15 | 122 | 53 |
| Binary | 11000101 | 111001 | 10100 | 0 | 1000111 | 1011010 | 10111 | 1101 | 1010010 | 101011 |
Color Harmonies of #C53914
Complementary color
Monochromatic Colors of #C53914
Black with #C53914
Text Example
Text Example
White with #C53914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53914; }
p { color: rgb(197,57,20); }
H1.HeaderClassName
{
color: #C53914;
}
.AnyTagClassName
{
color: #C53914;
}
</style>
background-color css
<style>
a { background-color: #C53914; }
a { background-color: rgb(197,57,20); }
div.DivClassName
{
background-color: #C53914;
}
.BgClassName
{
background-color: #C53914;
}
</style>
border-color css
<style>
span { border-color: #C53914; }
span { border-color: rgb(197,57,20); }
td.TdClassName
{
border-color: #C53914;
}
.TagClassName
{
border-color: #C53914;
}
</style>