Shades of Cardinal #CE2232
Tints of Cardinal #CE2232
RGB
CMYK
RGB Variations
Color information
#CE2232 (or 0xCE2232) is known color: Cardinal. HEX triplet: CE, 22 and 32. RGB value is (206,34,50). Sum of RGB (Red+Green+Blue) = 206+34+50=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2232 is #31DDCD. Grayscale: #575757. Windows color (decimal): -3268046 or 3285710. OLE color: 3285710.
HSL color Cylindrical-coordinate representation of color #CE2232: hue angle of 354.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2232 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 50 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.19 |
| HSL | 354.42º | 0.72% | 0.47% | - |
| HSV(B) | 354.42º | 0.83% | 0.81% | - |
| XYZ | 26.6 | 14.5 | 4.41 | - |
| YUV | 87.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 50 | 0 | 0.83 | 0.76 | 0.19 | 354.42 | 0.72 | 0.47 |
| Hex | CE | 22 | 32 | 0 | 53 | 4C | 13 | 162 | 48 | 2F |
| Octal | 316 | 42 | 62 | 0 | 123 | 114 | 23 | 542 | 110 | 57 |
| Binary | 11001110 | 100010 | 110010 | 0 | 1010011 | 1001100 | 10011 | 101100010 | 1001000 | 101111 |
Color Harmonies of #CE2232
Complementary color
Monochromatic Colors of #CE2232
Black with #CE2232
Text Example
Text Example
White with #CE2232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2232; }
p { color: rgb(206,34,50); }
H1.HeaderClassName
{
color: #CE2232;
}
.AnyTagClassName
{
color: #CE2232;
}
</style>
background-color css
<style>
a { background-color: #CE2232; }
a { background-color: rgb(206,34,50); }
div.DivClassName
{
background-color: #CE2232;
}
.BgClassName
{
background-color: #CE2232;
}
</style>
border-color css
<style>
span { border-color: #CE2232; }
span { border-color: rgb(206,34,50); }
td.TdClassName
{
border-color: #CE2232;
}
.TagClassName
{
border-color: #CE2232;
}
</style>