Html Css Color HEX #C32310 Harley Davidson Orange
📋 copy color: '#C32310'red 195 ◦ green 35 ◦ blue 16
Shades of Harley Davidson Orange #C32310
Tints of Harley Davidson Orange #C32310
RGB
CMYK
RGB Variations
Color information
#C32310 (or 0xC32310) is known color: Harley Davidson Orange. HEX triplet: C3, 23 and 10. RGB value is (195,35,16). Sum of RGB (Red+Green+Blue) = 195+35+16=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C32310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32310 is #3CDCEF. Grayscale: #505050. Windows color (decimal): -3988720 or 1057731. OLE color: 1057731.
HSL color Cylindrical-coordinate representation of color #C32310: hue angle of 6.37º 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 #C32310 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.24 |
| HSL | 6.37º | 0.85% | 0.41% | - |
| HSV(B) | 6.37º | 0.92% | 0.76% | - |
| XYZ | 23.2 | 12.84 | 1.75 | - |
| YUV | 80.67 | 91.51 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 16 | 0 | 0.82 | 0.92 | 0.24 | 6.37 | 0.85 | 0.41 |
| Hex | C3 | 23 | 10 | 0 | 52 | 5C | 18 | 6 | 55 | 29 |
| Octal | 303 | 43 | 20 | 0 | 122 | 134 | 30 | 6 | 125 | 51 |
| Binary | 11000011 | 100011 | 10000 | 0 | 1010010 | 1011100 | 11000 | 110 | 1010101 | 101001 |
Color Harmonies of #C32310
Complementary color
Monochromatic Colors of #C32310
Black with #C32310
Text Example
Text Example
White with #C32310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32310; }
p { color: rgb(195,35,16); }
H1.HeaderClassName
{
color: #C32310;
}
.AnyTagClassName
{
color: #C32310;
}
</style>
background-color css
<style>
a { background-color: #C32310; }
a { background-color: rgb(195,35,16); }
div.DivClassName
{
background-color: #C32310;
}
.BgClassName
{
background-color: #C32310;
}
</style>
border-color css
<style>
span { border-color: #C32310; }
span { border-color: rgb(195,35,16); }
td.TdClassName
{
border-color: #C32310;
}
.TagClassName
{
border-color: #C32310;
}
</style>