Html Css Color HEX #C52C1B Harley Davidson Orange
📋 copy color: '#C52C1B'red 197 ◦ green 44 ◦ blue 27
Shades of Harley Davidson Orange #C52C1B
Tints of Harley Davidson Orange #C52C1B
RGB
CMYK
RGB Variations
Color information
#C52C1B (or 0xC52C1B) is known color: Harley Davidson Orange. HEX triplet: C5, 2C and 1B. RGB value is (197,44,27). Sum of RGB (Red+Green+Blue) = 197+44+27=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C1B is #3AD3E4. Grayscale: #585858. Windows color (decimal): -3855333 or 1780933. OLE color: 1780933.
HSL color Cylindrical-coordinate representation of color #C52C1B: hue angle of 6º 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 #C52C1B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 27 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.23 |
| HSL | 6º | 0.76% | 0.44% | - |
| HSV(B) | 6º | 0.86% | 0.77% | - |
| XYZ | 24.12 | 13.75 | 2.42 | - |
| YUV | 87.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 27 | 0 | 0.78 | 0.86 | 0.23 | 6 | 0.76 | 0.44 |
| Hex | C5 | 2C | 1B | 0 | 4E | 56 | 17 | 6 | 4C | 2C |
| Octal | 305 | 54 | 33 | 0 | 116 | 126 | 27 | 6 | 114 | 54 |
| Binary | 11000101 | 101100 | 11011 | 0 | 1001110 | 1010110 | 10111 | 110 | 1001100 | 101100 |
Color Harmonies of #C52C1B
Complementary color
Monochromatic Colors of #C52C1B
Black with #C52C1B
Text Example
Text Example
White with #C52C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C1B; }
p { color: rgb(197,44,27); }
H1.HeaderClassName
{
color: #C52C1B;
}
.AnyTagClassName
{
color: #C52C1B;
}
</style>
background-color css
<style>
a { background-color: #C52C1B; }
a { background-color: rgb(197,44,27); }
div.DivClassName
{
background-color: #C52C1B;
}
.BgClassName
{
background-color: #C52C1B;
}
</style>
border-color css
<style>
span { border-color: #C52C1B; }
span { border-color: rgb(197,44,27); }
td.TdClassName
{
border-color: #C52C1B;
}
.TagClassName
{
border-color: #C52C1B;
}
</style>