Html Css Color HEX #CC2811 Harley Davidson Orange
📋 copy color: '#CC2811'red 204 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #CC2811
Tints of Harley Davidson Orange #CC2811
RGB
CMYK
RGB Variations
Color information
#CC2811 (or 0xCC2811) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 11. RGB value is (204,40,17). Sum of RGB (Red+Green+Blue) = 204+40+17=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2811 is #33D7EE. Grayscale: #565656. Windows color (decimal): -3397615 or 1124556. OLE color: 1124556.
HSL color Cylindrical-coordinate representation of color #CC2811: hue angle of 7.38º 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 #CC2811 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.2 |
| HSL | 7.38º | 0.85% | 0.43% | - |
| HSV(B) | 7.38º | 0.92% | 0.8% | - |
| XYZ | 25.76 | 14.4 | 1.95 | - |
| YUV | 86.41 | 88.83 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 17 | 0 | 0.80 | 0.92 | 0.2 | 7.38 | 0.85 | 0.43 |
| Hex | CC | 28 | 11 | 0 | 50 | 5C | 14 | 7 | 55 | 2B |
| Octal | 314 | 50 | 21 | 0 | 120 | 134 | 24 | 7 | 125 | 53 |
| Binary | 11001100 | 101000 | 10001 | 0 | 1010000 | 1011100 | 10100 | 111 | 1010101 | 101011 |
Color Harmonies of #CC2811
Complementary color
Monochromatic Colors of #CC2811
Black with #CC2811
Text Example
Text Example
White with #CC2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2811; }
p { color: rgb(204,40,17); }
H1.HeaderClassName
{
color: #CC2811;
}
.AnyTagClassName
{
color: #CC2811;
}
</style>
background-color css
<style>
a { background-color: #CC2811; }
a { background-color: rgb(204,40,17); }
div.DivClassName
{
background-color: #CC2811;
}
.BgClassName
{
background-color: #CC2811;
}
</style>
border-color css
<style>
span { border-color: #CC2811; }
span { border-color: rgb(204,40,17); }
td.TdClassName
{
border-color: #CC2811;
}
.TagClassName
{
border-color: #CC2811;
}
</style>