Shades of Cardinal #C31448
Tints of Cardinal #C31448
RGB
CMYK
RGB Variations
Color information
#C31448 (or 0xC31448) is known color: Cardinal. HEX triplet: C3, 14 and 48. RGB value is (195,20,72). Sum of RGB (Red+Green+Blue) = 195+20+72=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C31448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31448 is #3CEBB7. Grayscale: #4E4E4E. Windows color (decimal): -3992504 or 4723907. OLE color: 4723907.
HSL color Cylindrical-coordinate representation of color #C31448: hue angle of 342.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31448 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 72 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.24 |
| HSL | 342.17º | 0.81% | 0.42% | - |
| HSV(B) | 342.17º | 0.9% | 0.76% | - |
| XYZ | 23.93 | 12.57 | 7.3 | - |
| YUV | 78.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 72 | 0 | 0.90 | 0.63 | 0.24 | 342.17 | 0.81 | 0.42 |
| Hex | C3 | 14 | 48 | 0 | 5A | 3F | 18 | 156 | 51 | 2A |
| Octal | 303 | 24 | 110 | 0 | 132 | 77 | 30 | 526 | 121 | 52 |
| Binary | 11000011 | 10100 | 1001000 | 0 | 1011010 | 111111 | 11000 | 101010110 | 1010001 | 101010 |
Color Harmonies of #C31448
Complementary color
Monochromatic Colors of #C31448
Black with #C31448
Text Example
Text Example
White with #C31448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31448; }
p { color: rgb(195,20,72); }
H1.HeaderClassName
{
color: #C31448;
}
.AnyTagClassName
{
color: #C31448;
}
</style>
background-color css
<style>
a { background-color: #C31448; }
a { background-color: rgb(195,20,72); }
div.DivClassName
{
background-color: #C31448;
}
.BgClassName
{
background-color: #C31448;
}
</style>
border-color css
<style>
span { border-color: #C31448; }
span { border-color: rgb(195,20,72); }
td.TdClassName
{
border-color: #C31448;
}
.TagClassName
{
border-color: #C31448;
}
</style>