Shades of Cardinal #CE2132
Tints of Cardinal #CE2132
RGB
CMYK
RGB Variations
Color information
#CE2132 (or 0xCE2132) is known color: Cardinal. HEX triplet: CE, 21 and 32. RGB value is (206,33,50). Sum of RGB (Red+Green+Blue) = 206+33+50=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2132 is #31DECD. Grayscale: #565656. Windows color (decimal): -3268302 or 3285454. OLE color: 3285454.
HSL color Cylindrical-coordinate representation of color #CE2132: hue angle of 354.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2132 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 50 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.19 |
| HSL | 354.1º | 0.72% | 0.47% | - |
| HSV(B) | 354.1º | 0.84% | 0.81% | - |
| XYZ | 26.57 | 14.44 | 4.4 | - |
| YUV | 86.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 50 | 0 | 0.84 | 0.76 | 0.19 | 354.1 | 0.72 | 0.47 |
| Hex | CE | 21 | 32 | 0 | 54 | 4C | 13 | 162 | 48 | 2F |
| Octal | 316 | 41 | 62 | 0 | 124 | 114 | 23 | 542 | 110 | 57 |
| Binary | 11001110 | 100001 | 110010 | 0 | 1010100 | 1001100 | 10011 | 101100010 | 1001000 | 101111 |
Color Harmonies of #CE2132
Complementary color
Monochromatic Colors of #CE2132
Black with #CE2132
Text Example
Text Example
White with #CE2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2132; }
p { color: rgb(206,33,50); }
H1.HeaderClassName
{
color: #CE2132;
}
.AnyTagClassName
{
color: #CE2132;
}
</style>
background-color css
<style>
a { background-color: #CE2132; }
a { background-color: rgb(206,33,50); }
div.DivClassName
{
background-color: #CE2132;
}
.BgClassName
{
background-color: #CE2132;
}
</style>
border-color css
<style>
span { border-color: #CE2132; }
span { border-color: rgb(206,33,50); }
td.TdClassName
{
border-color: #CE2132;
}
.TagClassName
{
border-color: #CE2132;
}
</style>