Shades of Cardinal #C31543
Tints of Cardinal #C31543
RGB
CMYK
RGB Variations
Color information
#C31543 (or 0xC31543) is known color: Cardinal. HEX triplet: C3, 15 and 43. RGB value is (195,21,67). Sum of RGB (Red+Green+Blue) = 195+21+67=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C31543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31543 is #3CEABC. Grayscale: #4E4E4E. Windows color (decimal): -3992253 or 4396483. OLE color: 4396483.
HSL color Cylindrical-coordinate representation of color #C31543: hue angle of 344.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31543 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 67 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.24 |
| HSL | 344.14º | 0.81% | 0.42% | - |
| HSV(B) | 344.14º | 0.89% | 0.76% | - |
| XYZ | 23.79 | 12.54 | 6.48 | - |
| YUV | 78.27 | 121.65 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 67 | 0 | 0.89 | 0.66 | 0.24 | 344.14 | 0.81 | 0.42 |
| Hex | C3 | 15 | 43 | 0 | 59 | 42 | 18 | 158 | 51 | 2A |
| Octal | 303 | 25 | 103 | 0 | 131 | 102 | 30 | 530 | 121 | 52 |
| Binary | 11000011 | 10101 | 1000011 | 0 | 1011001 | 1000010 | 11000 | 101011000 | 1010001 | 101010 |
Color Harmonies of #C31543
Complementary color
Monochromatic Colors of #C31543
Black with #C31543
Text Example
Text Example
White with #C31543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31543; }
p { color: rgb(195,21,67); }
H1.HeaderClassName
{
color: #C31543;
}
.AnyTagClassName
{
color: #C31543;
}
</style>
background-color css
<style>
a { background-color: #C31543; }
a { background-color: rgb(195,21,67); }
div.DivClassName
{
background-color: #C31543;
}
.BgClassName
{
background-color: #C31543;
}
</style>
border-color css
<style>
span { border-color: #C31543; }
span { border-color: rgb(195,21,67); }
td.TdClassName
{
border-color: #C31543;
}
.TagClassName
{
border-color: #C31543;
}
</style>