Shades of Cardinal #C2122F
Tints of Cardinal #C2122F
RGB
CMYK
RGB Variations
Color information
#C2122F (or 0xC2122F) is known color: Cardinal. HEX triplet: C2, 12 and 2F. RGB value is (194,18,47). Sum of RGB (Red+Green+Blue) = 194+18+47=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2122F is #3DEDD0. Grayscale: #494949. Windows color (decimal): -4058577 or 3084994. OLE color: 3084994.
HSL color Cylindrical-coordinate representation of color #C2122F: hue angle of 350.11º 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 #C2122F is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.24 |
| HSL | 350.11º | 0.83% | 0.42% | - |
| HSV(B) | 350.11º | 0.91% | 0.76% | - |
| XYZ | 22.98 | 12.11 | 3.82 | - |
| YUV | 73.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 47 | 0 | 0.91 | 0.76 | 0.24 | 350.11 | 0.83 | 0.42 |
| Hex | C2 | 12 | 2F | 0 | 5B | 4C | 18 | 15E | 53 | 2A |
| Octal | 302 | 22 | 57 | 0 | 133 | 114 | 30 | 536 | 123 | 52 |
| Binary | 11000010 | 10010 | 101111 | 0 | 1011011 | 1001100 | 11000 | 101011110 | 1010011 | 101010 |
Color Harmonies of #C2122F
Complementary color
Monochromatic Colors of #C2122F
Black with #C2122F
Text Example
Text Example
White with #C2122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2122F; }
p { color: rgb(194,18,47); }
H1.HeaderClassName
{
color: #C2122F;
}
.AnyTagClassName
{
color: #C2122F;
}
</style>
background-color css
<style>
a { background-color: #C2122F; }
a { background-color: rgb(194,18,47); }
div.DivClassName
{
background-color: #C2122F;
}
.BgClassName
{
background-color: #C2122F;
}
</style>
border-color css
<style>
span { border-color: #C2122F; }
span { border-color: rgb(194,18,47); }
td.TdClassName
{
border-color: #C2122F;
}
.TagClassName
{
border-color: #C2122F;
}
</style>