Html Css Color HEX #CC2E16 Harley Davidson Orange
📋 copy color: '#CC2E16'red 204 ◦ green 46 ◦ blue 22
Shades of Harley Davidson Orange #CC2E16
Tints of Harley Davidson Orange #CC2E16
RGB
CMYK
RGB Variations
Color information
#CC2E16 (or 0xCC2E16) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 16. RGB value is (204,46,22). Sum of RGB (Red+Green+Blue) = 204+46+22=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E16 is #33D1E9. Grayscale: #5A5A5A. Windows color (decimal): -3396074 or 1453772. OLE color: 1453772.
HSL color Cylindrical-coordinate representation of color #CC2E16: hue angle of 7.91º 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 #CC2E16 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 22 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.2 |
| HSL | 7.91º | 0.81% | 0.44% | - |
| HSV(B) | 7.91º | 0.89% | 0.8% | - |
| XYZ | 26.02 | 14.85 | 2.25 | - |
| YUV | 90.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 22 | 0 | 0.77 | 0.89 | 0.2 | 7.91 | 0.81 | 0.44 |
| Hex | CC | 2E | 16 | 0 | 4D | 59 | 14 | 8 | 51 | 2C |
| Octal | 314 | 56 | 26 | 0 | 115 | 131 | 24 | 10 | 121 | 54 |
| Binary | 11001100 | 101110 | 10110 | 0 | 1001101 | 1011001 | 10100 | 1000 | 1010001 | 101100 |
Color Harmonies of #CC2E16
Complementary color
Monochromatic Colors of #CC2E16
Black with #CC2E16
Text Example
Text Example
White with #CC2E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E16; }
p { color: rgb(204,46,22); }
H1.HeaderClassName
{
color: #CC2E16;
}
.AnyTagClassName
{
color: #CC2E16;
}
</style>
background-color css
<style>
a { background-color: #CC2E16; }
a { background-color: rgb(204,46,22); }
div.DivClassName
{
background-color: #CC2E16;
}
.BgClassName
{
background-color: #CC2E16;
}
</style>
border-color css
<style>
span { border-color: #CC2E16; }
span { border-color: rgb(204,46,22); }
td.TdClassName
{
border-color: #CC2E16;
}
.TagClassName
{
border-color: #CC2E16;
}
</style>