Html Css Color HEX #C32E20 Harley Davidson Orange
📋 copy color: '#C32E20'red 195 ◦ green 46 ◦ blue 32
Shades of Harley Davidson Orange #C32E20
Tints of Harley Davidson Orange #C32E20
RGB
CMYK
RGB Variations
Color information
#C32E20 (or 0xC32E20) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 20. RGB value is (195,46,32). Sum of RGB (Red+Green+Blue) = 195+46+32=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E20 is #3CD1DF. Grayscale: #595959. Windows color (decimal): -3985888 or 2109123. OLE color: 2109123.
HSL color Cylindrical-coordinate representation of color #C32E20: hue angle of 5.15º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32E20 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 32 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.24 |
| HSL | 5.15º | 0.72% | 0.45% | - |
| HSV(B) | 5.15º | 0.84% | 0.76% | - |
| XYZ | 23.74 | 13.66 | 2.75 | - |
| YUV | 88.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 32 | 0 | 0.76 | 0.84 | 0.24 | 5.15 | 0.72 | 0.45 |
| Hex | C3 | 2E | 20 | 0 | 4C | 54 | 18 | 5 | 48 | 2D |
| Octal | 303 | 56 | 40 | 0 | 114 | 124 | 30 | 5 | 110 | 55 |
| Binary | 11000011 | 101110 | 100000 | 0 | 1001100 | 1010100 | 11000 | 101 | 1001000 | 101101 |
Color Harmonies of #C32E20
Complementary color
Monochromatic Colors of #C32E20
Black with #C32E20
Text Example
Text Example
White with #C32E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E20; }
p { color: rgb(195,46,32); }
H1.HeaderClassName
{
color: #C32E20;
}
.AnyTagClassName
{
color: #C32E20;
}
</style>
background-color css
<style>
a { background-color: #C32E20; }
a { background-color: rgb(195,46,32); }
div.DivClassName
{
background-color: #C32E20;
}
.BgClassName
{
background-color: #C32E20;
}
</style>
border-color css
<style>
span { border-color: #C32E20; }
span { border-color: rgb(195,46,32); }
td.TdClassName
{
border-color: #C32E20;
}
.TagClassName
{
border-color: #C32E20;
}
</style>