Shades of Cardinal #CE1C49
Tints of Cardinal #CE1C49
RGB
CMYK
RGB Variations
Color information
#CE1C49 (or 0xCE1C49) is known color: Cardinal. HEX triplet: CE, 1C and 49. RGB value is (206,28,73). Sum of RGB (Red+Green+Blue) = 206+28+73=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C49 is #31E3B6. Grayscale: #565656. Windows color (decimal): -3269559 or 4791502. OLE color: 4791502.
HSL color Cylindrical-coordinate representation of color #CE1C49: hue angle of 344.83º 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 #CE1C49 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 73 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.19 |
| HSL | 344.83º | 0.76% | 0.46% | - |
| HSV(B) | 344.83º | 0.86% | 0.81% | - |
| XYZ | 27.07 | 14.43 | 7.66 | - |
| YUV | 86.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 73 | 0 | 0.86 | 0.65 | 0.19 | 344.83 | 0.76 | 0.46 |
| Hex | CE | 1C | 49 | 0 | 56 | 41 | 13 | 159 | 4C | 2E |
| Octal | 316 | 34 | 111 | 0 | 126 | 101 | 23 | 531 | 114 | 56 |
| Binary | 11001110 | 11100 | 1001001 | 0 | 1010110 | 1000001 | 10011 | 101011001 | 1001100 | 101110 |
Color Harmonies of #CE1C49
Complementary color
Monochromatic Colors of #CE1C49
Black with #CE1C49
Text Example
Text Example
White with #CE1C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C49; }
p { color: rgb(206,28,73); }
H1.HeaderClassName
{
color: #CE1C49;
}
.AnyTagClassName
{
color: #CE1C49;
}
</style>
background-color css
<style>
a { background-color: #CE1C49; }
a { background-color: rgb(206,28,73); }
div.DivClassName
{
background-color: #CE1C49;
}
.BgClassName
{
background-color: #CE1C49;
}
</style>
border-color css
<style>
span { border-color: #CE1C49; }
span { border-color: rgb(206,28,73); }
td.TdClassName
{
border-color: #CE1C49;
}
.TagClassName
{
border-color: #CE1C49;
}
</style>