Html Css Color HEX #CC4014 Harley Davidson Orange
📋 copy color: '#CC4014'red 204 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #CC4014
Tints of Harley Davidson Orange #CC4014
RGB
CMYK
RGB Variations
Color information
#CC4014 (or 0xCC4014) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 14. RGB value is (204,64,20). Sum of RGB (Red+Green+Blue) = 204+64+20=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4014 is #33BFEB. Grayscale: #656565. Windows color (decimal): -3391468 or 1327308. OLE color: 1327308.
HSL color Cylindrical-coordinate representation of color #CC4014: hue angle of 14.35º 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 #CC4014 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 20 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.2 |
| HSL | 14.35º | 0.82% | 0.44% | - |
| HSV(B) | 14.35º | 0.9% | 0.8% | - |
| XYZ | 26.86 | 16.55 | 2.44 | - |
| YUV | 100.84 | 82.38 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 20 | 0 | 0.69 | 0.90 | 0.2 | 14.35 | 0.82 | 0.44 |
| Hex | CC | 40 | 14 | 0 | 45 | 5A | 14 | E | 52 | 2C |
| Octal | 314 | 100 | 24 | 0 | 105 | 132 | 24 | 16 | 122 | 54 |
| Binary | 11001100 | 1000000 | 10100 | 0 | 1000101 | 1011010 | 10100 | 1110 | 1010010 | 101100 |
Color Harmonies of #CC4014
Complementary color
Monochromatic Colors of #CC4014
Black with #CC4014
Text Example
Text Example
White with #CC4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4014; }
p { color: rgb(204,64,20); }
H1.HeaderClassName
{
color: #CC4014;
}
.AnyTagClassName
{
color: #CC4014;
}
</style>
background-color css
<style>
a { background-color: #CC4014; }
a { background-color: rgb(204,64,20); }
div.DivClassName
{
background-color: #CC4014;
}
.BgClassName
{
background-color: #CC4014;
}
</style>
border-color css
<style>
span { border-color: #CC4014; }
span { border-color: rgb(204,64,20); }
td.TdClassName
{
border-color: #CC4014;
}
.TagClassName
{
border-color: #CC4014;
}
</style>