Html Css Color HEX #CC4111 Harley Davidson Orange
📋 copy color: '#CC4111'red 204 ◦ green 65 ◦ blue 17
Shades of Harley Davidson Orange #CC4111
Tints of Harley Davidson Orange #CC4111
RGB
CMYK
RGB Variations
Color information
#CC4111 (or 0xCC4111) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 11. RGB value is (204,65,17). Sum of RGB (Red+Green+Blue) = 204+65+17=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4111 is #33BEEE. Grayscale: #656565. Windows color (decimal): -3391215 or 1130956. OLE color: 1130956.
HSL color Cylindrical-coordinate representation of color #CC4111: hue angle of 15.4º 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 #CC4111 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.2 |
| HSL | 15.4º | 0.85% | 0.43% | - |
| HSV(B) | 15.4º | 0.92% | 0.8% | - |
| XYZ | 26.89 | 16.66 | 2.33 | - |
| YUV | 101.09 | 80.55 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 17 | 0 | 0.68 | 0.92 | 0.2 | 15.4 | 0.85 | 0.43 |
| Hex | CC | 41 | 11 | 0 | 44 | 5C | 14 | F | 55 | 2B |
| Octal | 314 | 101 | 21 | 0 | 104 | 134 | 24 | 17 | 125 | 53 |
| Binary | 11001100 | 1000001 | 10001 | 0 | 1000100 | 1011100 | 10100 | 1111 | 1010101 | 101011 |
Color Harmonies of #CC4111
Complementary color
Monochromatic Colors of #CC4111
Black with #CC4111
Text Example
Text Example
White with #CC4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4111; }
p { color: rgb(204,65,17); }
H1.HeaderClassName
{
color: #CC4111;
}
.AnyTagClassName
{
color: #CC4111;
}
</style>
background-color css
<style>
a { background-color: #CC4111; }
a { background-color: rgb(204,65,17); }
div.DivClassName
{
background-color: #CC4111;
}
.BgClassName
{
background-color: #CC4111;
}
</style>
border-color css
<style>
span { border-color: #CC4111; }
span { border-color: rgb(204,65,17); }
td.TdClassName
{
border-color: #CC4111;
}
.TagClassName
{
border-color: #CC4111;
}
</style>