Html Css Color HEX #C32710 Harley Davidson Orange
📋 copy color: '#C32710'red 195 ◦ green 39 ◦ blue 16
Shades of Harley Davidson Orange #C32710
Tints of Harley Davidson Orange #C32710
RGB
CMYK
RGB Variations
Color information
#C32710 (or 0xC32710) is known color: Harley Davidson Orange. HEX triplet: C3, 27 and 10. RGB value is (195,39,16). Sum of RGB (Red+Green+Blue) = 195+39+16=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C32710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32710 is #3CD8EF. Grayscale: #535353. Windows color (decimal): -3987696 or 1058755. OLE color: 1058755.
HSL color Cylindrical-coordinate representation of color #C32710: hue angle of 7.71º 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 #C32710 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 16 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.24 |
| HSL | 7.71º | 0.85% | 0.41% | - |
| HSV(B) | 7.71º | 0.92% | 0.76% | - |
| XYZ | 23.32 | 13.09 | 1.79 | - |
| YUV | 83.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 16 | 0 | 0.80 | 0.92 | 0.24 | 7.71 | 0.85 | 0.41 |
| Hex | C3 | 27 | 10 | 0 | 50 | 5C | 18 | 8 | 55 | 29 |
| Octal | 303 | 47 | 20 | 0 | 120 | 134 | 30 | 10 | 125 | 51 |
| Binary | 11000011 | 100111 | 10000 | 0 | 1010000 | 1011100 | 11000 | 1000 | 1010101 | 101001 |
Color Harmonies of #C32710
Complementary color
Monochromatic Colors of #C32710
Black with #C32710
Text Example
Text Example
White with #C32710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32710; }
p { color: rgb(195,39,16); }
H1.HeaderClassName
{
color: #C32710;
}
.AnyTagClassName
{
color: #C32710;
}
</style>
background-color css
<style>
a { background-color: #C32710; }
a { background-color: rgb(195,39,16); }
div.DivClassName
{
background-color: #C32710;
}
.BgClassName
{
background-color: #C32710;
}
</style>
border-color css
<style>
span { border-color: #C32710; }
span { border-color: rgb(195,39,16); }
td.TdClassName
{
border-color: #C32710;
}
.TagClassName
{
border-color: #C32710;
}
</style>