Shades of Cardinal #C2233B
Tints of Cardinal #C2233B
RGB
CMYK
RGB Variations
Color information
#C2233B (or 0xC2233B) is known color: Cardinal. HEX triplet: C2, 23 and 3B. RGB value is (194,35,59). Sum of RGB (Red+Green+Blue) = 194+35+59=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2233B is #3DDCC4. Grayscale: #555555. Windows color (decimal): -4054213 or 3875778. OLE color: 3875778.
HSL color Cylindrical-coordinate representation of color #C2233B: hue angle of 350.94º 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 #C2233B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 59 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.24 |
| HSL | 350.94º | 0.69% | 0.45% | - |
| HSV(B) | 350.94º | 0.82% | 0.76% | - |
| XYZ | 23.64 | 12.99 | 5.4 | - |
| YUV | 85.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 59 | 0 | 0.82 | 0.70 | 0.24 | 350.94 | 0.69 | 0.45 |
| Hex | C2 | 23 | 3B | 0 | 52 | 46 | 18 | 15F | 45 | 2D |
| Octal | 302 | 43 | 73 | 0 | 122 | 106 | 30 | 537 | 105 | 55 |
| Binary | 11000010 | 100011 | 111011 | 0 | 1010010 | 1000110 | 11000 | 101011111 | 1000101 | 101101 |
Color Harmonies of #C2233B
Complementary color
Monochromatic Colors of #C2233B
Black with #C2233B
Text Example
Text Example
White with #C2233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2233B; }
p { color: rgb(194,35,59); }
H1.HeaderClassName
{
color: #C2233B;
}
.AnyTagClassName
{
color: #C2233B;
}
</style>
background-color css
<style>
a { background-color: #C2233B; }
a { background-color: rgb(194,35,59); }
div.DivClassName
{
background-color: #C2233B;
}
.BgClassName
{
background-color: #C2233B;
}
</style>
border-color css
<style>
span { border-color: #C2233B; }
span { border-color: rgb(194,35,59); }
td.TdClassName
{
border-color: #C2233B;
}
.TagClassName
{
border-color: #C2233B;
}
</style>