Shades of Cardinal #C21C41
Tints of Cardinal #C21C41
RGB
CMYK
RGB Variations
Color information
#C21C41 (or 0xC21C41) is known color: Cardinal. HEX triplet: C2, 1C and 41. RGB value is (194,28,65). Sum of RGB (Red+Green+Blue) = 194+28+65=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C41 is #3DE3BE. Grayscale: #515151. Windows color (decimal): -4055999 or 4267202. OLE color: 4267202.
HSL color Cylindrical-coordinate representation of color #C21C41: hue angle of 346.63º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C41 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 65 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.24 |
| HSL | 346.63º | 0.75% | 0.44% | - |
| HSV(B) | 346.63º | 0.86% | 0.76% | - |
| XYZ | 23.62 | 12.68 | 6.2 | - |
| YUV | 81.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 65 | 0 | 0.86 | 0.66 | 0.24 | 346.63 | 0.75 | 0.44 |
| Hex | C2 | 1C | 41 | 0 | 56 | 42 | 18 | 15B | 4B | 2C |
| Octal | 302 | 34 | 101 | 0 | 126 | 102 | 30 | 533 | 113 | 54 |
| Binary | 11000010 | 11100 | 1000001 | 0 | 1010110 | 1000010 | 11000 | 101011011 | 1001011 | 101100 |
Color Harmonies of #C21C41
Complementary color
Monochromatic Colors of #C21C41
Black with #C21C41
Text Example
Text Example
White with #C21C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C41; }
p { color: rgb(194,28,65); }
H1.HeaderClassName
{
color: #C21C41;
}
.AnyTagClassName
{
color: #C21C41;
}
</style>
background-color css
<style>
a { background-color: #C21C41; }
a { background-color: rgb(194,28,65); }
div.DivClassName
{
background-color: #C21C41;
}
.BgClassName
{
background-color: #C21C41;
}
</style>
border-color css
<style>
span { border-color: #C21C41; }
span { border-color: rgb(194,28,65); }
td.TdClassName
{
border-color: #C21C41;
}
.TagClassName
{
border-color: #C21C41;
}
</style>