Html Css Color HEX #C52D1E Harley Davidson Orange
📋 copy color: '#C52D1E'red 197 ◦ green 45 ◦ blue 30
Shades of Harley Davidson Orange #C52D1E
Tints of Harley Davidson Orange #C52D1E
RGB
CMYK
RGB Variations
Color information
#C52D1E (or 0xC52D1E) is known color: Harley Davidson Orange. HEX triplet: C5, 2D and 1E. RGB value is (197,45,30). Sum of RGB (Red+Green+Blue) = 197+45+30=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52D1E is #3AD2E1. Grayscale: #585858. Windows color (decimal): -3855074 or 1977797. OLE color: 1977797.
HSL color Cylindrical-coordinate representation of color #C52D1E: hue angle of 5.39º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C52D1E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 30 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.23 |
| HSL | 5.39º | 0.74% | 0.45% | - |
| HSV(B) | 5.39º | 0.85% | 0.77% | - |
| XYZ | 24.2 | 13.84 | 2.62 | - |
| YUV | 88.74 | 94.86 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 30 | 0 | 0.77 | 0.85 | 0.23 | 5.39 | 0.74 | 0.45 |
| Hex | C5 | 2D | 1E | 0 | 4D | 55 | 17 | 5 | 4A | 2D |
| Octal | 305 | 55 | 36 | 0 | 115 | 125 | 27 | 5 | 112 | 55 |
| Binary | 11000101 | 101101 | 11110 | 0 | 1001101 | 1010101 | 10111 | 101 | 1001010 | 101101 |
Color Harmonies of #C52D1E
Complementary color
Monochromatic Colors of #C52D1E
Black with #C52D1E
Text Example
Text Example
White with #C52D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D1E; }
p { color: rgb(197,45,30); }
H1.HeaderClassName
{
color: #C52D1E;
}
.AnyTagClassName
{
color: #C52D1E;
}
</style>
background-color css
<style>
a { background-color: #C52D1E; }
a { background-color: rgb(197,45,30); }
div.DivClassName
{
background-color: #C52D1E;
}
.BgClassName
{
background-color: #C52D1E;
}
</style>
border-color css
<style>
span { border-color: #C52D1E; }
span { border-color: rgb(197,45,30); }
td.TdClassName
{
border-color: #C52D1E;
}
.TagClassName
{
border-color: #C52D1E;
}
</style>