Html Css Color HEX #C32316 Harley Davidson Orange
📋 copy color: '#C32316'red 195 ◦ green 35 ◦ blue 22
Shades of Harley Davidson Orange #C32316
Tints of Harley Davidson Orange #C32316
RGB
CMYK
RGB Variations
Color information
#C32316 (or 0xC32316) is known color: Harley Davidson Orange. HEX triplet: C3, 23 and 16. RGB value is (195,35,22). Sum of RGB (Red+Green+Blue) = 195+35+22=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C32316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32316 is #3CDCE9. Grayscale: #515151. Windows color (decimal): -3988714 or 1450947. OLE color: 1450947.
HSL color Cylindrical-coordinate representation of color #C32316: hue angle of 4.51º 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 #C32316 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 22 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.24 |
| HSL | 4.51º | 0.8% | 0.43% | - |
| HSV(B) | 4.51º | 0.89% | 0.76% | - |
| XYZ | 23.25 | 12.86 | 2.02 | - |
| YUV | 81.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 22 | 0 | 0.82 | 0.89 | 0.24 | 4.51 | 0.8 | 0.43 |
| Hex | C3 | 23 | 16 | 0 | 52 | 59 | 18 | 5 | 50 | 2B |
| Octal | 303 | 43 | 26 | 0 | 122 | 131 | 30 | 5 | 120 | 53 |
| Binary | 11000011 | 100011 | 10110 | 0 | 1010010 | 1011001 | 11000 | 101 | 1010000 | 101011 |
Color Harmonies of #C32316
Complementary color
Monochromatic Colors of #C32316
Black with #C32316
Text Example
Text Example
White with #C32316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32316; }
p { color: rgb(195,35,22); }
H1.HeaderClassName
{
color: #C32316;
}
.AnyTagClassName
{
color: #C32316;
}
</style>
background-color css
<style>
a { background-color: #C32316; }
a { background-color: rgb(195,35,22); }
div.DivClassName
{
background-color: #C32316;
}
.BgClassName
{
background-color: #C32316;
}
</style>
border-color css
<style>
span { border-color: #C32316; }
span { border-color: rgb(195,35,22); }
td.TdClassName
{
border-color: #C32316;
}
.TagClassName
{
border-color: #C32316;
}
</style>