Shades of Cardinal #CC143C
Tints of Cardinal #CC143C
RGB
CMYK
RGB Variations
Color information
#CC143C (or 0xCC143C) is known color: Cardinal. HEX triplet: CC, 14 and 3C. RGB value is (204,20,60). Sum of RGB (Red+Green+Blue) = 204+20+60=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC143C is #33EBC3. Grayscale: #4F4F4F. Windows color (decimal): -3402692 or 3937484. OLE color: 3937484.
HSL color Cylindrical-coordinate representation of color #CC143C: hue angle of 346.96º degrees, saturation: 0.82, 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 #CC143C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 60 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.2 |
| HSL | 346.96º | 0.82% | 0.44% | - |
| HSV(B) | 346.96º | 0.9% | 0.8% | - |
| XYZ | 25.97 | 13.66 | 5.54 | - |
| YUV | 79.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 60 | 0 | 0.90 | 0.71 | 0.2 | 346.96 | 0.82 | 0.44 |
| Hex | CC | 14 | 3C | 0 | 5A | 47 | 14 | 15B | 52 | 2C |
| Octal | 314 | 24 | 74 | 0 | 132 | 107 | 24 | 533 | 122 | 54 |
| Binary | 11001100 | 10100 | 111100 | 0 | 1011010 | 1000111 | 10100 | 101011011 | 1010010 | 101100 |
Color Harmonies of #CC143C
Complementary color
Monochromatic Colors of #CC143C
Black with #CC143C
Text Example
Text Example
White with #CC143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC143C; }
p { color: rgb(204,20,60); }
H1.HeaderClassName
{
color: #CC143C;
}
.AnyTagClassName
{
color: #CC143C;
}
</style>
background-color css
<style>
a { background-color: #CC143C; }
a { background-color: rgb(204,20,60); }
div.DivClassName
{
background-color: #CC143C;
}
.BgClassName
{
background-color: #CC143C;
}
</style>
border-color css
<style>
span { border-color: #CC143C; }
span { border-color: rgb(204,20,60); }
td.TdClassName
{
border-color: #CC143C;
}
.TagClassName
{
border-color: #CC143C;
}
</style>