Html Css Color HEX #C32D1D Harley Davidson Orange
📋 copy color: '#C32D1D'red 195 ◦ green 45 ◦ blue 29
Shades of Harley Davidson Orange #C32D1D
Tints of Harley Davidson Orange #C32D1D
RGB
CMYK
RGB Variations
Color information
#C32D1D (or 0xC32D1D) is known color: Harley Davidson Orange. HEX triplet: C3, 2D and 1D. RGB value is (195,45,29). Sum of RGB (Red+Green+Blue) = 195+45+29=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D1D is #3CD2E2. Grayscale: #585858. Windows color (decimal): -3986147 or 1912259. OLE color: 1912259.
HSL color Cylindrical-coordinate representation of color #C32D1D: hue angle of 5.78º 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 #C32D1D is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 29 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.24 |
| HSL | 5.78º | 0.74% | 0.44% | - |
| HSV(B) | 5.78º | 0.85% | 0.76% | - |
| XYZ | 23.67 | 13.57 | 2.53 | - |
| YUV | 88.03 | 94.7 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 29 | 0 | 0.77 | 0.85 | 0.24 | 5.78 | 0.74 | 0.44 |
| Hex | C3 | 2D | 1D | 0 | 4D | 55 | 18 | 6 | 4A | 2C |
| Octal | 303 | 55 | 35 | 0 | 115 | 125 | 30 | 6 | 112 | 54 |
| Binary | 11000011 | 101101 | 11101 | 0 | 1001101 | 1010101 | 11000 | 110 | 1001010 | 101100 |
Color Harmonies of #C32D1D
Complementary color
Monochromatic Colors of #C32D1D
Black with #C32D1D
Text Example
Text Example
White with #C32D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D1D; }
p { color: rgb(195,45,29); }
H1.HeaderClassName
{
color: #C32D1D;
}
.AnyTagClassName
{
color: #C32D1D;
}
</style>
background-color css
<style>
a { background-color: #C32D1D; }
a { background-color: rgb(195,45,29); }
div.DivClassName
{
background-color: #C32D1D;
}
.BgClassName
{
background-color: #C32D1D;
}
</style>
border-color css
<style>
span { border-color: #C32D1D; }
span { border-color: rgb(195,45,29); }
td.TdClassName
{
border-color: #C32D1D;
}
.TagClassName
{
border-color: #C32D1D;
}
</style>