Shades of Cardinal #CC143B
Tints of Cardinal #CC143B
RGB
CMYK
RGB Variations
Color information
#CC143B (or 0xCC143B) is known color: Cardinal. HEX triplet: CC, 14 and 3B. RGB value is (204,20,59). Sum of RGB (Red+Green+Blue) = 204+20+59=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC143B is #33EBC4. Grayscale: #4F4F4F. Windows color (decimal): -3402693 or 3871948. OLE color: 3871948.
HSL color Cylindrical-coordinate representation of color #CC143B: hue angle of 347.28º 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 #CC143B is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 59 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.2 |
| HSL | 347.28º | 0.82% | 0.44% | - |
| HSV(B) | 347.28º | 0.9% | 0.8% | - |
| XYZ | 25.94 | 13.65 | 5.41 | - |
| YUV | 79.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 59 | 0 | 0.90 | 0.71 | 0.2 | 347.28 | 0.82 | 0.44 |
| Hex | CC | 14 | 3B | 0 | 5A | 47 | 14 | 15B | 52 | 2C |
| Octal | 314 | 24 | 73 | 0 | 132 | 107 | 24 | 533 | 122 | 54 |
| Binary | 11001100 | 10100 | 111011 | 0 | 1011010 | 1000111 | 10100 | 101011011 | 1010010 | 101100 |
Color Harmonies of #CC143B
Complementary color
Monochromatic Colors of #CC143B
Black with #CC143B
Text Example
Text Example
White with #CC143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC143B; }
p { color: rgb(204,20,59); }
H1.HeaderClassName
{
color: #CC143B;
}
.AnyTagClassName
{
color: #CC143B;
}
</style>
background-color css
<style>
a { background-color: #CC143B; }
a { background-color: rgb(204,20,59); }
div.DivClassName
{
background-color: #CC143B;
}
.BgClassName
{
background-color: #CC143B;
}
</style>
border-color css
<style>
span { border-color: #CC143B; }
span { border-color: rgb(204,20,59); }
td.TdClassName
{
border-color: #CC143B;
}
.TagClassName
{
border-color: #CC143B;
}
</style>