Html Css Color HEX #C32010 Harley Davidson Orange
📋 copy color: '#C32010'red 195 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #C32010
Tints of Harley Davidson Orange #C32010
RGB
CMYK
RGB Variations
Color information
#C32010 (or 0xC32010) is known color: Harley Davidson Orange. HEX triplet: C3, 20 and 10. RGB value is (195,32,16). Sum of RGB (Red+Green+Blue) = 195+32+16=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C32010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32010 is #3CDFEF. Grayscale: #4F4F4F. Windows color (decimal): -3989488 or 1056963. OLE color: 1056963.
HSL color Cylindrical-coordinate representation of color #C32010: hue angle of 5.36º 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 #C32010 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 16 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.24 |
| HSL | 5.36º | 0.85% | 0.41% | - |
| HSV(B) | 5.36º | 0.92% | 0.76% | - |
| XYZ | 23.12 | 12.67 | 1.72 | - |
| YUV | 78.91 | 92.5 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 16 | 0 | 0.84 | 0.92 | 0.24 | 5.36 | 0.85 | 0.41 |
| Hex | C3 | 20 | 10 | 0 | 54 | 5C | 18 | 5 | 55 | 29 |
| Octal | 303 | 40 | 20 | 0 | 124 | 134 | 30 | 5 | 125 | 51 |
| Binary | 11000011 | 100000 | 10000 | 0 | 1010100 | 1011100 | 11000 | 101 | 1010101 | 101001 |
Color Harmonies of #C32010
Complementary color
Monochromatic Colors of #C32010
Black with #C32010
Text Example
Text Example
White with #C32010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32010; }
p { color: rgb(195,32,16); }
H1.HeaderClassName
{
color: #C32010;
}
.AnyTagClassName
{
color: #C32010;
}
</style>
background-color css
<style>
a { background-color: #C32010; }
a { background-color: rgb(195,32,16); }
div.DivClassName
{
background-color: #C32010;
}
.BgClassName
{
background-color: #C32010;
}
</style>
border-color css
<style>
span { border-color: #C32010; }
span { border-color: rgb(195,32,16); }
td.TdClassName
{
border-color: #C32010;
}
.TagClassName
{
border-color: #C32010;
}
</style>