Html Css Color HEX #CC2911 Harley Davidson Orange
📋 copy color: '#CC2911'red 204 ◦ green 41 ◦ blue 17
Shades of Harley Davidson Orange #CC2911
Tints of Harley Davidson Orange #CC2911
RGB
CMYK
RGB Variations
Color information
#CC2911 (or 0xCC2911) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 11. RGB value is (204,41,17). Sum of RGB (Red+Green+Blue) = 204+41+17=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2911 is #33D6EE. Grayscale: #575757. Windows color (decimal): -3397359 or 1124812. OLE color: 1124812.
HSL color Cylindrical-coordinate representation of color #CC2911: hue angle of 7.7º 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 #CC2911 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.2 |
| HSL | 7.7º | 0.85% | 0.43% | - |
| HSV(B) | 7.7º | 0.92% | 0.8% | - |
| XYZ | 25.8 | 14.46 | 1.96 | - |
| YUV | 87 | 88.5 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 17 | 0 | 0.80 | 0.92 | 0.2 | 7.7 | 0.85 | 0.43 |
| Hex | CC | 29 | 11 | 0 | 50 | 5C | 14 | 8 | 55 | 2B |
| Octal | 314 | 51 | 21 | 0 | 120 | 134 | 24 | 10 | 125 | 53 |
| Binary | 11001100 | 101001 | 10001 | 0 | 1010000 | 1011100 | 10100 | 1000 | 1010101 | 101011 |
Color Harmonies of #CC2911
Complementary color
Monochromatic Colors of #CC2911
Black with #CC2911
Text Example
Text Example
White with #CC2911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2911; }
p { color: rgb(204,41,17); }
H1.HeaderClassName
{
color: #CC2911;
}
.AnyTagClassName
{
color: #CC2911;
}
</style>
background-color css
<style>
a { background-color: #CC2911; }
a { background-color: rgb(204,41,17); }
div.DivClassName
{
background-color: #CC2911;
}
.BgClassName
{
background-color: #CC2911;
}
</style>
border-color css
<style>
span { border-color: #CC2911; }
span { border-color: rgb(204,41,17); }
td.TdClassName
{
border-color: #CC2911;
}
.TagClassName
{
border-color: #CC2911;
}
</style>