Html Css Color HEX #CC2611 Harley Davidson Orange
📋 copy color: '#CC2611'red 204 ◦ green 38 ◦ blue 17
Shades of Harley Davidson Orange #CC2611
Tints of Harley Davidson Orange #CC2611
RGB
CMYK
RGB Variations
Color information
#CC2611 (or 0xCC2611) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 11. RGB value is (204,38,17). Sum of RGB (Red+Green+Blue) = 204+38+17=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2611 is #33D9EE. Grayscale: #555555. Windows color (decimal): -3398127 or 1124044. OLE color: 1124044.
HSL color Cylindrical-coordinate representation of color #CC2611: hue angle of 6.74º 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 #CC2611 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.2 |
| HSL | 6.74º | 0.85% | 0.43% | - |
| HSV(B) | 6.74º | 0.92% | 0.8% | - |
| XYZ | 25.7 | 14.26 | 1.93 | - |
| YUV | 85.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 17 | 0 | 0.81 | 0.92 | 0.2 | 6.74 | 0.85 | 0.43 |
| Hex | CC | 26 | 11 | 0 | 51 | 5C | 14 | 7 | 55 | 2B |
| Octal | 314 | 46 | 21 | 0 | 121 | 134 | 24 | 7 | 125 | 53 |
| Binary | 11001100 | 100110 | 10001 | 0 | 1010001 | 1011100 | 10100 | 111 | 1010101 | 101011 |
Color Harmonies of #CC2611
Complementary color
Monochromatic Colors of #CC2611
Black with #CC2611
Text Example
Text Example
White with #CC2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2611; }
p { color: rgb(204,38,17); }
H1.HeaderClassName
{
color: #CC2611;
}
.AnyTagClassName
{
color: #CC2611;
}
</style>
background-color css
<style>
a { background-color: #CC2611; }
a { background-color: rgb(204,38,17); }
div.DivClassName
{
background-color: #CC2611;
}
.BgClassName
{
background-color: #CC2611;
}
</style>
border-color css
<style>
span { border-color: #CC2611; }
span { border-color: rgb(204,38,17); }
td.TdClassName
{
border-color: #CC2611;
}
.TagClassName
{
border-color: #CC2611;
}
</style>