Html Css Color HEX #C32510 Harley Davidson Orange
📋 copy color: '#C32510'red 195 ◦ green 37 ◦ blue 16
Shades of Harley Davidson Orange #C32510
Tints of Harley Davidson Orange #C32510
RGB
CMYK
RGB Variations
Color information
#C32510 (or 0xC32510) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 10. RGB value is (195,37,16). Sum of RGB (Red+Green+Blue) = 195+37+16=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C32510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32510 is #3CDAEF. Grayscale: #525252. Windows color (decimal): -3988208 or 1058243. OLE color: 1058243.
HSL color Cylindrical-coordinate representation of color #C32510: hue angle of 7.04º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C32510 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 16 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.24 |
| HSL | 7.04º | 0.85% | 0.41% | - |
| HSV(B) | 7.04º | 0.92% | 0.76% | - |
| XYZ | 23.26 | 12.96 | 1.77 | - |
| YUV | 81.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 16 | 0 | 0.81 | 0.92 | 0.24 | 7.04 | 0.85 | 0.41 |
| Hex | C3 | 25 | 10 | 0 | 51 | 5C | 18 | 7 | 55 | 29 |
| Octal | 303 | 45 | 20 | 0 | 121 | 134 | 30 | 7 | 125 | 51 |
| Binary | 11000011 | 100101 | 10000 | 0 | 1010001 | 1011100 | 11000 | 111 | 1010101 | 101001 |
Color Harmonies of #C32510
Complementary color
Monochromatic Colors of #C32510
Black with #C32510
Text Example
Text Example
White with #C32510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32510; }
p { color: rgb(195,37,16); }
H1.HeaderClassName
{
color: #C32510;
}
.AnyTagClassName
{
color: #C32510;
}
</style>
background-color css
<style>
a { background-color: #C32510; }
a { background-color: rgb(195,37,16); }
div.DivClassName
{
background-color: #C32510;
}
.BgClassName
{
background-color: #C32510;
}
</style>
border-color css
<style>
span { border-color: #C32510; }
span { border-color: rgb(195,37,16); }
td.TdClassName
{
border-color: #C32510;
}
.TagClassName
{
border-color: #C32510;
}
</style>