Html Css Color HEX #C53B1E Harley Davidson Orange
📋 copy color: '#C53B1E'red 197 ◦ green 59 ◦ blue 30
Shades of Harley Davidson Orange #C53B1E
Tints of Harley Davidson Orange #C53B1E
RGB
CMYK
RGB Variations
Color information
#C53B1E (or 0xC53B1E) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 1E. RGB value is (197,59,30). Sum of RGB (Red+Green+Blue) = 197+59+30=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B1E is #3AC4E1. Grayscale: #616161. Windows color (decimal): -3851490 or 1981381. OLE color: 1981381.
HSL color Cylindrical-coordinate representation of color #C53B1E: hue angle of 10.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C53B1E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 30 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.23 |
| HSL | 10.42º | 0.74% | 0.45% | - |
| HSV(B) | 10.42º | 0.85% | 0.77% | - |
| XYZ | 24.82 | 15.09 | 2.83 | - |
| YUV | 96.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 30 | 0 | 0.70 | 0.85 | 0.23 | 10.42 | 0.74 | 0.45 |
| Hex | C5 | 3B | 1E | 0 | 46 | 55 | 17 | A | 4A | 2D |
| Octal | 305 | 73 | 36 | 0 | 106 | 125 | 27 | 12 | 112 | 55 |
| Binary | 11000101 | 111011 | 11110 | 0 | 1000110 | 1010101 | 10111 | 1010 | 1001010 | 101101 |
Color Harmonies of #C53B1E
Complementary color
Monochromatic Colors of #C53B1E
Black with #C53B1E
Text Example
Text Example
White with #C53B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B1E; }
p { color: rgb(197,59,30); }
H1.HeaderClassName
{
color: #C53B1E;
}
.AnyTagClassName
{
color: #C53B1E;
}
</style>
background-color css
<style>
a { background-color: #C53B1E; }
a { background-color: rgb(197,59,30); }
div.DivClassName
{
background-color: #C53B1E;
}
.BgClassName
{
background-color: #C53B1E;
}
</style>
border-color css
<style>
span { border-color: #C53B1E; }
span { border-color: rgb(197,59,30); }
td.TdClassName
{
border-color: #C53B1E;
}
.TagClassName
{
border-color: #C53B1E;
}
</style>