Html Css Color HEX #C32011 Harley Davidson Orange
📋 copy color: '#C32011'red 195 ◦ green 32 ◦ blue 17
Shades of Harley Davidson Orange #C32011
Tints of Harley Davidson Orange #C32011
RGB
CMYK
RGB Variations
Color information
#C32011 (or 0xC32011) is known color: Harley Davidson Orange. HEX triplet: C3, 20 and 11. RGB value is (195,32,17). Sum of RGB (Red+Green+Blue) = 195+32+17=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C32011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32011 is #3CDFEE. Grayscale: #4F4F4F. Windows color (decimal): -3989487 or 1122499. OLE color: 1122499.
HSL color Cylindrical-coordinate representation of color #C32011: hue angle of 5.06º 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 #C32011 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 17 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.24 |
| HSL | 5.06º | 0.84% | 0.42% | - |
| HSV(B) | 5.06º | 0.91% | 0.76% | - |
| XYZ | 23.12 | 12.68 | 1.76 | - |
| YUV | 79.03 | 93 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 17 | 0 | 0.84 | 0.91 | 0.24 | 5.06 | 0.84 | 0.42 |
| Hex | C3 | 20 | 11 | 0 | 54 | 5B | 18 | 5 | 54 | 2A |
| Octal | 303 | 40 | 21 | 0 | 124 | 133 | 30 | 5 | 124 | 52 |
| Binary | 11000011 | 100000 | 10001 | 0 | 1010100 | 1011011 | 11000 | 101 | 1010100 | 101010 |
Color Harmonies of #C32011
Complementary color
Monochromatic Colors of #C32011
Black with #C32011
Text Example
Text Example
White with #C32011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32011; }
p { color: rgb(195,32,17); }
H1.HeaderClassName
{
color: #C32011;
}
.AnyTagClassName
{
color: #C32011;
}
</style>
background-color css
<style>
a { background-color: #C32011; }
a { background-color: rgb(195,32,17); }
div.DivClassName
{
background-color: #C32011;
}
.BgClassName
{
background-color: #C32011;
}
</style>
border-color css
<style>
span { border-color: #C32011; }
span { border-color: rgb(195,32,17); }
td.TdClassName
{
border-color: #C32011;
}
.TagClassName
{
border-color: #C32011;
}
</style>