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