Shades of Cardinal #C21645
Tints of Cardinal #C21645
RGB
CMYK
RGB Variations
Color information
#C21645 (or 0xC21645) is known color: Cardinal. HEX triplet: C2, 16 and 45. RGB value is (194,22,69). Sum of RGB (Red+Green+Blue) = 194+22+69=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C21645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21645 is #3DE9BA. Grayscale: #4E4E4E. Windows color (decimal): -4057531 or 4527810. OLE color: 4527810.
HSL color Cylindrical-coordinate representation of color #C21645: hue angle of 343.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21645 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 69 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.24 |
| HSL | 343.6º | 0.8% | 0.42% | - |
| HSV(B) | 343.6º | 0.89% | 0.76% | - |
| XYZ | 23.61 | 12.47 | 6.79 | - |
| YUV | 78.79 | 122.48 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 69 | 0 | 0.89 | 0.64 | 0.24 | 343.6 | 0.8 | 0.42 |
| Hex | C2 | 16 | 45 | 0 | 59 | 40 | 18 | 158 | 50 | 2A |
| Octal | 302 | 26 | 105 | 0 | 131 | 100 | 30 | 530 | 120 | 52 |
| Binary | 11000010 | 10110 | 1000101 | 0 | 1011001 | 1000000 | 11000 | 101011000 | 1010000 | 101010 |
Color Harmonies of #C21645
Complementary color
Monochromatic Colors of #C21645
Black with #C21645
Text Example
Text Example
White with #C21645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21645; }
p { color: rgb(194,22,69); }
H1.HeaderClassName
{
color: #C21645;
}
.AnyTagClassName
{
color: #C21645;
}
</style>
background-color css
<style>
a { background-color: #C21645; }
a { background-color: rgb(194,22,69); }
div.DivClassName
{
background-color: #C21645;
}
.BgClassName
{
background-color: #C21645;
}
</style>
border-color css
<style>
span { border-color: #C21645; }
span { border-color: rgb(194,22,69); }
td.TdClassName
{
border-color: #C21645;
}
.TagClassName
{
border-color: #C21645;
}
</style>