Shades of Cardinal #CE1D49
Tints of Cardinal #CE1D49
RGB
CMYK
RGB Variations
Color information
#CE1D49 (or 0xCE1D49) is known color: Cardinal. HEX triplet: CE, 1D and 49. RGB value is (206,29,73). Sum of RGB (Red+Green+Blue) = 206+29+73=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1D49 is #31E2B6. Grayscale: #565656. Windows color (decimal): -3269303 or 4791758. OLE color: 4791758.
HSL color Cylindrical-coordinate representation of color #CE1D49: hue angle of 345.08º degrees, saturation: 0.75, 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 #CE1D49 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 73 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.19 |
| HSL | 345.08º | 0.75% | 0.46% | - |
| HSV(B) | 345.08º | 0.86% | 0.81% | - |
| XYZ | 27.1 | 14.48 | 7.67 | - |
| YUV | 86.94 | 120.14 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 73 | 0 | 0.86 | 0.65 | 0.19 | 345.08 | 0.75 | 0.46 |
| Hex | CE | 1D | 49 | 0 | 56 | 41 | 13 | 159 | 4B | 2E |
| Octal | 316 | 35 | 111 | 0 | 126 | 101 | 23 | 531 | 113 | 56 |
| Binary | 11001110 | 11101 | 1001001 | 0 | 1010110 | 1000001 | 10011 | 101011001 | 1001011 | 101110 |
Color Harmonies of #CE1D49
Complementary color
Monochromatic Colors of #CE1D49
Black with #CE1D49
Text Example
Text Example
White with #CE1D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D49; }
p { color: rgb(206,29,73); }
H1.HeaderClassName
{
color: #CE1D49;
}
.AnyTagClassName
{
color: #CE1D49;
}
</style>
background-color css
<style>
a { background-color: #CE1D49; }
a { background-color: rgb(206,29,73); }
div.DivClassName
{
background-color: #CE1D49;
}
.BgClassName
{
background-color: #CE1D49;
}
</style>
border-color css
<style>
span { border-color: #CE1D49; }
span { border-color: rgb(206,29,73); }
td.TdClassName
{
border-color: #CE1D49;
}
.TagClassName
{
border-color: #CE1D49;
}
</style>