Shades of Cardinal #CE2144
Tints of Cardinal #CE2144
RGB
CMYK
RGB Variations
Color information
#CE2144 (or 0xCE2144) is known color: Cardinal. HEX triplet: CE, 21 and 44. RGB value is (206,33,68). Sum of RGB (Red+Green+Blue) = 206+33+68=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2144 is #31DEBB. Grayscale: #585858. Windows color (decimal): -3268284 or 4465102. OLE color: 4465102.
HSL color Cylindrical-coordinate representation of color #CE2144: hue angle of 347.86º 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 #CE2144 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 68 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.19 |
| HSL | 347.86º | 0.72% | 0.47% | - |
| HSV(B) | 347.86º | 0.84% | 0.81% | - |
| XYZ | 27.04 | 14.63 | 6.87 | - |
| YUV | 88.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 68 | 0 | 0.84 | 0.67 | 0.19 | 347.86 | 0.72 | 0.47 |
| Hex | CE | 21 | 44 | 0 | 54 | 43 | 13 | 15C | 48 | 2F |
| Octal | 316 | 41 | 104 | 0 | 124 | 103 | 23 | 534 | 110 | 57 |
| Binary | 11001110 | 100001 | 1000100 | 0 | 1010100 | 1000011 | 10011 | 101011100 | 1001000 | 101111 |
Color Harmonies of #CE2144
Complementary color
Monochromatic Colors of #CE2144
Black with #CE2144
Text Example
Text Example
White with #CE2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2144; }
p { color: rgb(206,33,68); }
H1.HeaderClassName
{
color: #CE2144;
}
.AnyTagClassName
{
color: #CE2144;
}
</style>
background-color css
<style>
a { background-color: #CE2144; }
a { background-color: rgb(206,33,68); }
div.DivClassName
{
background-color: #CE2144;
}
.BgClassName
{
background-color: #CE2144;
}
</style>
border-color css
<style>
span { border-color: #CE2144; }
span { border-color: rgb(206,33,68); }
td.TdClassName
{
border-color: #CE2144;
}
.TagClassName
{
border-color: #CE2144;
}
</style>