Html Css Color HEX #CC2014 Harley Davidson Orange
📋 copy color: '#CC2014'red 204 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #CC2014
Tints of Harley Davidson Orange #CC2014
RGB
CMYK
RGB Variations
Color information
#CC2014 (or 0xCC2014) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 14. RGB value is (204,32,20). Sum of RGB (Red+Green+Blue) = 204+32+20=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2014 is #33DFEB. Grayscale: #525252. Windows color (decimal): -3399660 or 1319116. OLE color: 1319116.
HSL color Cylindrical-coordinate representation of color #CC2014: hue angle of 3.91º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC2014 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 20 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.2 |
| HSL | 3.91º | 0.82% | 0.44% | - |
| HSV(B) | 3.91º | 0.9% | 0.8% | - |
| XYZ | 25.54 | 13.92 | 2 | - |
| YUV | 82.06 | 92.98 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 20 | 0 | 0.84 | 0.90 | 0.2 | 3.91 | 0.82 | 0.44 |
| Hex | CC | 20 | 14 | 0 | 54 | 5A | 14 | 4 | 52 | 2C |
| Octal | 314 | 40 | 24 | 0 | 124 | 132 | 24 | 4 | 122 | 54 |
| Binary | 11001100 | 100000 | 10100 | 0 | 1010100 | 1011010 | 10100 | 100 | 1010010 | 101100 |
Color Harmonies of #CC2014
Complementary color
Monochromatic Colors of #CC2014
Black with #CC2014
Text Example
Text Example
White with #CC2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2014; }
p { color: rgb(204,32,20); }
H1.HeaderClassName
{
color: #CC2014;
}
.AnyTagClassName
{
color: #CC2014;
}
</style>
background-color css
<style>
a { background-color: #CC2014; }
a { background-color: rgb(204,32,20); }
div.DivClassName
{
background-color: #CC2014;
}
.BgClassName
{
background-color: #CC2014;
}
</style>
border-color css
<style>
span { border-color: #CC2014; }
span { border-color: rgb(204,32,20); }
td.TdClassName
{
border-color: #CC2014;
}
.TagClassName
{
border-color: #CC2014;
}
</style>