Shades of Cardinal #CE213B
Tints of Cardinal #CE213B
RGB
CMYK
RGB Variations
Color information
#CE213B (or 0xCE213B) is known color: Cardinal. HEX triplet: CE, 21 and 3B. RGB value is (206,33,59). Sum of RGB (Red+Green+Blue) = 206+33+59=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE213B is #31DEC4. Grayscale: #575757. Windows color (decimal): -3268293 or 3875278. OLE color: 3875278.
HSL color Cylindrical-coordinate representation of color #CE213B: hue angle of 350.98º 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 #CE213B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 59 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.19 |
| HSL | 350.98º | 0.72% | 0.47% | - |
| HSV(B) | 350.98º | 0.84% | 0.81% | - |
| XYZ | 26.79 | 14.53 | 5.53 | - |
| YUV | 87.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 59 | 0 | 0.84 | 0.71 | 0.19 | 350.98 | 0.72 | 0.47 |
| Hex | CE | 21 | 3B | 0 | 54 | 47 | 13 | 15F | 48 | 2F |
| Octal | 316 | 41 | 73 | 0 | 124 | 107 | 23 | 537 | 110 | 57 |
| Binary | 11001110 | 100001 | 111011 | 0 | 1010100 | 1000111 | 10011 | 101011111 | 1001000 | 101111 |
Color Harmonies of #CE213B
Complementary color
Monochromatic Colors of #CE213B
Black with #CE213B
Text Example
Text Example
White with #CE213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE213B; }
p { color: rgb(206,33,59); }
H1.HeaderClassName
{
color: #CE213B;
}
.AnyTagClassName
{
color: #CE213B;
}
</style>
background-color css
<style>
a { background-color: #CE213B; }
a { background-color: rgb(206,33,59); }
div.DivClassName
{
background-color: #CE213B;
}
.BgClassName
{
background-color: #CE213B;
}
</style>
border-color css
<style>
span { border-color: #CE213B; }
span { border-color: rgb(206,33,59); }
td.TdClassName
{
border-color: #CE213B;
}
.TagClassName
{
border-color: #CE213B;
}
</style>