Html Css Color HEX #CC4614 Harley Davidson Orange
📋 copy color: '#CC4614'red 204 ◦ green 70 ◦ blue 20
Shades of Harley Davidson Orange #CC4614
Tints of Harley Davidson Orange #CC4614
RGB
CMYK
RGB Variations
Color information
#CC4614 (or 0xCC4614) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 14. RGB value is (204,70,20). Sum of RGB (Red+Green+Blue) = 204+70+20=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4614 is #33B9EB. Grayscale: #686868. Windows color (decimal): -3389932 or 1328844. OLE color: 1328844.
HSL color Cylindrical-coordinate representation of color #CC4614: hue angle of 16.3º 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 #CC4614 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 20 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.2 |
| HSL | 16.3º | 0.82% | 0.44% | - |
| HSV(B) | 16.3º | 0.9% | 0.8% | - |
| XYZ | 27.22 | 17.27 | 2.56 | - |
| YUV | 104.37 | 80.39 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 20 | 0 | 0.66 | 0.90 | 0.2 | 16.3 | 0.82 | 0.44 |
| Hex | CC | 46 | 14 | 0 | 42 | 5A | 14 | 10 | 52 | 2C |
| Octal | 314 | 106 | 24 | 0 | 102 | 132 | 24 | 20 | 122 | 54 |
| Binary | 11001100 | 1000110 | 10100 | 0 | 1000010 | 1011010 | 10100 | 10000 | 1010010 | 101100 |
Color Harmonies of #CC4614
Complementary color
Monochromatic Colors of #CC4614
Black with #CC4614
Text Example
Text Example
White with #CC4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4614; }
p { color: rgb(204,70,20); }
H1.HeaderClassName
{
color: #CC4614;
}
.AnyTagClassName
{
color: #CC4614;
}
</style>
background-color css
<style>
a { background-color: #CC4614; }
a { background-color: rgb(204,70,20); }
div.DivClassName
{
background-color: #CC4614;
}
.BgClassName
{
background-color: #CC4614;
}
</style>
border-color css
<style>
span { border-color: #CC4614; }
span { border-color: rgb(204,70,20); }
td.TdClassName
{
border-color: #CC4614;
}
.TagClassName
{
border-color: #CC4614;
}
</style>