Html Css Color HEX #C52013 Harley Davidson Orange
📋 copy color: '#C52013'red 197 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #C52013
Tints of Harley Davidson Orange #C52013
RGB
CMYK
RGB Variations
Color information
#C52013 (or 0xC52013) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 13. RGB value is (197,32,19). Sum of RGB (Red+Green+Blue) = 197+32+19=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C52013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52013 is #3ADFEC. Grayscale: #505050. Windows color (decimal): -3858413 or 1253573. OLE color: 1253573.
HSL color Cylindrical-coordinate representation of color #C52013: hue angle of 4.38º 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 #C52013 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 19 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.23 |
| HSL | 4.38º | 0.82% | 0.42% | - |
| HSV(B) | 4.38º | 0.9% | 0.77% | - |
| XYZ | 23.66 | 12.95 | 1.87 | - |
| YUV | 79.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 19 | 0 | 0.84 | 0.90 | 0.23 | 4.38 | 0.82 | 0.42 |
| Hex | C5 | 20 | 13 | 0 | 54 | 5A | 17 | 4 | 52 | 2A |
| Octal | 305 | 40 | 23 | 0 | 124 | 132 | 27 | 4 | 122 | 52 |
| Binary | 11000101 | 100000 | 10011 | 0 | 1010100 | 1011010 | 10111 | 100 | 1010010 | 101010 |
Color Harmonies of #C52013
Complementary color
Monochromatic Colors of #C52013
Black with #C52013
Text Example
Text Example
White with #C52013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52013; }
p { color: rgb(197,32,19); }
H1.HeaderClassName
{
color: #C52013;
}
.AnyTagClassName
{
color: #C52013;
}
</style>
background-color css
<style>
a { background-color: #C52013; }
a { background-color: rgb(197,32,19); }
div.DivClassName
{
background-color: #C52013;
}
.BgClassName
{
background-color: #C52013;
}
</style>
border-color css
<style>
span { border-color: #C52013; }
span { border-color: rgb(197,32,19); }
td.TdClassName
{
border-color: #C52013;
}
.TagClassName
{
border-color: #C52013;
}
</style>