Html Css Color HEX #C32C11 Harley Davidson Orange
📋 copy color: '#C32C11'red 195 ◦ green 44 ◦ blue 17
Shades of Harley Davidson Orange #C32C11
Tints of Harley Davidson Orange #C32C11
RGB
CMYK
RGB Variations
Color information
#C32C11 (or 0xC32C11) is known color: Harley Davidson Orange. HEX triplet: C3, 2C and 11. RGB value is (195,44,17). Sum of RGB (Red+Green+Blue) = 195+44+17=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32C11 is #3CD3EE. Grayscale: #565656. Windows color (decimal): -3986415 or 1125571. OLE color: 1125571.
HSL color Cylindrical-coordinate representation of color #C32C11: hue angle of 9.1º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C32C11 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 17 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.24 |
| HSL | 9.1º | 0.84% | 0.42% | - |
| HSV(B) | 9.1º | 0.91% | 0.76% | - |
| XYZ | 23.51 | 13.44 | 1.89 | - |
| YUV | 86.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 17 | 0 | 0.77 | 0.91 | 0.24 | 9.1 | 0.84 | 0.42 |
| Hex | C3 | 2C | 11 | 0 | 4D | 5B | 18 | 9 | 54 | 2A |
| Octal | 303 | 54 | 21 | 0 | 115 | 133 | 30 | 11 | 124 | 52 |
| Binary | 11000011 | 101100 | 10001 | 0 | 1001101 | 1011011 | 11000 | 1001 | 1010100 | 101010 |
Color Harmonies of #C32C11
Complementary color
Monochromatic Colors of #C32C11
Black with #C32C11
Text Example
Text Example
White with #C32C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C11; }
p { color: rgb(195,44,17); }
H1.HeaderClassName
{
color: #C32C11;
}
.AnyTagClassName
{
color: #C32C11;
}
</style>
background-color css
<style>
a { background-color: #C32C11; }
a { background-color: rgb(195,44,17); }
div.DivClassName
{
background-color: #C32C11;
}
.BgClassName
{
background-color: #C32C11;
}
</style>
border-color css
<style>
span { border-color: #C32C11; }
span { border-color: rgb(195,44,17); }
td.TdClassName
{
border-color: #C32C11;
}
.TagClassName
{
border-color: #C32C11;
}
</style>