Shades of Cardinal #C1212A
Tints of Cardinal #C1212A
RGB
CMYK
RGB Variations
Color information
#C1212A (or 0xC1212A) is known color: Cardinal. HEX triplet: C1, 21 and 2A. RGB value is (193,33,42). Sum of RGB (Red+Green+Blue) = 193+33+42=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C1212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1212A is #3EDED5. Grayscale: #515151. Windows color (decimal): -4120278 or 2761153. OLE color: 2761153.
HSL color Cylindrical-coordinate representation of color #C1212A: hue angle of 356.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1212A is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 42 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.24 |
| HSL | 356.63º | 0.71% | 0.44% | - |
| HSV(B) | 356.63º | 0.83% | 0.76% | - |
| XYZ | 22.95 | 12.59 | 3.41 | - |
| YUV | 81.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 42 | 0 | 0.83 | 0.78 | 0.24 | 356.63 | 0.71 | 0.44 |
| Hex | C1 | 21 | 2A | 0 | 53 | 4E | 18 | 165 | 47 | 2C |
| Octal | 301 | 41 | 52 | 0 | 123 | 116 | 30 | 545 | 107 | 54 |
| Binary | 11000001 | 100001 | 101010 | 0 | 1010011 | 1001110 | 11000 | 101100101 | 1000111 | 101100 |
Color Harmonies of #C1212A
Complementary color
Monochromatic Colors of #C1212A
Black with #C1212A
Text Example
Text Example
White with #C1212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1212A; }
p { color: rgb(193,33,42); }
H1.HeaderClassName
{
color: #C1212A;
}
.AnyTagClassName
{
color: #C1212A;
}
</style>
background-color css
<style>
a { background-color: #C1212A; }
a { background-color: rgb(193,33,42); }
div.DivClassName
{
background-color: #C1212A;
}
.BgClassName
{
background-color: #C1212A;
}
</style>
border-color css
<style>
span { border-color: #C1212A; }
span { border-color: rgb(193,33,42); }
td.TdClassName
{
border-color: #C1212A;
}
.TagClassName
{
border-color: #C1212A;
}
</style>