Html Css Color HEX #C52A13 Harley Davidson Orange
📋 copy color: '#C52A13'red 197 ◦ green 42 ◦ blue 19
Shades of Harley Davidson Orange #C52A13
Tints of Harley Davidson Orange #C52A13
RGB
CMYK
RGB Variations
Color information
#C52A13 (or 0xC52A13) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 13. RGB value is (197,42,19). Sum of RGB (Red+Green+Blue) = 197+42+19=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52A13 is #3AD5EC. Grayscale: #555555. Windows color (decimal): -3855853 or 1256133. OLE color: 1256133.
HSL color Cylindrical-coordinate representation of color #C52A13: hue angle of 7.75º 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 #C52A13 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.23 |
| HSL | 7.75º | 0.82% | 0.42% | - |
| HSV(B) | 7.75º | 0.9% | 0.77% | - |
| XYZ | 23.97 | 13.57 | 1.97 | - |
| YUV | 85.72 | 90.35 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 19 | 0 | 0.79 | 0.90 | 0.23 | 7.75 | 0.82 | 0.42 |
| Hex | C5 | 2A | 13 | 0 | 4F | 5A | 17 | 8 | 52 | 2A |
| Octal | 305 | 52 | 23 | 0 | 117 | 132 | 27 | 10 | 122 | 52 |
| Binary | 11000101 | 101010 | 10011 | 0 | 1001111 | 1011010 | 10111 | 1000 | 1010010 | 101010 |
Color Harmonies of #C52A13
Complementary color
Monochromatic Colors of #C52A13
Black with #C52A13
Text Example
Text Example
White with #C52A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A13; }
p { color: rgb(197,42,19); }
H1.HeaderClassName
{
color: #C52A13;
}
.AnyTagClassName
{
color: #C52A13;
}
</style>
background-color css
<style>
a { background-color: #C52A13; }
a { background-color: rgb(197,42,19); }
div.DivClassName
{
background-color: #C52A13;
}
.BgClassName
{
background-color: #C52A13;
}
</style>
border-color css
<style>
span { border-color: #C52A13; }
span { border-color: rgb(197,42,19); }
td.TdClassName
{
border-color: #C52A13;
}
.TagClassName
{
border-color: #C52A13;
}
</style>