Shades of Cardinal #CE1C46
Tints of Cardinal #CE1C46
RGB
CMYK
RGB Variations
Color information
#CE1C46 (or 0xCE1C46) is known color: Cardinal. HEX triplet: CE, 1C and 46. RGB value is (206,28,70). Sum of RGB (Red+Green+Blue) = 206+28+70=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C46 is #31E3B9. Grayscale: #565656. Windows color (decimal): -3269562 or 4594894. OLE color: 4594894.
HSL color Cylindrical-coordinate representation of color #CE1C46: hue angle of 345.84º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C46 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 70 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.19 |
| HSL | 345.84º | 0.76% | 0.46% | - |
| HSV(B) | 345.84º | 0.86% | 0.81% | - |
| XYZ | 26.97 | 14.39 | 7.15 | - |
| YUV | 86.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 70 | 0 | 0.86 | 0.66 | 0.19 | 345.84 | 0.76 | 0.46 |
| Hex | CE | 1C | 46 | 0 | 56 | 42 | 13 | 15A | 4C | 2E |
| Octal | 316 | 34 | 106 | 0 | 126 | 102 | 23 | 532 | 114 | 56 |
| Binary | 11001110 | 11100 | 1000110 | 0 | 1010110 | 1000010 | 10011 | 101011010 | 1001100 | 101110 |
Color Harmonies of #CE1C46
Complementary color
Monochromatic Colors of #CE1C46
Black with #CE1C46
Text Example
Text Example
White with #CE1C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C46; }
p { color: rgb(206,28,70); }
H1.HeaderClassName
{
color: #CE1C46;
}
.AnyTagClassName
{
color: #CE1C46;
}
</style>
background-color css
<style>
a { background-color: #CE1C46; }
a { background-color: rgb(206,28,70); }
div.DivClassName
{
background-color: #CE1C46;
}
.BgClassName
{
background-color: #CE1C46;
}
</style>
border-color css
<style>
span { border-color: #CE1C46; }
span { border-color: rgb(206,28,70); }
td.TdClassName
{
border-color: #CE1C46;
}
.TagClassName
{
border-color: #CE1C46;
}
</style>