Shades of Cardinal #CE1539
Tints of Cardinal #CE1539
RGB
CMYK
RGB Variations
Color information
#CE1539 (or 0xCE1539) is known color: Cardinal. HEX triplet: CE, 15 and 39. RGB value is (206,21,57). Sum of RGB (Red+Green+Blue) = 206+21+57=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1539 is #31EAC6. Grayscale: #505050. Windows color (decimal): -3271367 or 3741134. OLE color: 3741134.
HSL color Cylindrical-coordinate representation of color #CE1539: hue angle of 348.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1539 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 57 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.19 |
| HSL | 348.32º | 0.81% | 0.45% | - |
| HSV(B) | 348.32º | 0.9% | 0.81% | - |
| XYZ | 26.46 | 13.95 | 5.17 | - |
| YUV | 80.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 57 | 0 | 0.90 | 0.72 | 0.19 | 348.32 | 0.81 | 0.45 |
| Hex | CE | 15 | 39 | 0 | 5A | 48 | 13 | 15C | 51 | 2D |
| Octal | 316 | 25 | 71 | 0 | 132 | 110 | 23 | 534 | 121 | 55 |
| Binary | 11001110 | 10101 | 111001 | 0 | 1011010 | 1001000 | 10011 | 101011100 | 1010001 | 101101 |
Color Harmonies of #CE1539
Complementary color
Monochromatic Colors of #CE1539
Black with #CE1539
Text Example
Text Example
White with #CE1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1539; }
p { color: rgb(206,21,57); }
H1.HeaderClassName
{
color: #CE1539;
}
.AnyTagClassName
{
color: #CE1539;
}
</style>
background-color css
<style>
a { background-color: #CE1539; }
a { background-color: rgb(206,21,57); }
div.DivClassName
{
background-color: #CE1539;
}
.BgClassName
{
background-color: #CE1539;
}
</style>
border-color css
<style>
span { border-color: #CE1539; }
span { border-color: rgb(206,21,57); }
td.TdClassName
{
border-color: #CE1539;
}
.TagClassName
{
border-color: #CE1539;
}
</style>