Shades of Cardinal #C2154B
Tints of Cardinal #C2154B
RGB
CMYK
RGB Variations
Color information
#C2154B (or 0xC2154B) is known color: Cardinal. HEX triplet: C2, 15 and 4B. RGB value is (194,21,75). Sum of RGB (Red+Green+Blue) = 194+21+75=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2154B is #3DEAB4. Grayscale: #4E4E4E. Windows color (decimal): -4057781 or 4920770. OLE color: 4920770.
HSL color Cylindrical-coordinate representation of color #C2154B: hue angle of 341.27º 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 #C2154B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 75 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.24 |
| HSL | 341.27º | 0.8% | 0.42% | - |
| HSV(B) | 341.27º | 0.89% | 0.76% | - |
| XYZ | 23.79 | 12.51 | 7.82 | - |
| YUV | 78.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 75 | 0 | 0.89 | 0.61 | 0.24 | 341.27 | 0.8 | 0.42 |
| Hex | C2 | 15 | 4B | 0 | 59 | 3D | 18 | 155 | 50 | 2A |
| Octal | 302 | 25 | 113 | 0 | 131 | 75 | 30 | 525 | 120 | 52 |
| Binary | 11000010 | 10101 | 1001011 | 0 | 1011001 | 111101 | 11000 | 101010101 | 1010000 | 101010 |
Color Harmonies of #C2154B
Complementary color
Monochromatic Colors of #C2154B
Black with #C2154B
Text Example
Text Example
White with #C2154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2154B; }
p { color: rgb(194,21,75); }
H1.HeaderClassName
{
color: #C2154B;
}
.AnyTagClassName
{
color: #C2154B;
}
</style>
background-color css
<style>
a { background-color: #C2154B; }
a { background-color: rgb(194,21,75); }
div.DivClassName
{
background-color: #C2154B;
}
.BgClassName
{
background-color: #C2154B;
}
</style>
border-color css
<style>
span { border-color: #C2154B; }
span { border-color: rgb(194,21,75); }
td.TdClassName
{
border-color: #C2154B;
}
.TagClassName
{
border-color: #C2154B;
}
</style>