Html Css Color HEX #C52113 Harley Davidson Orange
📋 copy color: '#C52113'red 197 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #C52113
Tints of Harley Davidson Orange #C52113
RGB
CMYK
RGB Variations
Color information
#C52113 (or 0xC52113) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 13. RGB value is (197,33,19). Sum of RGB (Red+Green+Blue) = 197+33+19=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C52113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52113 is #3ADEEC. Grayscale: #505050. Windows color (decimal): -3858157 or 1253829. OLE color: 1253829.
HSL color Cylindrical-coordinate representation of color #C52113: hue angle of 4.72º 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 #C52113 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.23 |
| HSL | 4.72º | 0.82% | 0.42% | - |
| HSV(B) | 4.72º | 0.9% | 0.77% | - |
| XYZ | 23.69 | 13.01 | 1.88 | - |
| YUV | 80.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 19 | 0 | 0.83 | 0.90 | 0.23 | 4.72 | 0.82 | 0.42 |
| Hex | C5 | 21 | 13 | 0 | 53 | 5A | 17 | 5 | 52 | 2A |
| Octal | 305 | 41 | 23 | 0 | 123 | 132 | 27 | 5 | 122 | 52 |
| Binary | 11000101 | 100001 | 10011 | 0 | 1010011 | 1011010 | 10111 | 101 | 1010010 | 101010 |
Color Harmonies of #C52113
Complementary color
Monochromatic Colors of #C52113
Black with #C52113
Text Example
Text Example
White with #C52113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52113; }
p { color: rgb(197,33,19); }
H1.HeaderClassName
{
color: #C52113;
}
.AnyTagClassName
{
color: #C52113;
}
</style>
background-color css
<style>
a { background-color: #C52113; }
a { background-color: rgb(197,33,19); }
div.DivClassName
{
background-color: #C52113;
}
.BgClassName
{
background-color: #C52113;
}
</style>
border-color css
<style>
span { border-color: #C52113; }
span { border-color: rgb(197,33,19); }
td.TdClassName
{
border-color: #C52113;
}
.TagClassName
{
border-color: #C52113;
}
</style>