Shades of Cardinal #C2153C
Tints of Cardinal #C2153C
RGB
CMYK
RGB Variations
Color information
#C2153C (or 0xC2153C) is known color: Cardinal. HEX triplet: C2, 15 and 3C. RGB value is (194,21,60). Sum of RGB (Red+Green+Blue) = 194+21+60=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2153C is #3DEAC3. Grayscale: #4D4D4D. Windows color (decimal): -4057796 or 3937730. OLE color: 3937730.
HSL color Cylindrical-coordinate representation of color #C2153C: hue angle of 346.47º 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 #C2153C is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 60 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.24 |
| HSL | 346.47º | 0.8% | 0.42% | - |
| HSV(B) | 346.47º | 0.89% | 0.76% | - |
| XYZ | 23.33 | 12.33 | 5.43 | - |
| YUV | 77.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 60 | 0 | 0.89 | 0.69 | 0.24 | 346.47 | 0.8 | 0.42 |
| Hex | C2 | 15 | 3C | 0 | 59 | 45 | 18 | 15A | 50 | 2A |
| Octal | 302 | 25 | 74 | 0 | 131 | 105 | 30 | 532 | 120 | 52 |
| Binary | 11000010 | 10101 | 111100 | 0 | 1011001 | 1000101 | 11000 | 101011010 | 1010000 | 101010 |
Color Harmonies of #C2153C
Complementary color
Monochromatic Colors of #C2153C
Black with #C2153C
Text Example
Text Example
White with #C2153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2153C; }
p { color: rgb(194,21,60); }
H1.HeaderClassName
{
color: #C2153C;
}
.AnyTagClassName
{
color: #C2153C;
}
</style>
background-color css
<style>
a { background-color: #C2153C; }
a { background-color: rgb(194,21,60); }
div.DivClassName
{
background-color: #C2153C;
}
.BgClassName
{
background-color: #C2153C;
}
</style>
border-color css
<style>
span { border-color: #C2153C; }
span { border-color: rgb(194,21,60); }
td.TdClassName
{
border-color: #C2153C;
}
.TagClassName
{
border-color: #C2153C;
}
</style>