Html Css Color HEX #C52811 Harley Davidson Orange
📋 copy color: '#C52811'red 197 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #C52811
Tints of Harley Davidson Orange #C52811
RGB
CMYK
RGB Variations
Color information
#C52811 (or 0xC52811) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 11. RGB value is (197,40,17). Sum of RGB (Red+Green+Blue) = 197+40+17=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C52811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52811 is #3AD7EE. Grayscale: #545454. Windows color (decimal): -3856367 or 1124549. OLE color: 1124549.
HSL color Cylindrical-coordinate representation of color #C52811: hue angle of 7.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C52811 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 17 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.23 |
| HSL | 7.67º | 0.84% | 0.42% | - |
| HSV(B) | 7.67º | 0.91% | 0.77% | - |
| XYZ | 23.89 | 13.43 | 1.86 | - |
| YUV | 84.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 17 | 0 | 0.80 | 0.91 | 0.23 | 7.67 | 0.84 | 0.42 |
| Hex | C5 | 28 | 11 | 0 | 50 | 5B | 17 | 8 | 54 | 2A |
| Octal | 305 | 50 | 21 | 0 | 120 | 133 | 27 | 10 | 124 | 52 |
| Binary | 11000101 | 101000 | 10001 | 0 | 1010000 | 1011011 | 10111 | 1000 | 1010100 | 101010 |
Color Harmonies of #C52811
Complementary color
Monochromatic Colors of #C52811
Black with #C52811
Text Example
Text Example
White with #C52811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52811; }
p { color: rgb(197,40,17); }
H1.HeaderClassName
{
color: #C52811;
}
.AnyTagClassName
{
color: #C52811;
}
</style>
background-color css
<style>
a { background-color: #C52811; }
a { background-color: rgb(197,40,17); }
div.DivClassName
{
background-color: #C52811;
}
.BgClassName
{
background-color: #C52811;
}
</style>
border-color css
<style>
span { border-color: #C52811; }
span { border-color: rgb(197,40,17); }
td.TdClassName
{
border-color: #C52811;
}
.TagClassName
{
border-color: #C52811;
}
</style>