Html Css Color HEX #CC2011 Harley Davidson Orange
📋 copy color: '#CC2011'red 204 ◦ green 32 ◦ blue 17
Shades of Harley Davidson Orange #CC2011
Tints of Harley Davidson Orange #CC2011
RGB
CMYK
RGB Variations
Color information
#CC2011 (or 0xCC2011) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 11. RGB value is (204,32,17). Sum of RGB (Red+Green+Blue) = 204+32+17=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2011 is #33DFEE. Grayscale: #515151. Windows color (decimal): -3399663 or 1122508. OLE color: 1122508.
HSL color Cylindrical-coordinate representation of color #CC2011: hue angle of 4.81º 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 #CC2011 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.2 |
| HSL | 4.81º | 0.85% | 0.43% | - |
| HSV(B) | 4.81º | 0.92% | 0.8% | - |
| XYZ | 25.52 | 13.91 | 1.87 | - |
| YUV | 81.72 | 91.48 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 17 | 0 | 0.84 | 0.92 | 0.2 | 4.81 | 0.85 | 0.43 |
| Hex | CC | 20 | 11 | 0 | 54 | 5C | 14 | 5 | 55 | 2B |
| Octal | 314 | 40 | 21 | 0 | 124 | 134 | 24 | 5 | 125 | 53 |
| Binary | 11001100 | 100000 | 10001 | 0 | 1010100 | 1011100 | 10100 | 101 | 1010101 | 101011 |
Color Harmonies of #CC2011
Complementary color
Monochromatic Colors of #CC2011
Black with #CC2011
Text Example
Text Example
White with #CC2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2011; }
p { color: rgb(204,32,17); }
H1.HeaderClassName
{
color: #CC2011;
}
.AnyTagClassName
{
color: #CC2011;
}
</style>
background-color css
<style>
a { background-color: #CC2011; }
a { background-color: rgb(204,32,17); }
div.DivClassName
{
background-color: #CC2011;
}
.BgClassName
{
background-color: #CC2011;
}
</style>
border-color css
<style>
span { border-color: #CC2011; }
span { border-color: rgb(204,32,17); }
td.TdClassName
{
border-color: #CC2011;
}
.TagClassName
{
border-color: #CC2011;
}
</style>