Html Css Color HEX #C32C16 Harley Davidson Orange
📋 copy color: '#C32C16'red 195 ◦ green 44 ◦ blue 22
Shades of Harley Davidson Orange #C32C16
Tints of Harley Davidson Orange #C32C16
RGB
CMYK
RGB Variations
Color information
#C32C16 (or 0xC32C16) is known color: Harley Davidson Orange. HEX triplet: C3, 2C and 16. RGB value is (195,44,22). Sum of RGB (Red+Green+Blue) = 195+44+22=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32C16 is #3CD3E9. Grayscale: #565656. Windows color (decimal): -3986410 or 1453251. OLE color: 1453251.
HSL color Cylindrical-coordinate representation of color #C32C16: hue angle of 7.63º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C32C16 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 22 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.24 |
| HSL | 7.63º | 0.8% | 0.43% | - |
| HSV(B) | 7.63º | 0.89% | 0.76% | - |
| XYZ | 23.55 | 13.46 | 2.12 | - |
| YUV | 86.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 22 | 0 | 0.77 | 0.89 | 0.24 | 7.63 | 0.8 | 0.43 |
| Hex | C3 | 2C | 16 | 0 | 4D | 59 | 18 | 8 | 50 | 2B |
| Octal | 303 | 54 | 26 | 0 | 115 | 131 | 30 | 10 | 120 | 53 |
| Binary | 11000011 | 101100 | 10110 | 0 | 1001101 | 1011001 | 11000 | 1000 | 1010000 | 101011 |
Color Harmonies of #C32C16
Complementary color
Monochromatic Colors of #C32C16
Black with #C32C16
Text Example
Text Example
White with #C32C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C16; }
p { color: rgb(195,44,22); }
H1.HeaderClassName
{
color: #C32C16;
}
.AnyTagClassName
{
color: #C32C16;
}
</style>
background-color css
<style>
a { background-color: #C32C16; }
a { background-color: rgb(195,44,22); }
div.DivClassName
{
background-color: #C32C16;
}
.BgClassName
{
background-color: #C32C16;
}
</style>
border-color css
<style>
span { border-color: #C32C16; }
span { border-color: rgb(195,44,22); }
td.TdClassName
{
border-color: #C32C16;
}
.TagClassName
{
border-color: #C32C16;
}
</style>