Html Css Color HEX #C32211 Harley Davidson Orange
📋 copy color: '#C32211'red 195 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #C32211
Tints of Harley Davidson Orange #C32211
RGB
CMYK
RGB Variations
Color information
#C32211 (or 0xC32211) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 11. RGB value is (195,34,17). Sum of RGB (Red+Green+Blue) = 195+34+17=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C32211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32211 is #3CDDEE. Grayscale: #505050. Windows color (decimal): -3988975 or 1123011. OLE color: 1123011.
HSL color Cylindrical-coordinate representation of color #C32211: hue angle of 5.73º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C32211 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 17 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.24 |
| HSL | 5.73º | 0.84% | 0.42% | - |
| HSV(B) | 5.73º | 0.91% | 0.76% | - |
| XYZ | 23.18 | 12.79 | 1.78 | - |
| YUV | 80.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 17 | 0 | 0.83 | 0.91 | 0.24 | 5.73 | 0.84 | 0.42 |
| Hex | C3 | 22 | 11 | 0 | 53 | 5B | 18 | 6 | 54 | 2A |
| Octal | 303 | 42 | 21 | 0 | 123 | 133 | 30 | 6 | 124 | 52 |
| Binary | 11000011 | 100010 | 10001 | 0 | 1010011 | 1011011 | 11000 | 110 | 1010100 | 101010 |
Color Harmonies of #C32211
Complementary color
Monochromatic Colors of #C32211
Black with #C32211
Text Example
Text Example
White with #C32211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32211; }
p { color: rgb(195,34,17); }
H1.HeaderClassName
{
color: #C32211;
}
.AnyTagClassName
{
color: #C32211;
}
</style>
background-color css
<style>
a { background-color: #C32211; }
a { background-color: rgb(195,34,17); }
div.DivClassName
{
background-color: #C32211;
}
.BgClassName
{
background-color: #C32211;
}
</style>
border-color css
<style>
span { border-color: #C32211; }
span { border-color: rgb(195,34,17); }
td.TdClassName
{
border-color: #C32211;
}
.TagClassName
{
border-color: #C32211;
}
</style>