Html Css Color HEX #C52713 Harley Davidson Orange
📋 copy color: '#C52713'red 197 ◦ green 39 ◦ blue 19
Shades of Harley Davidson Orange #C52713
Tints of Harley Davidson Orange #C52713
RGB
CMYK
RGB Variations
Color information
#C52713 (or 0xC52713) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 13. RGB value is (197,39,19). Sum of RGB (Red+Green+Blue) = 197+39+19=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52713 is #3AD8EC. Grayscale: #545454. Windows color (decimal): -3856621 or 1255365. OLE color: 1255365.
HSL color Cylindrical-coordinate representation of color #C52713: hue angle of 6.74º 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 #C52713 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 19 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.23 |
| HSL | 6.74º | 0.82% | 0.42% | - |
| HSV(B) | 6.74º | 0.9% | 0.77% | - |
| XYZ | 23.87 | 13.37 | 1.94 | - |
| YUV | 83.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 19 | 0 | 0.80 | 0.90 | 0.23 | 6.74 | 0.82 | 0.42 |
| Hex | C5 | 27 | 13 | 0 | 50 | 5A | 17 | 7 | 52 | 2A |
| Octal | 305 | 47 | 23 | 0 | 120 | 132 | 27 | 7 | 122 | 52 |
| Binary | 11000101 | 100111 | 10011 | 0 | 1010000 | 1011010 | 10111 | 111 | 1010010 | 101010 |
Color Harmonies of #C52713
Complementary color
Monochromatic Colors of #C52713
Black with #C52713
Text Example
Text Example
White with #C52713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52713; }
p { color: rgb(197,39,19); }
H1.HeaderClassName
{
color: #C52713;
}
.AnyTagClassName
{
color: #C52713;
}
</style>
background-color css
<style>
a { background-color: #C52713; }
a { background-color: rgb(197,39,19); }
div.DivClassName
{
background-color: #C52713;
}
.BgClassName
{
background-color: #C52713;
}
</style>
border-color css
<style>
span { border-color: #C52713; }
span { border-color: rgb(197,39,19); }
td.TdClassName
{
border-color: #C52713;
}
.TagClassName
{
border-color: #C52713;
}
</style>