Shades of Cardinal #CC2234
Tints of Cardinal #CC2234
RGB
CMYK
RGB Variations
Color information
#CC2234 (or 0xCC2234) is known color: Cardinal. HEX triplet: CC, 22 and 34. RGB value is (204,34,52). Sum of RGB (Red+Green+Blue) = 204+34+52=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2234 is #33DDCB. Grayscale: #565656. Windows color (decimal): -3399116 or 3416780. OLE color: 3416780.
HSL color Cylindrical-coordinate representation of color #CC2234: hue angle of 353.65º 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 #CC2234 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 52 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.2 |
| HSL | 353.65º | 0.71% | 0.47% | - |
| HSV(B) | 353.65º | 0.83% | 0.8% | - |
| XYZ | 26.09 | 14.23 | 4.62 | - |
| YUV | 86.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 52 | 0 | 0.83 | 0.75 | 0.2 | 353.65 | 0.71 | 0.47 |
| Hex | CC | 22 | 34 | 0 | 53 | 4B | 14 | 162 | 47 | 2F |
| Octal | 314 | 42 | 64 | 0 | 123 | 113 | 24 | 542 | 107 | 57 |
| Binary | 11001100 | 100010 | 110100 | 0 | 1010011 | 1001011 | 10100 | 101100010 | 1000111 | 101111 |
Color Harmonies of #CC2234
Complementary color
Monochromatic Colors of #CC2234
Black with #CC2234
Text Example
Text Example
White with #CC2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2234; }
p { color: rgb(204,34,52); }
H1.HeaderClassName
{
color: #CC2234;
}
.AnyTagClassName
{
color: #CC2234;
}
</style>
background-color css
<style>
a { background-color: #CC2234; }
a { background-color: rgb(204,34,52); }
div.DivClassName
{
background-color: #CC2234;
}
.BgClassName
{
background-color: #CC2234;
}
</style>
border-color css
<style>
span { border-color: #CC2234; }
span { border-color: rgb(204,34,52); }
td.TdClassName
{
border-color: #CC2234;
}
.TagClassName
{
border-color: #CC2234;
}
</style>