Html Css Color HEX #C52313 Harley Davidson Orange
📋 copy color: '#C52313'red 197 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #C52313
Tints of Harley Davidson Orange #C52313
RGB
CMYK
RGB Variations
Color information
#C52313 (or 0xC52313) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 13. RGB value is (197,35,19). Sum of RGB (Red+Green+Blue) = 197+35+19=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C52313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52313 is #3ADCEC. Grayscale: #515151. Windows color (decimal): -3857645 or 1254341. OLE color: 1254341.
HSL color Cylindrical-coordinate representation of color #C52313: hue angle of 5.39º 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 #C52313 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 19 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.23 |
| HSL | 5.39º | 0.82% | 0.42% | - |
| HSV(B) | 5.39º | 0.9% | 0.77% | - |
| XYZ | 23.74 | 13.12 | 1.9 | - |
| YUV | 81.61 | 92.67 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 19 | 0 | 0.82 | 0.90 | 0.23 | 5.39 | 0.82 | 0.42 |
| Hex | C5 | 23 | 13 | 0 | 52 | 5A | 17 | 5 | 52 | 2A |
| Octal | 305 | 43 | 23 | 0 | 122 | 132 | 27 | 5 | 122 | 52 |
| Binary | 11000101 | 100011 | 10011 | 0 | 1010010 | 1011010 | 10111 | 101 | 1010010 | 101010 |
Color Harmonies of #C52313
Complementary color
Monochromatic Colors of #C52313
Black with #C52313
Text Example
Text Example
White with #C52313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52313; }
p { color: rgb(197,35,19); }
H1.HeaderClassName
{
color: #C52313;
}
.AnyTagClassName
{
color: #C52313;
}
</style>
background-color css
<style>
a { background-color: #C52313; }
a { background-color: rgb(197,35,19); }
div.DivClassName
{
background-color: #C52313;
}
.BgClassName
{
background-color: #C52313;
}
</style>
border-color css
<style>
span { border-color: #C52313; }
span { border-color: rgb(197,35,19); }
td.TdClassName
{
border-color: #C52313;
}
.TagClassName
{
border-color: #C52313;
}
</style>