Shades of Cardinal #CE163D
Tints of Cardinal #CE163D
RGB
CMYK
RGB Variations
Color information
#CE163D (or 0xCE163D) is known color: Cardinal. HEX triplet: CE, 16 and 3D. RGB value is (206,22,61). Sum of RGB (Red+Green+Blue) = 206+22+61=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE163D is #31E9C2. Grayscale: #515151. Windows color (decimal): -3271107 or 4003534. OLE color: 4003534.
HSL color Cylindrical-coordinate representation of color #CE163D: hue angle of 347.28º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE163D is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 61 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.19 |
| HSL | 347.28º | 0.81% | 0.45% | - |
| HSV(B) | 347.28º | 0.89% | 0.81% | - |
| XYZ | 26.58 | 14.03 | 5.72 | - |
| YUV | 81.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 61 | 0 | 0.89 | 0.70 | 0.19 | 347.28 | 0.81 | 0.45 |
| Hex | CE | 16 | 3D | 0 | 59 | 46 | 13 | 15B | 51 | 2D |
| Octal | 316 | 26 | 75 | 0 | 131 | 106 | 23 | 533 | 121 | 55 |
| Binary | 11001110 | 10110 | 111101 | 0 | 1011001 | 1000110 | 10011 | 101011011 | 1010001 | 101101 |
Color Harmonies of #CE163D
Complementary color
Monochromatic Colors of #CE163D
Black with #CE163D
Text Example
Text Example
White with #CE163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE163D; }
p { color: rgb(206,22,61); }
H1.HeaderClassName
{
color: #CE163D;
}
.AnyTagClassName
{
color: #CE163D;
}
</style>
background-color css
<style>
a { background-color: #CE163D; }
a { background-color: rgb(206,22,61); }
div.DivClassName
{
background-color: #CE163D;
}
.BgClassName
{
background-color: #CE163D;
}
</style>
border-color css
<style>
span { border-color: #CE163D; }
span { border-color: rgb(206,22,61); }
td.TdClassName
{
border-color: #CE163D;
}
.TagClassName
{
border-color: #CE163D;
}
</style>