Shades of Cardinal #C2253E
Tints of Cardinal #C2253E
RGB
CMYK
RGB Variations
Color information
#C2253E (or 0xC2253E) is known color: Cardinal. HEX triplet: C2, 25 and 3E. RGB value is (194,37,62). Sum of RGB (Red+Green+Blue) = 194+37+62=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2253E is #3DDAC1. Grayscale: #565656. Windows color (decimal): -4053698 or 4072898. OLE color: 4072898.
HSL color Cylindrical-coordinate representation of color #C2253E: hue angle of 350.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2253E is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 62 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.24 |
| HSL | 350.45º | 0.68% | 0.45% | - |
| HSV(B) | 350.45º | 0.81% | 0.76% | - |
| XYZ | 23.78 | 13.14 | 5.84 | - |
| YUV | 86.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 62 | 0 | 0.81 | 0.68 | 0.24 | 350.45 | 0.68 | 0.45 |
| Hex | C2 | 25 | 3E | 0 | 51 | 44 | 18 | 15E | 44 | 2D |
| Octal | 302 | 45 | 76 | 0 | 121 | 104 | 30 | 536 | 104 | 55 |
| Binary | 11000010 | 100101 | 111110 | 0 | 1010001 | 1000100 | 11000 | 101011110 | 1000100 | 101101 |
Color Harmonies of #C2253E
Complementary color
Monochromatic Colors of #C2253E
Black with #C2253E
Text Example
Text Example
White with #C2253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2253E; }
p { color: rgb(194,37,62); }
H1.HeaderClassName
{
color: #C2253E;
}
.AnyTagClassName
{
color: #C2253E;
}
</style>
background-color css
<style>
a { background-color: #C2253E; }
a { background-color: rgb(194,37,62); }
div.DivClassName
{
background-color: #C2253E;
}
.BgClassName
{
background-color: #C2253E;
}
</style>
border-color css
<style>
span { border-color: #C2253E; }
span { border-color: rgb(194,37,62); }
td.TdClassName
{
border-color: #C2253E;
}
.TagClassName
{
border-color: #C2253E;
}
</style>