#CC2222 Lionheart
#CC2222 (Lionheart) RGB value is (204, 34, 34).
Red value is 204, green value is 34, and blue value is 34.
Cylindrical-coordinate representations (HSL) of color #CC2222: hue: 0°, saturation: 71.4%, and lightness: 46.7%.
Process color (CMYK) of #CC2222 is 0%, 83.3%, 83.3%, 20%. Web safe color equivalent of #CC2222 is ##CC3333. Color #CC2222 contains mainly Red.
Color Spaces
| Color spaces of #CC2222 | Value |
|---|---|
| RGB | 204, 34, 34 |
| HSL | 0°, 71.4%, 46.7% |
| HSV / HSB | 0°, 83.3%, 80% |
| CMYK | 0%, 83.3%, 83.3%, 20% |
| XYZ | 25.77, 14.1, 2.88 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001100 | 00100010 | 00100010 |
| Octal | 314 | 042 | 042 |
| Decimal | 204 | 34 | 34 |
| Hex | CC | 22 | 22 |
Shades of #CC2222
Tints of #CC2222
.mybgColor { background-color: #CC2222; }
.myforeColor { color: #CC2222; }
.myborderColor { border: 3px solid #CC2222; }
<p style="color:#CC2222">Text here</p>
This sample text is styled with font color #CC2222. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#CC2222">Div content here</div>
<div style="border:3px solid #CC2222">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204, 34, 34, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #CC2222; }
.divShadow { -moz-box-shadow: 1px 1px 3px #CC2222;
-webkit-box-shadow: 1px 1px 3px #CC2222;
box-shadow: 1px 1px 3px #CC2222; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #CC2222 (Lionheart)
Color Overview & Profile: Color #CC2222, also known as Lionheart, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 80% Red (204/255), 13% Green (34/255), and 13% Blue (34/255). The primary color family component is Red.
Print & Physical Production Specs: For physical print production and offset printing setups, #CC2222 translates into the CMYK subtractive color model with values of 0% Cyan, 83.3% Magenta, 83.3% Yellow, and 20% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 0°, saturation of 71.4%, and lightness of 46.7%.
Web Accessibility & Design Recommendations: When implementing #CC2222 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CC3333.
