Html Css Color HEX #CC3711 Harley Davidson Orange
📋 copy color: '#CC3711'red 204 ◦ green 55 ◦ blue 17
Shades of Harley Davidson Orange #CC3711
Tints of Harley Davidson Orange #CC3711
RGB
CMYK
RGB Variations
Color information
#CC3711 (or 0xCC3711) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 11. RGB value is (204,55,17). Sum of RGB (Red+Green+Blue) = 204+55+17=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3711 is #33C8EE. Grayscale: #5F5F5F. Windows color (decimal): -3393775 or 1128396. OLE color: 1128396.
HSL color Cylindrical-coordinate representation of color #CC3711: hue angle of 12.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC3711 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 17 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.2 |
| HSL | 12.19º | 0.85% | 0.43% | - |
| HSV(B) | 12.19º | 0.92% | 0.8% | - |
| XYZ | 26.37 | 15.61 | 2.15 | - |
| YUV | 95.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 17 | 0 | 0.73 | 0.92 | 0.2 | 12.19 | 0.85 | 0.43 |
| Hex | CC | 37 | 11 | 0 | 49 | 5C | 14 | C | 55 | 2B |
| Octal | 314 | 67 | 21 | 0 | 111 | 134 | 24 | 14 | 125 | 53 |
| Binary | 11001100 | 110111 | 10001 | 0 | 1001001 | 1011100 | 10100 | 1100 | 1010101 | 101011 |
Color Harmonies of #CC3711
Complementary color
Monochromatic Colors of #CC3711
Black with #CC3711
Text Example
Text Example
White with #CC3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3711; }
p { color: rgb(204,55,17); }
H1.HeaderClassName
{
color: #CC3711;
}
.AnyTagClassName
{
color: #CC3711;
}
</style>
background-color css
<style>
a { background-color: #CC3711; }
a { background-color: rgb(204,55,17); }
div.DivClassName
{
background-color: #CC3711;
}
.BgClassName
{
background-color: #CC3711;
}
</style>
border-color css
<style>
span { border-color: #CC3711; }
span { border-color: rgb(204,55,17); }
td.TdClassName
{
border-color: #CC3711;
}
.TagClassName
{
border-color: #CC3711;
}
</style>