Html Css Color HEX #C32511 Harley Davidson Orange
📋 copy color: '#C32511'red 195 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #C32511
Tints of Harley Davidson Orange #C32511
RGB
CMYK
RGB Variations
Color information
#C32511 (or 0xC32511) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 11. RGB value is (195,37,17). Sum of RGB (Red+Green+Blue) = 195+37+17=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C32511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32511 is #3CDAEE. Grayscale: #525252. Windows color (decimal): -3988207 or 1123779. OLE color: 1123779.
HSL color Cylindrical-coordinate representation of color #C32511: hue angle of 6.74º 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 #C32511 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.24 |
| HSL | 6.74º | 0.84% | 0.42% | - |
| HSV(B) | 6.74º | 0.91% | 0.76% | - |
| XYZ | 23.27 | 12.97 | 1.81 | - |
| YUV | 81.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 17 | 0 | 0.81 | 0.91 | 0.24 | 6.74 | 0.84 | 0.42 |
| Hex | C3 | 25 | 11 | 0 | 51 | 5B | 18 | 7 | 54 | 2A |
| Octal | 303 | 45 | 21 | 0 | 121 | 133 | 30 | 7 | 124 | 52 |
| Binary | 11000011 | 100101 | 10001 | 0 | 1010001 | 1011011 | 11000 | 111 | 1010100 | 101010 |
Color Harmonies of #C32511
Complementary color
Monochromatic Colors of #C32511
Black with #C32511
Text Example
Text Example
White with #C32511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32511; }
p { color: rgb(195,37,17); }
H1.HeaderClassName
{
color: #C32511;
}
.AnyTagClassName
{
color: #C32511;
}
</style>
background-color css
<style>
a { background-color: #C32511; }
a { background-color: rgb(195,37,17); }
div.DivClassName
{
background-color: #C32511;
}
.BgClassName
{
background-color: #C32511;
}
</style>
border-color css
<style>
span { border-color: #C32511; }
span { border-color: rgb(195,37,17); }
td.TdClassName
{
border-color: #C32511;
}
.TagClassName
{
border-color: #C32511;
}
</style>