Shades of Cardinal #C31438
Tints of Cardinal #C31438
RGB
CMYK
RGB Variations
Color information
#C31438 (or 0xC31438) is known color: Cardinal. HEX triplet: C3, 14 and 38. RGB value is (195,20,56). Sum of RGB (Red+Green+Blue) = 195+20+56=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C31438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31438 is #3CEBC7. Grayscale: #4C4C4C. Windows color (decimal): -3992520 or 3675331. OLE color: 3675331.
HSL color Cylindrical-coordinate representation of color #C31438: hue angle of 347.66º 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 #C31438 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 56 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.24 |
| HSL | 347.66º | 0.81% | 0.42% | - |
| HSV(B) | 347.66º | 0.9% | 0.76% | - |
| XYZ | 23.47 | 12.39 | 4.9 | - |
| YUV | 76.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 56 | 0 | 0.90 | 0.71 | 0.24 | 347.66 | 0.81 | 0.42 |
| Hex | C3 | 14 | 38 | 0 | 5A | 47 | 18 | 15C | 51 | 2A |
| Octal | 303 | 24 | 70 | 0 | 132 | 107 | 30 | 534 | 121 | 52 |
| Binary | 11000011 | 10100 | 111000 | 0 | 1011010 | 1000111 | 11000 | 101011100 | 1010001 | 101010 |
Color Harmonies of #C31438
Complementary color
Monochromatic Colors of #C31438
Black with #C31438
Text Example
Text Example
White with #C31438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31438; }
p { color: rgb(195,20,56); }
H1.HeaderClassName
{
color: #C31438;
}
.AnyTagClassName
{
color: #C31438;
}
</style>
background-color css
<style>
a { background-color: #C31438; }
a { background-color: rgb(195,20,56); }
div.DivClassName
{
background-color: #C31438;
}
.BgClassName
{
background-color: #C31438;
}
</style>
border-color css
<style>
span { border-color: #C31438; }
span { border-color: rgb(195,20,56); }
td.TdClassName
{
border-color: #C31438;
}
.TagClassName
{
border-color: #C31438;
}
</style>