Html Css Color HEX #CC3516 Harley Davidson Orange
📋 copy color: '#CC3516'red 204 ◦ green 53 ◦ blue 22
Shades of Harley Davidson Orange #CC3516
Tints of Harley Davidson Orange #CC3516
RGB
CMYK
RGB Variations
Color information
#CC3516 (or 0xCC3516) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 16. RGB value is (204,53,22). Sum of RGB (Red+Green+Blue) = 204+53+22=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3516 is #33CAE9. Grayscale: #5E5E5E. Windows color (decimal): -3394282 or 1455564. OLE color: 1455564.
HSL color Cylindrical-coordinate representation of color #CC3516: hue angle of 10.22º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC3516 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.2 |
| HSL | 10.22º | 0.81% | 0.44% | - |
| HSV(B) | 10.22º | 0.89% | 0.8% | - |
| XYZ | 26.32 | 15.44 | 2.35 | - |
| YUV | 94.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 22 | 0 | 0.74 | 0.89 | 0.2 | 10.22 | 0.81 | 0.44 |
| Hex | CC | 35 | 16 | 0 | 4A | 59 | 14 | A | 51 | 2C |
| Octal | 314 | 65 | 26 | 0 | 112 | 131 | 24 | 12 | 121 | 54 |
| Binary | 11001100 | 110101 | 10110 | 0 | 1001010 | 1011001 | 10100 | 1010 | 1010001 | 101100 |
Color Harmonies of #CC3516
Complementary color
Monochromatic Colors of #CC3516
Black with #CC3516
Text Example
Text Example
White with #CC3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3516; }
p { color: rgb(204,53,22); }
H1.HeaderClassName
{
color: #CC3516;
}
.AnyTagClassName
{
color: #CC3516;
}
</style>
background-color css
<style>
a { background-color: #CC3516; }
a { background-color: rgb(204,53,22); }
div.DivClassName
{
background-color: #CC3516;
}
.BgClassName
{
background-color: #CC3516;
}
</style>
border-color css
<style>
span { border-color: #CC3516; }
span { border-color: rgb(204,53,22); }
td.TdClassName
{
border-color: #CC3516;
}
.TagClassName
{
border-color: #CC3516;
}
</style>