Shades of Cardinal #CC223D
Tints of Cardinal #CC223D
RGB
CMYK
RGB Variations
Color information
#CC223D (or 0xCC223D) is known color: Cardinal. HEX triplet: CC, 22 and 3D. RGB value is (204,34,61). Sum of RGB (Red+Green+Blue) = 204+34+61=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC223D is #33DDC2. Grayscale: #575757. Windows color (decimal): -3399107 or 4006604. OLE color: 4006604.
HSL color Cylindrical-coordinate representation of color #CC223D: hue angle of 350.47º 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 #CC223D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 61 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.2 |
| HSL | 350.47º | 0.71% | 0.47% | - |
| HSV(B) | 350.47º | 0.83% | 0.8% | - |
| XYZ | 26.32 | 14.32 | 5.79 | - |
| YUV | 87.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 61 | 0 | 0.83 | 0.70 | 0.2 | 350.47 | 0.71 | 0.47 |
| Hex | CC | 22 | 3D | 0 | 53 | 46 | 14 | 15E | 47 | 2F |
| Octal | 314 | 42 | 75 | 0 | 123 | 106 | 24 | 536 | 107 | 57 |
| Binary | 11001100 | 100010 | 111101 | 0 | 1010011 | 1000110 | 10100 | 101011110 | 1000111 | 101111 |
Color Harmonies of #CC223D
Complementary color
Monochromatic Colors of #CC223D
Black with #CC223D
Text Example
Text Example
White with #CC223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC223D; }
p { color: rgb(204,34,61); }
H1.HeaderClassName
{
color: #CC223D;
}
.AnyTagClassName
{
color: #CC223D;
}
</style>
background-color css
<style>
a { background-color: #CC223D; }
a { background-color: rgb(204,34,61); }
div.DivClassName
{
background-color: #CC223D;
}
.BgClassName
{
background-color: #CC223D;
}
</style>
border-color css
<style>
span { border-color: #CC223D; }
span { border-color: rgb(204,34,61); }
td.TdClassName
{
border-color: #CC223D;
}
.TagClassName
{
border-color: #CC223D;
}
</style>