Shades of Cardinal #CE2032
Tints of Cardinal #CE2032
RGB
CMYK
RGB Variations
Color information
#CE2032 (or 0xCE2032) is known color: Cardinal. HEX triplet: CE, 20 and 32. RGB value is (206,32,50). Sum of RGB (Red+Green+Blue) = 206+32+50=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2032 is #31DFCD. Grayscale: #565656. Windows color (decimal): -3268558 or 3285198. OLE color: 3285198.
HSL color Cylindrical-coordinate representation of color #CE2032: hue angle of 353.79º degrees, saturation: 0.73, 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 #CE2032 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 50 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.19 |
| HSL | 353.79º | 0.73% | 0.47% | - |
| HSV(B) | 353.79º | 0.84% | 0.81% | - |
| XYZ | 26.55 | 14.39 | 4.4 | - |
| YUV | 86.08 | 107.65 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 50 | 0 | 0.84 | 0.76 | 0.19 | 353.79 | 0.73 | 0.47 |
| Hex | CE | 20 | 32 | 0 | 54 | 4C | 13 | 162 | 49 | 2F |
| Octal | 316 | 40 | 62 | 0 | 124 | 114 | 23 | 542 | 111 | 57 |
| Binary | 11001110 | 100000 | 110010 | 0 | 1010100 | 1001100 | 10011 | 101100010 | 1001001 | 101111 |
Color Harmonies of #CE2032
Complementary color
Monochromatic Colors of #CE2032
Black with #CE2032
Text Example
Text Example
White with #CE2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2032; }
p { color: rgb(206,32,50); }
H1.HeaderClassName
{
color: #CE2032;
}
.AnyTagClassName
{
color: #CE2032;
}
</style>
background-color css
<style>
a { background-color: #CE2032; }
a { background-color: rgb(206,32,50); }
div.DivClassName
{
background-color: #CE2032;
}
.BgClassName
{
background-color: #CE2032;
}
</style>
border-color css
<style>
span { border-color: #CE2032; }
span { border-color: rgb(206,32,50); }
td.TdClassName
{
border-color: #CE2032;
}
.TagClassName
{
border-color: #CE2032;
}
</style>