Html Css Color HEX #C32E11 Harley Davidson Orange
📋 copy color: '#C32E11'red 195 ◦ green 46 ◦ blue 17
Shades of Harley Davidson Orange #C32E11
Tints of Harley Davidson Orange #C32E11
RGB
CMYK
RGB Variations
Color information
#C32E11 (or 0xC32E11) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 11. RGB value is (195,46,17). Sum of RGB (Red+Green+Blue) = 195+46+17=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E11 is #3CD1EE. Grayscale: #575757. Windows color (decimal): -3985903 or 1126083. OLE color: 1126083.
HSL color Cylindrical-coordinate representation of color #C32E11: hue angle of 9.78º 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 #C32E11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 17 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.24 |
| HSL | 9.78º | 0.84% | 0.42% | - |
| HSV(B) | 9.78º | 0.91% | 0.76% | - |
| XYZ | 23.58 | 13.6 | 1.91 | - |
| YUV | 87.25 | 88.36 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 17 | 0 | 0.76 | 0.91 | 0.24 | 9.78 | 0.84 | 0.42 |
| Hex | C3 | 2E | 11 | 0 | 4C | 5B | 18 | A | 54 | 2A |
| Octal | 303 | 56 | 21 | 0 | 114 | 133 | 30 | 12 | 124 | 52 |
| Binary | 11000011 | 101110 | 10001 | 0 | 1001100 | 1011011 | 11000 | 1010 | 1010100 | 101010 |
Color Harmonies of #C32E11
Complementary color
Monochromatic Colors of #C32E11
Black with #C32E11
Text Example
Text Example
White with #C32E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E11; }
p { color: rgb(195,46,17); }
H1.HeaderClassName
{
color: #C32E11;
}
.AnyTagClassName
{
color: #C32E11;
}
</style>
background-color css
<style>
a { background-color: #C32E11; }
a { background-color: rgb(195,46,17); }
div.DivClassName
{
background-color: #C32E11;
}
.BgClassName
{
background-color: #C32E11;
}
</style>
border-color css
<style>
span { border-color: #C32E11; }
span { border-color: rgb(195,46,17); }
td.TdClassName
{
border-color: #C32E11;
}
.TagClassName
{
border-color: #C32E11;
}
</style>