Html Css Color HEX #CC2711 Harley Davidson Orange
📋 copy color: '#CC2711'red 204 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #CC2711
Tints of Harley Davidson Orange #CC2711
RGB
CMYK
RGB Variations
Color information
#CC2711 (or 0xCC2711) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 11. RGB value is (204,39,17). Sum of RGB (Red+Green+Blue) = 204+39+17=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2711 is #33D8EE. Grayscale: #565656. Windows color (decimal): -3397871 or 1124300. OLE color: 1124300.
HSL color Cylindrical-coordinate representation of color #CC2711: hue angle of 7.06º 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 #CC2711 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.2 |
| HSL | 7.06º | 0.85% | 0.43% | - |
| HSV(B) | 7.06º | 0.92% | 0.8% | - |
| XYZ | 25.73 | 14.33 | 1.94 | - |
| YUV | 85.83 | 89.16 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 17 | 0 | 0.81 | 0.92 | 0.2 | 7.06 | 0.85 | 0.43 |
| Hex | CC | 27 | 11 | 0 | 51 | 5C | 14 | 7 | 55 | 2B |
| Octal | 314 | 47 | 21 | 0 | 121 | 134 | 24 | 7 | 125 | 53 |
| Binary | 11001100 | 100111 | 10001 | 0 | 1010001 | 1011100 | 10100 | 111 | 1010101 | 101011 |
Color Harmonies of #CC2711
Complementary color
Monochromatic Colors of #CC2711
Black with #CC2711
Text Example
Text Example
White with #CC2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2711; }
p { color: rgb(204,39,17); }
H1.HeaderClassName
{
color: #CC2711;
}
.AnyTagClassName
{
color: #CC2711;
}
</style>
background-color css
<style>
a { background-color: #CC2711; }
a { background-color: rgb(204,39,17); }
div.DivClassName
{
background-color: #CC2711;
}
.BgClassName
{
background-color: #CC2711;
}
</style>
border-color css
<style>
span { border-color: #CC2711; }
span { border-color: rgb(204,39,17); }
td.TdClassName
{
border-color: #CC2711;
}
.TagClassName
{
border-color: #CC2711;
}
</style>