Shades of Cardinal #CC143F
Tints of Cardinal #CC143F
RGB
CMYK
RGB Variations
Color information
#CC143F (or 0xCC143F) is known color: Cardinal. HEX triplet: CC, 14 and 3F. RGB value is (204,20,63). Sum of RGB (Red+Green+Blue) = 204+20+63=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC143F is #33EBC0. Grayscale: #4F4F4F. Windows color (decimal): -3402689 or 4134092. OLE color: 4134092.
HSL color Cylindrical-coordinate representation of color #CC143F: hue angle of 345.98º 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 #CC143F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 63 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.2 |
| HSL | 345.98º | 0.82% | 0.44% | - |
| HSV(B) | 345.98º | 0.9% | 0.8% | - |
| XYZ | 26.05 | 13.7 | 5.97 | - |
| YUV | 79.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 63 | 0 | 0.90 | 0.69 | 0.2 | 345.98 | 0.82 | 0.44 |
| Hex | CC | 14 | 3F | 0 | 5A | 45 | 14 | 15A | 52 | 2C |
| Octal | 314 | 24 | 77 | 0 | 132 | 105 | 24 | 532 | 122 | 54 |
| Binary | 11001100 | 10100 | 111111 | 0 | 1011010 | 1000101 | 10100 | 101011010 | 1010010 | 101100 |
Color Harmonies of #CC143F
Complementary color
Monochromatic Colors of #CC143F
Black with #CC143F
Text Example
Text Example
White with #CC143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC143F; }
p { color: rgb(204,20,63); }
H1.HeaderClassName
{
color: #CC143F;
}
.AnyTagClassName
{
color: #CC143F;
}
</style>
background-color css
<style>
a { background-color: #CC143F; }
a { background-color: rgb(204,20,63); }
div.DivClassName
{
background-color: #CC143F;
}
.BgClassName
{
background-color: #CC143F;
}
</style>
border-color css
<style>
span { border-color: #CC143F; }
span { border-color: rgb(204,20,63); }
td.TdClassName
{
border-color: #CC143F;
}
.TagClassName
{
border-color: #CC143F;
}
</style>