Html Css Color HEX #C52C1C Harley Davidson Orange
📋 copy color: '#C52C1C'red 197 ◦ green 44 ◦ blue 28
Shades of Harley Davidson Orange #C52C1C
Tints of Harley Davidson Orange #C52C1C
RGB
CMYK
RGB Variations
Color information
#C52C1C (or 0xC52C1C) is known color: Harley Davidson Orange. HEX triplet: C5, 2C and 1C. RGB value is (197,44,28). Sum of RGB (Red+Green+Blue) = 197+44+28=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C1C is #3AD3E3. Grayscale: #585858. Windows color (decimal): -3855332 or 1846469. OLE color: 1846469.
HSL color Cylindrical-coordinate representation of color #C52C1C: hue angle of 5.68º 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 #C52C1C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 28 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.23 |
| HSL | 5.68º | 0.75% | 0.44% | - |
| HSV(B) | 5.68º | 0.86% | 0.77% | - |
| XYZ | 24.14 | 13.76 | 2.48 | - |
| YUV | 87.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 28 | 0 | 0.78 | 0.86 | 0.23 | 5.68 | 0.75 | 0.44 |
| Hex | C5 | 2C | 1C | 0 | 4E | 56 | 17 | 6 | 4B | 2C |
| Octal | 305 | 54 | 34 | 0 | 116 | 126 | 27 | 6 | 113 | 54 |
| Binary | 11000101 | 101100 | 11100 | 0 | 1001110 | 1010110 | 10111 | 110 | 1001011 | 101100 |
Color Harmonies of #C52C1C
Complementary color
Monochromatic Colors of #C52C1C
Black with #C52C1C
Text Example
Text Example
White with #C52C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C1C; }
p { color: rgb(197,44,28); }
H1.HeaderClassName
{
color: #C52C1C;
}
.AnyTagClassName
{
color: #C52C1C;
}
</style>
background-color css
<style>
a { background-color: #C52C1C; }
a { background-color: rgb(197,44,28); }
div.DivClassName
{
background-color: #C52C1C;
}
.BgClassName
{
background-color: #C52C1C;
}
</style>
border-color css
<style>
span { border-color: #C52C1C; }
span { border-color: rgb(197,44,28); }
td.TdClassName
{
border-color: #C52C1C;
}
.TagClassName
{
border-color: #C52C1C;
}
</style>