Shades of Cardinal #C21C3C
Tints of Cardinal #C21C3C
RGB
CMYK
RGB Variations
Color information
#C21C3C (or 0xC21C3C) is known color: Cardinal. HEX triplet: C2, 1C and 3C. RGB value is (194,28,60). Sum of RGB (Red+Green+Blue) = 194+28+60=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C3C is #3DE3C3. Grayscale: #515151. Windows color (decimal): -4056004 or 3939522. OLE color: 3939522.
HSL color Cylindrical-coordinate representation of color #C21C3C: hue angle of 348.43º 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 #C21C3C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 60 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.24 |
| HSL | 348.43º | 0.75% | 0.44% | - |
| HSV(B) | 348.43º | 0.86% | 0.76% | - |
| XYZ | 23.48 | 12.63 | 5.47 | - |
| YUV | 81.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 60 | 0 | 0.86 | 0.69 | 0.24 | 348.43 | 0.75 | 0.44 |
| Hex | C2 | 1C | 3C | 0 | 56 | 45 | 18 | 15C | 4B | 2C |
| Octal | 302 | 34 | 74 | 0 | 126 | 105 | 30 | 534 | 113 | 54 |
| Binary | 11000010 | 11100 | 111100 | 0 | 1010110 | 1000101 | 11000 | 101011100 | 1001011 | 101100 |
Color Harmonies of #C21C3C
Complementary color
Monochromatic Colors of #C21C3C
Black with #C21C3C
Text Example
Text Example
White with #C21C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C3C; }
p { color: rgb(194,28,60); }
H1.HeaderClassName
{
color: #C21C3C;
}
.AnyTagClassName
{
color: #C21C3C;
}
</style>
background-color css
<style>
a { background-color: #C21C3C; }
a { background-color: rgb(194,28,60); }
div.DivClassName
{
background-color: #C21C3C;
}
.BgClassName
{
background-color: #C21C3C;
}
</style>
border-color css
<style>
span { border-color: #C21C3C; }
span { border-color: rgb(194,28,60); }
td.TdClassName
{
border-color: #C21C3C;
}
.TagClassName
{
border-color: #C21C3C;
}
</style>