Html Css Color HEX #C32E1D Harley Davidson Orange
📋 copy color: '#C32E1D'red 195 ◦ green 46 ◦ blue 29
Shades of Harley Davidson Orange #C32E1D
Tints of Harley Davidson Orange #C32E1D
RGB
CMYK
RGB Variations
Color information
#C32E1D (or 0xC32E1D) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 1D. RGB value is (195,46,29). Sum of RGB (Red+Green+Blue) = 195+46+29=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E1D is #3CD1E2. Grayscale: #585858. Windows color (decimal): -3985891 or 1912515. OLE color: 1912515.
HSL color Cylindrical-coordinate representation of color #C32E1D: hue angle of 6.14º degrees, saturation: 0.74, 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 #C32E1D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 29 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.24 |
| HSL | 6.14º | 0.74% | 0.44% | - |
| HSV(B) | 6.14º | 0.85% | 0.76% | - |
| XYZ | 23.7 | 13.64 | 2.55 | - |
| YUV | 88.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 29 | 0 | 0.76 | 0.85 | 0.24 | 6.14 | 0.74 | 0.44 |
| Hex | C3 | 2E | 1D | 0 | 4C | 55 | 18 | 6 | 4A | 2C |
| Octal | 303 | 56 | 35 | 0 | 114 | 125 | 30 | 6 | 112 | 54 |
| Binary | 11000011 | 101110 | 11101 | 0 | 1001100 | 1010101 | 11000 | 110 | 1001010 | 101100 |
Color Harmonies of #C32E1D
Complementary color
Monochromatic Colors of #C32E1D
Black with #C32E1D
Text Example
Text Example
White with #C32E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E1D; }
p { color: rgb(195,46,29); }
H1.HeaderClassName
{
color: #C32E1D;
}
.AnyTagClassName
{
color: #C32E1D;
}
</style>
background-color css
<style>
a { background-color: #C32E1D; }
a { background-color: rgb(195,46,29); }
div.DivClassName
{
background-color: #C32E1D;
}
.BgClassName
{
background-color: #C32E1D;
}
</style>
border-color css
<style>
span { border-color: #C32E1D; }
span { border-color: rgb(195,46,29); }
td.TdClassName
{
border-color: #C32E1D;
}
.TagClassName
{
border-color: #C32E1D;
}
</style>