Html Css Color HEX #CC4020 Harley Davidson Orange
📋 copy color: '#CC4020'red 204 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #CC4020
Tints of Harley Davidson Orange #CC4020
RGB
CMYK
RGB Variations
Color information
#CC4020 (or 0xCC4020) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 20. RGB value is (204,64,32). Sum of RGB (Red+Green+Blue) = 204+64+32=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4020 is #33BFDF. Grayscale: #666666. Windows color (decimal): -3391456 or 2113740. OLE color: 2113740.
HSL color Cylindrical-coordinate representation of color #CC4020: hue angle of 11.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC4020 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 32 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.2 |
| HSL | 11.16º | 0.73% | 0.46% | - |
| HSV(B) | 11.16º | 0.84% | 0.8% | - |
| XYZ | 27 | 16.61 | 3.15 | - |
| YUV | 102.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 32 | 0 | 0.69 | 0.84 | 0.2 | 11.16 | 0.73 | 0.46 |
| Hex | CC | 40 | 20 | 0 | 45 | 54 | 14 | B | 49 | 2E |
| Octal | 314 | 100 | 40 | 0 | 105 | 124 | 24 | 13 | 111 | 56 |
| Binary | 11001100 | 1000000 | 100000 | 0 | 1000101 | 1010100 | 10100 | 1011 | 1001001 | 101110 |
Color Harmonies of #CC4020
Complementary color
Monochromatic Colors of #CC4020
Black with #CC4020
Text Example
Text Example
White with #CC4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4020; }
p { color: rgb(204,64,32); }
H1.HeaderClassName
{
color: #CC4020;
}
.AnyTagClassName
{
color: #CC4020;
}
</style>
background-color css
<style>
a { background-color: #CC4020; }
a { background-color: rgb(204,64,32); }
div.DivClassName
{
background-color: #CC4020;
}
.BgClassName
{
background-color: #CC4020;
}
</style>
border-color css
<style>
span { border-color: #CC4020; }
span { border-color: rgb(204,64,32); }
td.TdClassName
{
border-color: #CC4020;
}
.TagClassName
{
border-color: #CC4020;
}
</style>