Html Css Color HEX #CC4511 Harley Davidson Orange
📋 copy color: '#CC4511'red 204 ◦ green 69 ◦ blue 17
Shades of Harley Davidson Orange #CC4511
Tints of Harley Davidson Orange #CC4511
RGB
CMYK
RGB Variations
Color information
#CC4511 (or 0xCC4511) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 11. RGB value is (204,69,17). Sum of RGB (Red+Green+Blue) = 204+69+17=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4511 is #33BAEE. Grayscale: #676767. Windows color (decimal): -3390191 or 1131980. OLE color: 1131980.
HSL color Cylindrical-coordinate representation of color #CC4511: hue angle of 16.68º 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 #CC4511 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.2 |
| HSL | 16.68º | 0.85% | 0.43% | - |
| HSV(B) | 16.68º | 0.92% | 0.8% | - |
| XYZ | 27.13 | 17.13 | 2.41 | - |
| YUV | 103.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 17 | 0 | 0.66 | 0.92 | 0.2 | 16.68 | 0.85 | 0.43 |
| Hex | CC | 45 | 11 | 0 | 42 | 5C | 14 | 11 | 55 | 2B |
| Octal | 314 | 105 | 21 | 0 | 102 | 134 | 24 | 21 | 125 | 53 |
| Binary | 11001100 | 1000101 | 10001 | 0 | 1000010 | 1011100 | 10100 | 10001 | 1010101 | 101011 |
Color Harmonies of #CC4511
Complementary color
Monochromatic Colors of #CC4511
Black with #CC4511
Text Example
Text Example
White with #CC4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4511; }
p { color: rgb(204,69,17); }
H1.HeaderClassName
{
color: #CC4511;
}
.AnyTagClassName
{
color: #CC4511;
}
</style>
background-color css
<style>
a { background-color: #CC4511; }
a { background-color: rgb(204,69,17); }
div.DivClassName
{
background-color: #CC4511;
}
.BgClassName
{
background-color: #CC4511;
}
</style>
border-color css
<style>
span { border-color: #CC4511; }
span { border-color: rgb(204,69,17); }
td.TdClassName
{
border-color: #CC4511;
}
.TagClassName
{
border-color: #CC4511;
}
</style>