Shades of Cardinal #CC143A
Tints of Cardinal #CC143A
RGB
CMYK
RGB Variations
Color information
#CC143A (or 0xCC143A) is known color: Cardinal. HEX triplet: CC, 14 and 3A. RGB value is (204,20,58). Sum of RGB (Red+Green+Blue) = 204+20+58=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC143A is #33EBC5. Grayscale: #4F4F4F. Windows color (decimal): -3402694 or 3806412. OLE color: 3806412.
HSL color Cylindrical-coordinate representation of color #CC143A: hue angle of 347.61º 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 #CC143A is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 58 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.2 |
| HSL | 347.61º | 0.82% | 0.44% | - |
| HSV(B) | 347.61º | 0.9% | 0.8% | - |
| XYZ | 25.92 | 13.64 | 5.27 | - |
| YUV | 79.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 58 | 0 | 0.90 | 0.72 | 0.2 | 347.61 | 0.82 | 0.44 |
| Hex | CC | 14 | 3A | 0 | 5A | 48 | 14 | 15C | 52 | 2C |
| Octal | 314 | 24 | 72 | 0 | 132 | 110 | 24 | 534 | 122 | 54 |
| Binary | 11001100 | 10100 | 111010 | 0 | 1011010 | 1001000 | 10100 | 101011100 | 1010010 | 101100 |
Color Harmonies of #CC143A
Complementary color
Monochromatic Colors of #CC143A
Black with #CC143A
Text Example
Text Example
White with #CC143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC143A; }
p { color: rgb(204,20,58); }
H1.HeaderClassName
{
color: #CC143A;
}
.AnyTagClassName
{
color: #CC143A;
}
</style>
background-color css
<style>
a { background-color: #CC143A; }
a { background-color: rgb(204,20,58); }
div.DivClassName
{
background-color: #CC143A;
}
.BgClassName
{
background-color: #CC143A;
}
</style>
border-color css
<style>
span { border-color: #CC143A; }
span { border-color: rgb(204,20,58); }
td.TdClassName
{
border-color: #CC143A;
}
.TagClassName
{
border-color: #CC143A;
}
</style>