Shades of Cardinal #CC223B
Tints of Cardinal #CC223B
RGB
CMYK
RGB Variations
Color information
#CC223B (or 0xCC223B) is known color: Cardinal. HEX triplet: CC, 22 and 3B. RGB value is (204,34,59). Sum of RGB (Red+Green+Blue) = 204+34+59=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC223B is #33DDC4. Grayscale: #575757. Windows color (decimal): -3399109 or 3875532. OLE color: 3875532.
HSL color Cylindrical-coordinate representation of color #CC223B: hue angle of 351.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC223B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 59 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.2 |
| HSL | 351.18º | 0.71% | 0.47% | - |
| HSV(B) | 351.18º | 0.83% | 0.8% | - |
| XYZ | 26.26 | 14.3 | 5.51 | - |
| YUV | 87.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 59 | 0 | 0.83 | 0.71 | 0.2 | 351.18 | 0.71 | 0.47 |
| Hex | CC | 22 | 3B | 0 | 53 | 47 | 14 | 15F | 47 | 2F |
| Octal | 314 | 42 | 73 | 0 | 123 | 107 | 24 | 537 | 107 | 57 |
| Binary | 11001100 | 100010 | 111011 | 0 | 1010011 | 1000111 | 10100 | 101011111 | 1000111 | 101111 |
Color Harmonies of #CC223B
Complementary color
Monochromatic Colors of #CC223B
Black with #CC223B
Text Example
Text Example
White with #CC223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC223B; }
p { color: rgb(204,34,59); }
H1.HeaderClassName
{
color: #CC223B;
}
.AnyTagClassName
{
color: #CC223B;
}
</style>
background-color css
<style>
a { background-color: #CC223B; }
a { background-color: rgb(204,34,59); }
div.DivClassName
{
background-color: #CC223B;
}
.BgClassName
{
background-color: #CC223B;
}
</style>
border-color css
<style>
span { border-color: #CC223B; }
span { border-color: rgb(204,34,59); }
td.TdClassName
{
border-color: #CC223B;
}
.TagClassName
{
border-color: #CC223B;
}
</style>