Html Css Color HEX #CC4011 Harley Davidson Orange
📋 copy color: '#CC4011'red 204 ◦ green 64 ◦ blue 17
Shades of Harley Davidson Orange #CC4011
Tints of Harley Davidson Orange #CC4011
RGB
CMYK
RGB Variations
Color information
#CC4011 (or 0xCC4011) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 11. RGB value is (204,64,17). Sum of RGB (Red+Green+Blue) = 204+64+17=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4011 is #33BFEE. Grayscale: #646464. Windows color (decimal): -3391471 or 1130700. OLE color: 1130700.
HSL color Cylindrical-coordinate representation of color #CC4011: hue angle of 15.08º 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 #CC4011 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.2 |
| HSL | 15.08º | 0.85% | 0.43% | - |
| HSV(B) | 15.08º | 0.92% | 0.8% | - |
| XYZ | 26.84 | 16.54 | 2.31 | - |
| YUV | 100.5 | 80.88 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 17 | 0 | 0.69 | 0.92 | 0.2 | 15.08 | 0.85 | 0.43 |
| Hex | CC | 40 | 11 | 0 | 45 | 5C | 14 | F | 55 | 2B |
| Octal | 314 | 100 | 21 | 0 | 105 | 134 | 24 | 17 | 125 | 53 |
| Binary | 11001100 | 1000000 | 10001 | 0 | 1000101 | 1011100 | 10100 | 1111 | 1010101 | 101011 |
Color Harmonies of #CC4011
Complementary color
Monochromatic Colors of #CC4011
Black with #CC4011
Text Example
Text Example
White with #CC4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4011; }
p { color: rgb(204,64,17); }
H1.HeaderClassName
{
color: #CC4011;
}
.AnyTagClassName
{
color: #CC4011;
}
</style>
background-color css
<style>
a { background-color: #CC4011; }
a { background-color: rgb(204,64,17); }
div.DivClassName
{
background-color: #CC4011;
}
.BgClassName
{
background-color: #CC4011;
}
</style>
border-color css
<style>
span { border-color: #CC4011; }
span { border-color: rgb(204,64,17); }
td.TdClassName
{
border-color: #CC4011;
}
.TagClassName
{
border-color: #CC4011;
}
</style>