Html Css Color HEX #CC3511 Harley Davidson Orange
📋 copy color: '#CC3511'red 204 ◦ green 53 ◦ blue 17
Shades of Harley Davidson Orange #CC3511
Tints of Harley Davidson Orange #CC3511
RGB
CMYK
RGB Variations
Color information
#CC3511 (or 0xCC3511) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 11. RGB value is (204,53,17). Sum of RGB (Red+Green+Blue) = 204+53+17=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3511 is #33CAEE. Grayscale: #5E5E5E. Windows color (decimal): -3394287 or 1127884. OLE color: 1127884.
HSL color Cylindrical-coordinate representation of color #CC3511: hue angle of 11.55º 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 #CC3511 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 17 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.2 |
| HSL | 11.55º | 0.85% | 0.43% | - |
| HSV(B) | 11.55º | 0.92% | 0.8% | - |
| XYZ | 26.28 | 15.42 | 2.12 | - |
| YUV | 94.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 17 | 0 | 0.74 | 0.92 | 0.2 | 11.55 | 0.85 | 0.43 |
| Hex | CC | 35 | 11 | 0 | 4A | 5C | 14 | C | 55 | 2B |
| Octal | 314 | 65 | 21 | 0 | 112 | 134 | 24 | 14 | 125 | 53 |
| Binary | 11001100 | 110101 | 10001 | 0 | 1001010 | 1011100 | 10100 | 1100 | 1010101 | 101011 |
Color Harmonies of #CC3511
Complementary color
Monochromatic Colors of #CC3511
Black with #CC3511
Text Example
Text Example
White with #CC3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3511; }
p { color: rgb(204,53,17); }
H1.HeaderClassName
{
color: #CC3511;
}
.AnyTagClassName
{
color: #CC3511;
}
</style>
background-color css
<style>
a { background-color: #CC3511; }
a { background-color: rgb(204,53,17); }
div.DivClassName
{
background-color: #CC3511;
}
.BgClassName
{
background-color: #CC3511;
}
</style>
border-color css
<style>
span { border-color: #CC3511; }
span { border-color: rgb(204,53,17); }
td.TdClassName
{
border-color: #CC3511;
}
.TagClassName
{
border-color: #CC3511;
}
</style>