Shades of Cardinal #C21234
Tints of Cardinal #C21234
RGB
CMYK
RGB Variations
Color information
#C21234 (or 0xC21234) is known color: Cardinal. HEX triplet: C2, 12 and 34. RGB value is (194,18,52). Sum of RGB (Red+Green+Blue) = 194+18+52=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C21234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21234 is #3DEDCB. Grayscale: #4A4A4A. Windows color (decimal): -4058572 or 3412674. OLE color: 3412674.
HSL color Cylindrical-coordinate representation of color #C21234: hue angle of 348.41º 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 #C21234 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 52 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.24 |
| HSL | 348.41º | 0.83% | 0.42% | - |
| HSV(B) | 348.41º | 0.91% | 0.76% | - |
| XYZ | 23.08 | 12.15 | 4.38 | - |
| YUV | 74.5 | 115.31 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 52 | 0 | 0.91 | 0.73 | 0.24 | 348.41 | 0.83 | 0.42 |
| Hex | C2 | 12 | 34 | 0 | 5B | 49 | 18 | 15C | 53 | 2A |
| Octal | 302 | 22 | 64 | 0 | 133 | 111 | 30 | 534 | 123 | 52 |
| Binary | 11000010 | 10010 | 110100 | 0 | 1011011 | 1001001 | 11000 | 101011100 | 1010011 | 101010 |
Color Harmonies of #C21234
Complementary color
Monochromatic Colors of #C21234
Black with #C21234
Text Example
Text Example
White with #C21234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21234; }
p { color: rgb(194,18,52); }
H1.HeaderClassName
{
color: #C21234;
}
.AnyTagClassName
{
color: #C21234;
}
</style>
background-color css
<style>
a { background-color: #C21234; }
a { background-color: rgb(194,18,52); }
div.DivClassName
{
background-color: #C21234;
}
.BgClassName
{
background-color: #C21234;
}
</style>
border-color css
<style>
span { border-color: #C21234; }
span { border-color: rgb(194,18,52); }
td.TdClassName
{
border-color: #C21234;
}
.TagClassName
{
border-color: #C21234;
}
</style>