Shades of Cardinal #C2233D
Tints of Cardinal #C2233D
RGB
CMYK
RGB Variations
Color information
#C2233D (or 0xC2233D) is known color: Cardinal. HEX triplet: C2, 23 and 3D. RGB value is (194,35,61). Sum of RGB (Red+Green+Blue) = 194+35+61=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2233D is #3DDCC2. Grayscale: #555555. Windows color (decimal): -4054211 or 4006850. OLE color: 4006850.
HSL color Cylindrical-coordinate representation of color #C2233D: hue angle of 350.19º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2233D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 61 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.24 |
| HSL | 350.19º | 0.69% | 0.45% | - |
| HSV(B) | 350.19º | 0.82% | 0.76% | - |
| XYZ | 23.69 | 13.01 | 5.68 | - |
| YUV | 85.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 61 | 0 | 0.82 | 0.69 | 0.24 | 350.19 | 0.69 | 0.45 |
| Hex | C2 | 23 | 3D | 0 | 52 | 45 | 18 | 15E | 45 | 2D |
| Octal | 302 | 43 | 75 | 0 | 122 | 105 | 30 | 536 | 105 | 55 |
| Binary | 11000010 | 100011 | 111101 | 0 | 1010010 | 1000101 | 11000 | 101011110 | 1000101 | 101101 |
Color Harmonies of #C2233D
Complementary color
Monochromatic Colors of #C2233D
Black with #C2233D
Text Example
Text Example
White with #C2233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2233D; }
p { color: rgb(194,35,61); }
H1.HeaderClassName
{
color: #C2233D;
}
.AnyTagClassName
{
color: #C2233D;
}
</style>
background-color css
<style>
a { background-color: #C2233D; }
a { background-color: rgb(194,35,61); }
div.DivClassName
{
background-color: #C2233D;
}
.BgClassName
{
background-color: #C2233D;
}
</style>
border-color css
<style>
span { border-color: #C2233D; }
span { border-color: rgb(194,35,61); }
td.TdClassName
{
border-color: #C2233D;
}
.TagClassName
{
border-color: #C2233D;
}
</style>