Shades of Cardinal #C2253D
Tints of Cardinal #C2253D
RGB
CMYK
RGB Variations
Color information
#C2253D (or 0xC2253D) is known color: Cardinal. HEX triplet: C2, 25 and 3D. RGB value is (194,37,61). Sum of RGB (Red+Green+Blue) = 194+37+61=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2253D is #3DDAC2. Grayscale: #565656. Windows color (decimal): -4053699 or 4007362. OLE color: 4007362.
HSL color Cylindrical-coordinate representation of color #C2253D: hue angle of 350.83º 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 #C2253D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 61 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.24 |
| HSL | 350.83º | 0.68% | 0.45% | - |
| HSV(B) | 350.83º | 0.81% | 0.76% | - |
| XYZ | 23.75 | 13.13 | 5.7 | - |
| YUV | 86.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 61 | 0 | 0.81 | 0.69 | 0.24 | 350.83 | 0.68 | 0.45 |
| Hex | C2 | 25 | 3D | 0 | 51 | 45 | 18 | 15F | 44 | 2D |
| Octal | 302 | 45 | 75 | 0 | 121 | 105 | 30 | 537 | 104 | 55 |
| Binary | 11000010 | 100101 | 111101 | 0 | 1010001 | 1000101 | 11000 | 101011111 | 1000100 | 101101 |
Color Harmonies of #C2253D
Complementary color
Monochromatic Colors of #C2253D
Black with #C2253D
Text Example
Text Example
White with #C2253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2253D; }
p { color: rgb(194,37,61); }
H1.HeaderClassName
{
color: #C2253D;
}
.AnyTagClassName
{
color: #C2253D;
}
</style>
background-color css
<style>
a { background-color: #C2253D; }
a { background-color: rgb(194,37,61); }
div.DivClassName
{
background-color: #C2253D;
}
.BgClassName
{
background-color: #C2253D;
}
</style>
border-color css
<style>
span { border-color: #C2253D; }
span { border-color: rgb(194,37,61); }
td.TdClassName
{
border-color: #C2253D;
}
.TagClassName
{
border-color: #C2253D;
}
</style>