Html Css Color HEX #CC4211 Harley Davidson Orange
📋 copy color: '#CC4211'red 204 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #CC4211
Tints of Harley Davidson Orange #CC4211
RGB
CMYK
RGB Variations
Color information
#CC4211 (or 0xCC4211) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 11. RGB value is (204,66,17). Sum of RGB (Red+Green+Blue) = 204+66+17=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4211 is #33BDEE. Grayscale: #666666. Windows color (decimal): -3390959 or 1131212. OLE color: 1131212.
HSL color Cylindrical-coordinate representation of color #CC4211: hue angle of 15.72º 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 #CC4211 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.2 |
| HSL | 15.72º | 0.85% | 0.43% | - |
| HSV(B) | 15.72º | 0.92% | 0.8% | - |
| XYZ | 26.95 | 16.77 | 2.35 | - |
| YUV | 101.68 | 80.22 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 17 | 0 | 0.68 | 0.92 | 0.2 | 15.72 | 0.85 | 0.43 |
| Hex | CC | 42 | 11 | 0 | 44 | 5C | 14 | 10 | 55 | 2B |
| Octal | 314 | 102 | 21 | 0 | 104 | 134 | 24 | 20 | 125 | 53 |
| Binary | 11001100 | 1000010 | 10001 | 0 | 1000100 | 1011100 | 10100 | 10000 | 1010101 | 101011 |
Color Harmonies of #CC4211
Complementary color
Monochromatic Colors of #CC4211
Black with #CC4211
Text Example
Text Example
White with #CC4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4211; }
p { color: rgb(204,66,17); }
H1.HeaderClassName
{
color: #CC4211;
}
.AnyTagClassName
{
color: #CC4211;
}
</style>
background-color css
<style>
a { background-color: #CC4211; }
a { background-color: rgb(204,66,17); }
div.DivClassName
{
background-color: #CC4211;
}
.BgClassName
{
background-color: #CC4211;
}
</style>
border-color css
<style>
span { border-color: #CC4211; }
span { border-color: rgb(204,66,17); }
td.TdClassName
{
border-color: #CC4211;
}
.TagClassName
{
border-color: #CC4211;
}
</style>