Shades of Cardinal #CE213D
Tints of Cardinal #CE213D
RGB
CMYK
RGB Variations
Color information
#CE213D (or 0xCE213D) is known color: Cardinal. HEX triplet: CE, 21 and 3D. RGB value is (206,33,61). Sum of RGB (Red+Green+Blue) = 206+33+61=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE213D is #31DEC2. Grayscale: #575757. Windows color (decimal): -3268291 or 4006350. OLE color: 4006350.
HSL color Cylindrical-coordinate representation of color #CE213D: hue angle of 350.29º 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 #CE213D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 61 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.19 |
| HSL | 350.29º | 0.72% | 0.47% | - |
| HSV(B) | 350.29º | 0.84% | 0.81% | - |
| XYZ | 26.84 | 14.55 | 5.81 | - |
| YUV | 87.92 | 112.81 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 61 | 0 | 0.84 | 0.70 | 0.19 | 350.29 | 0.72 | 0.47 |
| Hex | CE | 21 | 3D | 0 | 54 | 46 | 13 | 15E | 48 | 2F |
| Octal | 316 | 41 | 75 | 0 | 124 | 106 | 23 | 536 | 110 | 57 |
| Binary | 11001110 | 100001 | 111101 | 0 | 1010100 | 1000110 | 10011 | 101011110 | 1001000 | 101111 |
Color Harmonies of #CE213D
Complementary color
Monochromatic Colors of #CE213D
Black with #CE213D
Text Example
Text Example
White with #CE213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE213D; }
p { color: rgb(206,33,61); }
H1.HeaderClassName
{
color: #CE213D;
}
.AnyTagClassName
{
color: #CE213D;
}
</style>
background-color css
<style>
a { background-color: #CE213D; }
a { background-color: rgb(206,33,61); }
div.DivClassName
{
background-color: #CE213D;
}
.BgClassName
{
background-color: #CE213D;
}
</style>
border-color css
<style>
span { border-color: #CE213D; }
span { border-color: rgb(206,33,61); }
td.TdClassName
{
border-color: #CE213D;
}
.TagClassName
{
border-color: #CE213D;
}
</style>