Html Css Color HEX #C52513 Harley Davidson Orange
📋 copy color: '#C52513'red 197 ◦ green 37 ◦ blue 19
Shades of Harley Davidson Orange #C52513
Tints of Harley Davidson Orange #C52513
RGB
CMYK
RGB Variations
Color information
#C52513 (or 0xC52513) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 13. RGB value is (197,37,19). Sum of RGB (Red+Green+Blue) = 197+37+19=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C52513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52513 is #3ADAEC. Grayscale: #535353. Windows color (decimal): -3857133 or 1254853. OLE color: 1254853.
HSL color Cylindrical-coordinate representation of color #C52513: hue angle of 6.07º 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 #C52513 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.23 |
| HSL | 6.07º | 0.82% | 0.42% | - |
| HSV(B) | 6.07º | 0.9% | 0.77% | - |
| XYZ | 23.81 | 13.24 | 1.92 | - |
| YUV | 82.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 19 | 0 | 0.81 | 0.90 | 0.23 | 6.07 | 0.82 | 0.42 |
| Hex | C5 | 25 | 13 | 0 | 51 | 5A | 17 | 6 | 52 | 2A |
| Octal | 305 | 45 | 23 | 0 | 121 | 132 | 27 | 6 | 122 | 52 |
| Binary | 11000101 | 100101 | 10011 | 0 | 1010001 | 1011010 | 10111 | 110 | 1010010 | 101010 |
Color Harmonies of #C52513
Complementary color
Monochromatic Colors of #C52513
Black with #C52513
Text Example
Text Example
White with #C52513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52513; }
p { color: rgb(197,37,19); }
H1.HeaderClassName
{
color: #C52513;
}
.AnyTagClassName
{
color: #C52513;
}
</style>
background-color css
<style>
a { background-color: #C52513; }
a { background-color: rgb(197,37,19); }
div.DivClassName
{
background-color: #C52513;
}
.BgClassName
{
background-color: #C52513;
}
</style>
border-color css
<style>
span { border-color: #C52513; }
span { border-color: rgb(197,37,19); }
td.TdClassName
{
border-color: #C52513;
}
.TagClassName
{
border-color: #C52513;
}
</style>