Shades of Cardinal #CE1B4D
Tints of Cardinal #CE1B4D
RGB
CMYK
RGB Variations
Color information
#CE1B4D (or 0xCE1B4D) is known color: Cardinal. HEX triplet: CE, 1B and 4D. RGB value is (206,27,77). Sum of RGB (Red+Green+Blue) = 206+27+77=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1B4D is #31E4B2. Grayscale: #565656. Windows color (decimal): -3269811 or 5053390. OLE color: 5053390.
HSL color Cylindrical-coordinate representation of color #CE1B4D: hue angle of 343.24º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B4D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 77 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.19 |
| HSL | 343.24º | 0.77% | 0.46% | - |
| HSV(B) | 343.24º | 0.87% | 0.81% | - |
| XYZ | 27.19 | 14.44 | 8.38 | - |
| YUV | 86.22 | 122.8 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 77 | 0 | 0.87 | 0.63 | 0.19 | 343.24 | 0.77 | 0.46 |
| Hex | CE | 1B | 4D | 0 | 57 | 3F | 13 | 157 | 4D | 2E |
| Octal | 316 | 33 | 115 | 0 | 127 | 77 | 23 | 527 | 115 | 56 |
| Binary | 11001110 | 11011 | 1001101 | 0 | 1010111 | 111111 | 10011 | 101010111 | 1001101 | 101110 |
Color Harmonies of #CE1B4D
Complementary color
Monochromatic Colors of #CE1B4D
Black with #CE1B4D
Text Example
Text Example
White with #CE1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B4D; }
p { color: rgb(206,27,77); }
H1.HeaderClassName
{
color: #CE1B4D;
}
.AnyTagClassName
{
color: #CE1B4D;
}
</style>
background-color css
<style>
a { background-color: #CE1B4D; }
a { background-color: rgb(206,27,77); }
div.DivClassName
{
background-color: #CE1B4D;
}
.BgClassName
{
background-color: #CE1B4D;
}
</style>
border-color css
<style>
span { border-color: #CE1B4D; }
span { border-color: rgb(206,27,77); }
td.TdClassName
{
border-color: #CE1B4D;
}
.TagClassName
{
border-color: #CE1B4D;
}
</style>