Html Css Color HEX #C32E1E Harley Davidson Orange
📋 copy color: '#C32E1E'red 195 ◦ green 46 ◦ blue 30
Shades of Harley Davidson Orange #C32E1E
Tints of Harley Davidson Orange #C32E1E
RGB
CMYK
RGB Variations
Color information
#C32E1E (or 0xC32E1E) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 1E. RGB value is (195,46,30). Sum of RGB (Red+Green+Blue) = 195+46+30=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E1E is #3CD1E1. Grayscale: #585858. Windows color (decimal): -3985890 or 1978051. OLE color: 1978051.
HSL color Cylindrical-coordinate representation of color #C32E1E: hue angle of 5.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C32E1E is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 30 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.24 |
| HSL | 5.82º | 0.73% | 0.44% | - |
| HSV(B) | 5.82º | 0.85% | 0.76% | - |
| XYZ | 23.72 | 13.65 | 2.61 | - |
| YUV | 88.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 30 | 0 | 0.76 | 0.85 | 0.24 | 5.82 | 0.73 | 0.44 |
| Hex | C3 | 2E | 1E | 0 | 4C | 55 | 18 | 6 | 49 | 2C |
| Octal | 303 | 56 | 36 | 0 | 114 | 125 | 30 | 6 | 111 | 54 |
| Binary | 11000011 | 101110 | 11110 | 0 | 1001100 | 1010101 | 11000 | 110 | 1001001 | 101100 |
Color Harmonies of #C32E1E
Complementary color
Monochromatic Colors of #C32E1E
Black with #C32E1E
Text Example
Text Example
White with #C32E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E1E; }
p { color: rgb(195,46,30); }
H1.HeaderClassName
{
color: #C32E1E;
}
.AnyTagClassName
{
color: #C32E1E;
}
</style>
background-color css
<style>
a { background-color: #C32E1E; }
a { background-color: rgb(195,46,30); }
div.DivClassName
{
background-color: #C32E1E;
}
.BgClassName
{
background-color: #C32E1E;
}
</style>
border-color css
<style>
span { border-color: #C32E1E; }
span { border-color: rgb(195,46,30); }
td.TdClassName
{
border-color: #C32E1E;
}
.TagClassName
{
border-color: #C32E1E;
}
</style>