Html Css Color HEX #C32216 Harley Davidson Orange
📋 copy color: '#C32216'red 195 ◦ green 34 ◦ blue 22
Shades of Harley Davidson Orange #C32216
Tints of Harley Davidson Orange #C32216
RGB
CMYK
RGB Variations
Color information
#C32216 (or 0xC32216) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 16. RGB value is (195,34,22). Sum of RGB (Red+Green+Blue) = 195+34+22=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C32216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32216 is #3CDDE9. Grayscale: #505050. Windows color (decimal): -3988970 or 1450691. OLE color: 1450691.
HSL color Cylindrical-coordinate representation of color #C32216: hue angle of 4.16º 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 #C32216 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 22 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.24 |
| HSL | 4.16º | 0.8% | 0.43% | - |
| HSV(B) | 4.16º | 0.89% | 0.76% | - |
| XYZ | 23.22 | 12.8 | 2.01 | - |
| YUV | 80.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 22 | 0 | 0.83 | 0.89 | 0.24 | 4.16 | 0.8 | 0.43 |
| Hex | C3 | 22 | 16 | 0 | 53 | 59 | 18 | 4 | 50 | 2B |
| Octal | 303 | 42 | 26 | 0 | 123 | 131 | 30 | 4 | 120 | 53 |
| Binary | 11000011 | 100010 | 10110 | 0 | 1010011 | 1011001 | 11000 | 100 | 1010000 | 101011 |
Color Harmonies of #C32216
Complementary color
Monochromatic Colors of #C32216
Black with #C32216
Text Example
Text Example
White with #C32216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32216; }
p { color: rgb(195,34,22); }
H1.HeaderClassName
{
color: #C32216;
}
.AnyTagClassName
{
color: #C32216;
}
</style>
background-color css
<style>
a { background-color: #C32216; }
a { background-color: rgb(195,34,22); }
div.DivClassName
{
background-color: #C32216;
}
.BgClassName
{
background-color: #C32216;
}
</style>
border-color css
<style>
span { border-color: #C32216; }
span { border-color: rgb(195,34,22); }
td.TdClassName
{
border-color: #C32216;
}
.TagClassName
{
border-color: #C32216;
}
</style>