Html Css Color HEX #C32516 Harley Davidson Orange
📋 copy color: '#C32516'red 195 ◦ green 37 ◦ blue 22
Shades of Harley Davidson Orange #C32516
Tints of Harley Davidson Orange #C32516
RGB
CMYK
RGB Variations
Color information
#C32516 (or 0xC32516) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 16. RGB value is (195,37,22). Sum of RGB (Red+Green+Blue) = 195+37+22=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C32516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32516 is #3CDAE9. Grayscale: #525252. Windows color (decimal): -3988202 or 1451459. OLE color: 1451459.
HSL color Cylindrical-coordinate representation of color #C32516: hue angle of 5.2º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C32516 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 22 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.24 |
| HSL | 5.2º | 0.8% | 0.43% | - |
| HSV(B) | 5.2º | 0.89% | 0.76% | - |
| XYZ | 23.31 | 12.98 | 2.04 | - |
| YUV | 82.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 22 | 0 | 0.81 | 0.89 | 0.24 | 5.2 | 0.8 | 0.43 |
| Hex | C3 | 25 | 16 | 0 | 51 | 59 | 18 | 5 | 50 | 2B |
| Octal | 303 | 45 | 26 | 0 | 121 | 131 | 30 | 5 | 120 | 53 |
| Binary | 11000011 | 100101 | 10110 | 0 | 1010001 | 1011001 | 11000 | 101 | 1010000 | 101011 |
Color Harmonies of #C32516
Complementary color
Monochromatic Colors of #C32516
Black with #C32516
Text Example
Text Example
White with #C32516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32516; }
p { color: rgb(195,37,22); }
H1.HeaderClassName
{
color: #C32516;
}
.AnyTagClassName
{
color: #C32516;
}
</style>
background-color css
<style>
a { background-color: #C32516; }
a { background-color: rgb(195,37,22); }
div.DivClassName
{
background-color: #C32516;
}
.BgClassName
{
background-color: #C32516;
}
</style>
border-color css
<style>
span { border-color: #C32516; }
span { border-color: rgb(195,37,22); }
td.TdClassName
{
border-color: #C32516;
}
.TagClassName
{
border-color: #C32516;
}
</style>