Html Css Color HEX #CC2E20 Harley Davidson Orange
📋 copy color: '#CC2E20'red 204 ◦ green 46 ◦ blue 32
Shades of Harley Davidson Orange #CC2E20
Tints of Harley Davidson Orange #CC2E20
RGB
CMYK
RGB Variations
Color information
#CC2E20 (or 0xCC2E20) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 20. RGB value is (204,46,32). Sum of RGB (Red+Green+Blue) = 204+46+32=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E20 is #33D1DF. Grayscale: #5B5B5B. Windows color (decimal): -3396064 or 2109132. OLE color: 2109132.
HSL color Cylindrical-coordinate representation of color #CC2E20: hue angle of 4.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2E20 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 32 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.2 |
| HSL | 4.88º | 0.73% | 0.46% | - |
| HSV(B) | 4.88º | 0.84% | 0.8% | - |
| XYZ | 26.14 | 14.9 | 2.86 | - |
| YUV | 91.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 32 | 0 | 0.77 | 0.84 | 0.2 | 4.88 | 0.73 | 0.46 |
| Hex | CC | 2E | 20 | 0 | 4D | 54 | 14 | 5 | 49 | 2E |
| Octal | 314 | 56 | 40 | 0 | 115 | 124 | 24 | 5 | 111 | 56 |
| Binary | 11001100 | 101110 | 100000 | 0 | 1001101 | 1010100 | 10100 | 101 | 1001001 | 101110 |
Color Harmonies of #CC2E20
Complementary color
Monochromatic Colors of #CC2E20
Black with #CC2E20
Text Example
Text Example
White with #CC2E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E20; }
p { color: rgb(204,46,32); }
H1.HeaderClassName
{
color: #CC2E20;
}
.AnyTagClassName
{
color: #CC2E20;
}
</style>
background-color css
<style>
a { background-color: #CC2E20; }
a { background-color: rgb(204,46,32); }
div.DivClassName
{
background-color: #CC2E20;
}
.BgClassName
{
background-color: #CC2E20;
}
</style>
border-color css
<style>
span { border-color: #CC2E20; }
span { border-color: rgb(204,46,32); }
td.TdClassName
{
border-color: #CC2E20;
}
.TagClassName
{
border-color: #CC2E20;
}
</style>