Html Css Color HEX #CC4710 Harley Davidson Orange
📋 copy color: '#CC4710'red 204 ◦ green 71 ◦ blue 16
Shades of Harley Davidson Orange #CC4710
Tints of Harley Davidson Orange #CC4710
RGB
CMYK
RGB Variations
Color information
#CC4710 (or 0xCC4710) is known color: Harley Davidson Orange. HEX triplet: CC, 47 and 10. RGB value is (204,71,16). Sum of RGB (Red+Green+Blue) = 204+71+16=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4710 is #33B8EF. Grayscale: #686868. Windows color (decimal): -3389680 or 1066956. OLE color: 1066956.
HSL color Cylindrical-coordinate representation of color #CC4710: hue angle of 17.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 #CC4710 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.2 |
| HSL | 17.55º | 0.85% | 0.43% | - |
| HSV(B) | 17.55º | 0.92% | 0.8% | - |
| XYZ | 27.25 | 17.38 | 2.41 | - |
| YUV | 104.5 | 78.06 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 16 | 0 | 0.65 | 0.92 | 0.2 | 17.55 | 0.85 | 0.43 |
| Hex | CC | 47 | 10 | 0 | 41 | 5C | 14 | 12 | 55 | 2B |
| Octal | 314 | 107 | 20 | 0 | 101 | 134 | 24 | 22 | 125 | 53 |
| Binary | 11001100 | 1000111 | 10000 | 0 | 1000001 | 1011100 | 10100 | 10010 | 1010101 | 101011 |
Color Harmonies of #CC4710
Complementary color
Monochromatic Colors of #CC4710
Black with #CC4710
Text Example
Text Example
White with #CC4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4710; }
p { color: rgb(204,71,16); }
H1.HeaderClassName
{
color: #CC4710;
}
.AnyTagClassName
{
color: #CC4710;
}
</style>
background-color css
<style>
a { background-color: #CC4710; }
a { background-color: rgb(204,71,16); }
div.DivClassName
{
background-color: #CC4710;
}
.BgClassName
{
background-color: #CC4710;
}
</style>
border-color css
<style>
span { border-color: #CC4710; }
span { border-color: rgb(204,71,16); }
td.TdClassName
{
border-color: #CC4710;
}
.TagClassName
{
border-color: #CC4710;
}
</style>