Html Css Color HEX #CC2816 Harley Davidson Orange
📋 copy color: '#CC2816'red 204 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #CC2816
Tints of Harley Davidson Orange #CC2816
RGB
CMYK
RGB Variations
Color information
#CC2816 (or 0xCC2816) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 16. RGB value is (204,40,22). Sum of RGB (Red+Green+Blue) = 204+40+22=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2816 is #33D7E9. Grayscale: #575757. Windows color (decimal): -3397610 or 1452236. OLE color: 1452236.
HSL color Cylindrical-coordinate representation of color #CC2816: hue angle of 5.93º 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 #CC2816 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 22 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.2 |
| HSL | 5.93º | 0.81% | 0.44% | - |
| HSV(B) | 5.93º | 0.89% | 0.8% | - |
| XYZ | 25.81 | 14.41 | 2.18 | - |
| YUV | 86.98 | 91.33 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 22 | 0 | 0.80 | 0.89 | 0.2 | 5.93 | 0.81 | 0.44 |
| Hex | CC | 28 | 16 | 0 | 50 | 59 | 14 | 6 | 51 | 2C |
| Octal | 314 | 50 | 26 | 0 | 120 | 131 | 24 | 6 | 121 | 54 |
| Binary | 11001100 | 101000 | 10110 | 0 | 1010000 | 1011001 | 10100 | 110 | 1010001 | 101100 |
Color Harmonies of #CC2816
Complementary color
Monochromatic Colors of #CC2816
Black with #CC2816
Text Example
Text Example
White with #CC2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2816; }
p { color: rgb(204,40,22); }
H1.HeaderClassName
{
color: #CC2816;
}
.AnyTagClassName
{
color: #CC2816;
}
</style>
background-color css
<style>
a { background-color: #CC2816; }
a { background-color: rgb(204,40,22); }
div.DivClassName
{
background-color: #CC2816;
}
.BgClassName
{
background-color: #CC2816;
}
</style>
border-color css
<style>
span { border-color: #CC2816; }
span { border-color: rgb(204,40,22); }
td.TdClassName
{
border-color: #CC2816;
}
.TagClassName
{
border-color: #CC2816;
}
</style>