Html Css Color HEX #C52D1B Harley Davidson Orange
📋 copy color: '#C52D1B'red 197 ◦ green 45 ◦ blue 27
Shades of Harley Davidson Orange #C52D1B
Tints of Harley Davidson Orange #C52D1B
RGB
CMYK
RGB Variations
Color information
#C52D1B (or 0xC52D1B) is known color: Harley Davidson Orange. HEX triplet: C5, 2D and 1B. RGB value is (197,45,27). Sum of RGB (Red+Green+Blue) = 197+45+27=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52D1B is #3AD2E4. Grayscale: #585858. Windows color (decimal): -3855077 or 1781189. OLE color: 1781189.
HSL color Cylindrical-coordinate representation of color #C52D1B: hue angle of 6.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C52D1B is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 27 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.23 |
| HSL | 6.35º | 0.76% | 0.44% | - |
| HSV(B) | 6.35º | 0.86% | 0.77% | - |
| XYZ | 24.16 | 13.83 | 2.43 | - |
| YUV | 88.4 | 93.36 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 27 | 0 | 0.77 | 0.86 | 0.23 | 6.35 | 0.76 | 0.44 |
| Hex | C5 | 2D | 1B | 0 | 4D | 56 | 17 | 6 | 4C | 2C |
| Octal | 305 | 55 | 33 | 0 | 115 | 126 | 27 | 6 | 114 | 54 |
| Binary | 11000101 | 101101 | 11011 | 0 | 1001101 | 1010110 | 10111 | 110 | 1001100 | 101100 |
Color Harmonies of #C52D1B
Complementary color
Monochromatic Colors of #C52D1B
Black with #C52D1B
Text Example
Text Example
White with #C52D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D1B; }
p { color: rgb(197,45,27); }
H1.HeaderClassName
{
color: #C52D1B;
}
.AnyTagClassName
{
color: #C52D1B;
}
</style>
background-color css
<style>
a { background-color: #C52D1B; }
a { background-color: rgb(197,45,27); }
div.DivClassName
{
background-color: #C52D1B;
}
.BgClassName
{
background-color: #C52D1B;
}
</style>
border-color css
<style>
span { border-color: #C52D1B; }
span { border-color: rgb(197,45,27); }
td.TdClassName
{
border-color: #C52D1B;
}
.TagClassName
{
border-color: #C52D1B;
}
</style>