Shades of Cardinal #CE1B4A
Tints of Cardinal #CE1B4A
RGB
CMYK
RGB Variations
Color information
#CE1B4A (or 0xCE1B4A) is known color: Cardinal. HEX triplet: CE, 1B and 4A. RGB value is (206,27,74). Sum of RGB (Red+Green+Blue) = 206+27+74=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B4A is #31E4B5. Grayscale: #555555. Windows color (decimal): -3269814 or 4856782. OLE color: 4856782.
HSL color Cylindrical-coordinate representation of color #CE1B4A: hue angle of 344.25º 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 #CE1B4A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 74 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.19 |
| HSL | 344.25º | 0.77% | 0.46% | - |
| HSV(B) | 344.25º | 0.87% | 0.81% | - |
| XYZ | 27.08 | 14.4 | 7.83 | - |
| YUV | 85.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 74 | 0 | 0.87 | 0.64 | 0.19 | 344.25 | 0.77 | 0.46 |
| Hex | CE | 1B | 4A | 0 | 57 | 40 | 13 | 158 | 4D | 2E |
| Octal | 316 | 33 | 112 | 0 | 127 | 100 | 23 | 530 | 115 | 56 |
| Binary | 11001110 | 11011 | 1001010 | 0 | 1010111 | 1000000 | 10011 | 101011000 | 1001101 | 101110 |
Color Harmonies of #CE1B4A
Complementary color
Monochromatic Colors of #CE1B4A
Black with #CE1B4A
Text Example
Text Example
White with #CE1B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B4A; }
p { color: rgb(206,27,74); }
H1.HeaderClassName
{
color: #CE1B4A;
}
.AnyTagClassName
{
color: #CE1B4A;
}
</style>
background-color css
<style>
a { background-color: #CE1B4A; }
a { background-color: rgb(206,27,74); }
div.DivClassName
{
background-color: #CE1B4A;
}
.BgClassName
{
background-color: #CE1B4A;
}
</style>
border-color css
<style>
span { border-color: #CE1B4A; }
span { border-color: rgb(206,27,74); }
td.TdClassName
{
border-color: #CE1B4A;
}
.TagClassName
{
border-color: #CE1B4A;
}
</style>