Shades of Cardinal #CC1233
Tints of Cardinal #CC1233
RGB
CMYK
RGB Variations
Color information
#CC1233 (or 0xCC1233) is known color: Cardinal. HEX triplet: CC, 12 and 33. RGB value is (204,18,51). Sum of RGB (Red+Green+Blue) = 204+18+51=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1233 is #33EDCC. Grayscale: #4D4D4D. Windows color (decimal): -3403213 or 3347148. OLE color: 3347148.
HSL color Cylindrical-coordinate representation of color #CC1233: hue angle of 349.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1233 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 51 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.2 |
| HSL | 349.35º | 0.84% | 0.44% | - |
| HSV(B) | 349.35º | 0.91% | 0.8% | - |
| XYZ | 25.72 | 13.51 | 4.38 | - |
| YUV | 77.38 | 113.12 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 51 | 0 | 0.91 | 0.75 | 0.2 | 349.35 | 0.84 | 0.44 |
| Hex | CC | 12 | 33 | 0 | 5B | 4B | 14 | 15D | 54 | 2C |
| Octal | 314 | 22 | 63 | 0 | 133 | 113 | 24 | 535 | 124 | 54 |
| Binary | 11001100 | 10010 | 110011 | 0 | 1011011 | 1001011 | 10100 | 101011101 | 1010100 | 101100 |
Color Harmonies of #CC1233
Complementary color
Monochromatic Colors of #CC1233
Black with #CC1233
Text Example
Text Example
White with #CC1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1233; }
p { color: rgb(204,18,51); }
H1.HeaderClassName
{
color: #CC1233;
}
.AnyTagClassName
{
color: #CC1233;
}
</style>
background-color css
<style>
a { background-color: #CC1233; }
a { background-color: rgb(204,18,51); }
div.DivClassName
{
background-color: #CC1233;
}
.BgClassName
{
background-color: #CC1233;
}
</style>
border-color css
<style>
span { border-color: #CC1233; }
span { border-color: rgb(204,18,51); }
td.TdClassName
{
border-color: #CC1233;
}
.TagClassName
{
border-color: #CC1233;
}
</style>