Html Css Color HEX #CC4714 Harley Davidson Orange
📋 copy color: '#CC4714'red 204 ◦ green 71 ◦ blue 20
Shades of Harley Davidson Orange #CC4714
Tints of Harley Davidson Orange #CC4714
RGB
CMYK
RGB Variations
Color information
#CC4714 (or 0xCC4714) is known color: Harley Davidson Orange. HEX triplet: CC, 47 and 14. RGB value is (204,71,20). Sum of RGB (Red+Green+Blue) = 204+71+20=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4714 is #33B8EB. Grayscale: #696969. Windows color (decimal): -3389676 or 1329100. OLE color: 1329100.
HSL color Cylindrical-coordinate representation of color #CC4714: hue angle of 16.63º 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 #CC4714 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 20 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.2 |
| HSL | 16.63º | 0.82% | 0.44% | - |
| HSV(B) | 16.63º | 0.9% | 0.8% | - |
| XYZ | 27.28 | 17.39 | 2.58 | - |
| YUV | 104.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 20 | 0 | 0.65 | 0.90 | 0.2 | 16.63 | 0.82 | 0.44 |
| Hex | CC | 47 | 14 | 0 | 41 | 5A | 14 | 11 | 52 | 2C |
| Octal | 314 | 107 | 24 | 0 | 101 | 132 | 24 | 21 | 122 | 54 |
| Binary | 11001100 | 1000111 | 10100 | 0 | 1000001 | 1011010 | 10100 | 10001 | 1010010 | 101100 |
Color Harmonies of #CC4714
Complementary color
Monochromatic Colors of #CC4714
Black with #CC4714
Text Example
Text Example
White with #CC4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4714; }
p { color: rgb(204,71,20); }
H1.HeaderClassName
{
color: #CC4714;
}
.AnyTagClassName
{
color: #CC4714;
}
</style>
background-color css
<style>
a { background-color: #CC4714; }
a { background-color: rgb(204,71,20); }
div.DivClassName
{
background-color: #CC4714;
}
.BgClassName
{
background-color: #CC4714;
}
</style>
border-color css
<style>
span { border-color: #CC4714; }
span { border-color: rgb(204,71,20); }
td.TdClassName
{
border-color: #CC4714;
}
.TagClassName
{
border-color: #CC4714;
}
</style>