Html Css Color HEX #C32D20 Harley Davidson Orange
📋 copy color: '#C32D20'red 195 ◦ green 45 ◦ blue 32
Shades of Harley Davidson Orange #C32D20
Tints of Harley Davidson Orange #C32D20
RGB
CMYK
RGB Variations
Color information
#C32D20 (or 0xC32D20) is known color: Harley Davidson Orange. HEX triplet: C3, 2D and 20. RGB value is (195,45,32). Sum of RGB (Red+Green+Blue) = 195+45+32=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D20 is #3CD2DF. Grayscale: #585858. Windows color (decimal): -3986144 or 2108867. OLE color: 2108867.
HSL color Cylindrical-coordinate representation of color #C32D20: hue angle of 4.79º 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 #C32D20 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 32 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.24 |
| HSL | 4.79º | 0.72% | 0.45% | - |
| HSV(B) | 4.79º | 0.84% | 0.76% | - |
| XYZ | 23.7 | 13.58 | 2.74 | - |
| YUV | 88.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 32 | 0 | 0.77 | 0.84 | 0.24 | 4.79 | 0.72 | 0.45 |
| Hex | C3 | 2D | 20 | 0 | 4D | 54 | 18 | 5 | 48 | 2D |
| Octal | 303 | 55 | 40 | 0 | 115 | 124 | 30 | 5 | 110 | 55 |
| Binary | 11000011 | 101101 | 100000 | 0 | 1001101 | 1010100 | 11000 | 101 | 1001000 | 101101 |
Color Harmonies of #C32D20
Complementary color
Monochromatic Colors of #C32D20
Black with #C32D20
Text Example
Text Example
White with #C32D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D20; }
p { color: rgb(195,45,32); }
H1.HeaderClassName
{
color: #C32D20;
}
.AnyTagClassName
{
color: #C32D20;
}
</style>
background-color css
<style>
a { background-color: #C32D20; }
a { background-color: rgb(195,45,32); }
div.DivClassName
{
background-color: #C32D20;
}
.BgClassName
{
background-color: #C32D20;
}
</style>
border-color css
<style>
span { border-color: #C32D20; }
span { border-color: rgb(195,45,32); }
td.TdClassName
{
border-color: #C32D20;
}
.TagClassName
{
border-color: #C32D20;
}
</style>