Html Css Color HEX #CC2D16 Harley Davidson Orange
📋 copy color: '#CC2D16'red 204 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #CC2D16
Tints of Harley Davidson Orange #CC2D16
RGB
CMYK
RGB Variations
Color information
#CC2D16 (or 0xCC2D16) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 16. RGB value is (204,45,22). Sum of RGB (Red+Green+Blue) = 204+45+22=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2D16 is #33D2E9. Grayscale: #5A5A5A. Windows color (decimal): -3396330 or 1453516. OLE color: 1453516.
HSL color Cylindrical-coordinate representation of color #CC2D16: hue angle of 7.58º 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 #CC2D16 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 22 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.2 |
| HSL | 7.58º | 0.81% | 0.44% | - |
| HSV(B) | 7.58º | 0.89% | 0.8% | - |
| XYZ | 25.99 | 14.77 | 2.24 | - |
| YUV | 89.92 | 89.68 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 22 | 0 | 0.78 | 0.89 | 0.2 | 7.58 | 0.81 | 0.44 |
| Hex | CC | 2D | 16 | 0 | 4E | 59 | 14 | 8 | 51 | 2C |
| Octal | 314 | 55 | 26 | 0 | 116 | 131 | 24 | 10 | 121 | 54 |
| Binary | 11001100 | 101101 | 10110 | 0 | 1001110 | 1011001 | 10100 | 1000 | 1010001 | 101100 |
Color Harmonies of #CC2D16
Complementary color
Monochromatic Colors of #CC2D16
Black with #CC2D16
Text Example
Text Example
White with #CC2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D16; }
p { color: rgb(204,45,22); }
H1.HeaderClassName
{
color: #CC2D16;
}
.AnyTagClassName
{
color: #CC2D16;
}
</style>
background-color css
<style>
a { background-color: #CC2D16; }
a { background-color: rgb(204,45,22); }
div.DivClassName
{
background-color: #CC2D16;
}
.BgClassName
{
background-color: #CC2D16;
}
</style>
border-color css
<style>
span { border-color: #CC2D16; }
span { border-color: rgb(204,45,22); }
td.TdClassName
{
border-color: #CC2D16;
}
.TagClassName
{
border-color: #CC2D16;
}
</style>