Shades of Cardinal #C31245
Tints of Cardinal #C31245
RGB
CMYK
RGB Variations
Color information
#C31245 (or 0xC31245) is known color: Cardinal. HEX triplet: C3, 12 and 45. RGB value is (195,18,69). Sum of RGB (Red+Green+Blue) = 195+18+69=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C31245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31245 is #3CEDBA. Grayscale: #4C4C4C. Windows color (decimal): -3993019 or 4526787. OLE color: 4526787.
HSL color Cylindrical-coordinate representation of color #C31245: hue angle of 342.71º 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 #C31245 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 69 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.24 |
| HSL | 342.71º | 0.83% | 0.42% | - |
| HSV(B) | 342.71º | 0.91% | 0.76% | - |
| XYZ | 23.8 | 12.46 | 6.78 | - |
| YUV | 76.74 | 123.64 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 69 | 0 | 0.91 | 0.65 | 0.24 | 342.71 | 0.83 | 0.42 |
| Hex | C3 | 12 | 45 | 0 | 5B | 41 | 18 | 157 | 53 | 2A |
| Octal | 303 | 22 | 105 | 0 | 133 | 101 | 30 | 527 | 123 | 52 |
| Binary | 11000011 | 10010 | 1000101 | 0 | 1011011 | 1000001 | 11000 | 101010111 | 1010011 | 101010 |
Color Harmonies of #C31245
Complementary color
Monochromatic Colors of #C31245
Black with #C31245
Text Example
Text Example
White with #C31245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31245; }
p { color: rgb(195,18,69); }
H1.HeaderClassName
{
color: #C31245;
}
.AnyTagClassName
{
color: #C31245;
}
</style>
background-color css
<style>
a { background-color: #C31245; }
a { background-color: rgb(195,18,69); }
div.DivClassName
{
background-color: #C31245;
}
.BgClassName
{
background-color: #C31245;
}
</style>
border-color css
<style>
span { border-color: #C31245; }
span { border-color: rgb(195,18,69); }
td.TdClassName
{
border-color: #C31245;
}
.TagClassName
{
border-color: #C31245;
}
</style>