Shades of Cardinal #C31C47
Tints of Cardinal #C31C47
RGB
CMYK
RGB Variations
Color information
#C31C47 (or 0xC31C47) is known color: Cardinal. HEX triplet: C3, 1C and 47. RGB value is (195,28,71). Sum of RGB (Red+Green+Blue) = 195+28+71=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C47 is #3CE3B8. Grayscale: #525252. Windows color (decimal): -3990457 or 4660419. OLE color: 4660419.
HSL color Cylindrical-coordinate representation of color #C31C47: hue angle of 344.55º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C47 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 71 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.24 |
| HSL | 344.55º | 0.75% | 0.44% | - |
| HSV(B) | 344.55º | 0.86% | 0.76% | - |
| XYZ | 24.06 | 12.89 | 7.18 | - |
| YUV | 82.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 71 | 0 | 0.86 | 0.64 | 0.24 | 344.55 | 0.75 | 0.44 |
| Hex | C3 | 1C | 47 | 0 | 56 | 40 | 18 | 159 | 4B | 2C |
| Octal | 303 | 34 | 107 | 0 | 126 | 100 | 30 | 531 | 113 | 54 |
| Binary | 11000011 | 11100 | 1000111 | 0 | 1010110 | 1000000 | 11000 | 101011001 | 1001011 | 101100 |
Color Harmonies of #C31C47
Complementary color
Monochromatic Colors of #C31C47
Black with #C31C47
Text Example
Text Example
White with #C31C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C47; }
p { color: rgb(195,28,71); }
H1.HeaderClassName
{
color: #C31C47;
}
.AnyTagClassName
{
color: #C31C47;
}
</style>
background-color css
<style>
a { background-color: #C31C47; }
a { background-color: rgb(195,28,71); }
div.DivClassName
{
background-color: #C31C47;
}
.BgClassName
{
background-color: #C31C47;
}
</style>
border-color css
<style>
span { border-color: #C31C47; }
span { border-color: rgb(195,28,71); }
td.TdClassName
{
border-color: #C31C47;
}
.TagClassName
{
border-color: #C31C47;
}
</style>