Html Css Color HEX #C52D1C Harley Davidson Orange
📋 copy color: '#C52D1C'red 197 ◦ green 45 ◦ blue 28
Shades of Harley Davidson Orange #C52D1C
Tints of Harley Davidson Orange #C52D1C
RGB
CMYK
RGB Variations
Color information
#C52D1C (or 0xC52D1C) is known color: Harley Davidson Orange. HEX triplet: C5, 2D and 1C. RGB value is (197,45,28). Sum of RGB (Red+Green+Blue) = 197+45+28=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52D1C is #3AD2E3. Grayscale: #585858. Windows color (decimal): -3855076 or 1846725. OLE color: 1846725.
HSL color Cylindrical-coordinate representation of color #C52D1C: hue angle of 6.04º degrees, saturation: 0.75, 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 #C52D1C is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 28 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.23 |
| HSL | 6.04º | 0.75% | 0.44% | - |
| HSV(B) | 6.04º | 0.86% | 0.77% | - |
| XYZ | 24.17 | 13.83 | 2.49 | - |
| YUV | 88.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 28 | 0 | 0.77 | 0.86 | 0.23 | 6.04 | 0.75 | 0.44 |
| Hex | C5 | 2D | 1C | 0 | 4D | 56 | 17 | 6 | 4B | 2C |
| Octal | 305 | 55 | 34 | 0 | 115 | 126 | 27 | 6 | 113 | 54 |
| Binary | 11000101 | 101101 | 11100 | 0 | 1001101 | 1010110 | 10111 | 110 | 1001011 | 101100 |
Color Harmonies of #C52D1C
Complementary color
Monochromatic Colors of #C52D1C
Black with #C52D1C
Text Example
Text Example
White with #C52D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D1C; }
p { color: rgb(197,45,28); }
H1.HeaderClassName
{
color: #C52D1C;
}
.AnyTagClassName
{
color: #C52D1C;
}
</style>
background-color css
<style>
a { background-color: #C52D1C; }
a { background-color: rgb(197,45,28); }
div.DivClassName
{
background-color: #C52D1C;
}
.BgClassName
{
background-color: #C52D1C;
}
</style>
border-color css
<style>
span { border-color: #C52D1C; }
span { border-color: rgb(197,45,28); }
td.TdClassName
{
border-color: #C52D1C;
}
.TagClassName
{
border-color: #C52D1C;
}
</style>