Shades of Cardinal #C31251
Tints of Cardinal #C31251
RGB
CMYK
RGB Variations
Color information
#C31251 (or 0xC31251) is known color: Cardinal. HEX triplet: C3, 12 and 51. RGB value is (195,18,81). Sum of RGB (Red+Green+Blue) = 195+18+81=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C31251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31251 is #3CEDAE. Grayscale: #4E4E4E. Windows color (decimal): -3993007 or 5313219. OLE color: 5313219.
HSL color Cylindrical-coordinate representation of color #C31251: hue angle of 338.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31251 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 81 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.24 |
| HSL | 338.64º | 0.83% | 0.42% | - |
| HSV(B) | 338.64º | 0.91% | 0.76% | - |
| XYZ | 24.21 | 12.63 | 8.95 | - |
| YUV | 78.11 | 129.64 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 81 | 0 | 0.91 | 0.58 | 0.24 | 338.64 | 0.83 | 0.42 |
| Hex | C3 | 12 | 51 | 0 | 5B | 3A | 18 | 153 | 53 | 2A |
| Octal | 303 | 22 | 121 | 0 | 133 | 72 | 30 | 523 | 123 | 52 |
| Binary | 11000011 | 10010 | 1010001 | 0 | 1011011 | 111010 | 11000 | 101010011 | 1010011 | 101010 |
Color Harmonies of #C31251
Complementary color
Monochromatic Colors of #C31251
Black with #C31251
Text Example
Text Example
White with #C31251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31251; }
p { color: rgb(195,18,81); }
H1.HeaderClassName
{
color: #C31251;
}
.AnyTagClassName
{
color: #C31251;
}
</style>
background-color css
<style>
a { background-color: #C31251; }
a { background-color: rgb(195,18,81); }
div.DivClassName
{
background-color: #C31251;
}
.BgClassName
{
background-color: #C31251;
}
</style>
border-color css
<style>
span { border-color: #C31251; }
span { border-color: rgb(195,18,81); }
td.TdClassName
{
border-color: #C31251;
}
.TagClassName
{
border-color: #C31251;
}
</style>