Shades of Cardinal #CC153B
Tints of Cardinal #CC153B
RGB
CMYK
RGB Variations
Color information
#CC153B (or 0xCC153B) is known color: Cardinal. HEX triplet: CC, 15 and 3B. RGB value is (204,21,59). Sum of RGB (Red+Green+Blue) = 204+21+59=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC153B is #33EAC4. Grayscale: #505050. Windows color (decimal): -3402437 or 3872204. OLE color: 3872204.
HSL color Cylindrical-coordinate representation of color #CC153B: hue angle of 347.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC153B is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 59 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.2 |
| HSL | 347.54º | 0.81% | 0.44% | - |
| HSV(B) | 347.54º | 0.9% | 0.8% | - |
| XYZ | 25.96 | 13.69 | 5.41 | - |
| YUV | 80.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 59 | 0 | 0.90 | 0.71 | 0.2 | 347.54 | 0.81 | 0.44 |
| Hex | CC | 15 | 3B | 0 | 5A | 47 | 14 | 15C | 51 | 2C |
| Octal | 314 | 25 | 73 | 0 | 132 | 107 | 24 | 534 | 121 | 54 |
| Binary | 11001100 | 10101 | 111011 | 0 | 1011010 | 1000111 | 10100 | 101011100 | 1010001 | 101100 |
Color Harmonies of #CC153B
Complementary color
Monochromatic Colors of #CC153B
Black with #CC153B
Text Example
Text Example
White with #CC153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC153B; }
p { color: rgb(204,21,59); }
H1.HeaderClassName
{
color: #CC153B;
}
.AnyTagClassName
{
color: #CC153B;
}
</style>
background-color css
<style>
a { background-color: #CC153B; }
a { background-color: rgb(204,21,59); }
div.DivClassName
{
background-color: #CC153B;
}
.BgClassName
{
background-color: #CC153B;
}
</style>
border-color css
<style>
span { border-color: #CC153B; }
span { border-color: rgb(204,21,59); }
td.TdClassName
{
border-color: #CC153B;
}
.TagClassName
{
border-color: #CC153B;
}
</style>