Shades of Cardinal #CC233C
Tints of Cardinal #CC233C
RGB
CMYK
RGB Variations
Color information
#CC233C (or 0xCC233C) is known color: Cardinal. HEX triplet: CC, 23 and 3C. RGB value is (204,35,60). Sum of RGB (Red+Green+Blue) = 204+35+60=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC233C is #33DCC3. Grayscale: #585858. Windows color (decimal): -3398852 or 3941324. OLE color: 3941324.
HSL color Cylindrical-coordinate representation of color #CC233C: hue angle of 351.12º 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 #CC233C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 60 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.2 |
| HSL | 351.12º | 0.71% | 0.47% | - |
| HSV(B) | 351.12º | 0.83% | 0.8% | - |
| XYZ | 26.32 | 14.37 | 5.66 | - |
| YUV | 88.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 60 | 0 | 0.83 | 0.71 | 0.2 | 351.12 | 0.71 | 0.47 |
| Hex | CC | 23 | 3C | 0 | 53 | 47 | 14 | 15F | 47 | 2F |
| Octal | 314 | 43 | 74 | 0 | 123 | 107 | 24 | 537 | 107 | 57 |
| Binary | 11001100 | 100011 | 111100 | 0 | 1010011 | 1000111 | 10100 | 101011111 | 1000111 | 101111 |
Color Harmonies of #CC233C
Complementary color
Monochromatic Colors of #CC233C
Black with #CC233C
Text Example
Text Example
White with #CC233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC233C; }
p { color: rgb(204,35,60); }
H1.HeaderClassName
{
color: #CC233C;
}
.AnyTagClassName
{
color: #CC233C;
}
</style>
background-color css
<style>
a { background-color: #CC233C; }
a { background-color: rgb(204,35,60); }
div.DivClassName
{
background-color: #CC233C;
}
.BgClassName
{
background-color: #CC233C;
}
</style>
border-color css
<style>
span { border-color: #CC233C; }
span { border-color: rgb(204,35,60); }
td.TdClassName
{
border-color: #CC233C;
}
.TagClassName
{
border-color: #CC233C;
}
</style>