Shades of Cardinal #CE1B48
Tints of Cardinal #CE1B48
RGB
CMYK
RGB Variations
Color information
#CE1B48 (or 0xCE1B48) is known color: Cardinal. HEX triplet: CE, 1B and 48. RGB value is (206,27,72). Sum of RGB (Red+Green+Blue) = 206+27+72=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B48 is #31E4B7. Grayscale: #555555. Windows color (decimal): -3269816 or 4725710. OLE color: 4725710.
HSL color Cylindrical-coordinate representation of color #CE1B48: hue angle of 344.92º 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 #CE1B48 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 72 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.19 |
| HSL | 344.92º | 0.77% | 0.46% | - |
| HSV(B) | 344.92º | 0.87% | 0.81% | - |
| XYZ | 27.02 | 14.37 | 7.48 | - |
| YUV | 85.65 | 120.3 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 72 | 0 | 0.87 | 0.65 | 0.19 | 344.92 | 0.77 | 0.46 |
| Hex | CE | 1B | 48 | 0 | 57 | 41 | 13 | 159 | 4D | 2E |
| Octal | 316 | 33 | 110 | 0 | 127 | 101 | 23 | 531 | 115 | 56 |
| Binary | 11001110 | 11011 | 1001000 | 0 | 1010111 | 1000001 | 10011 | 101011001 | 1001101 | 101110 |
Color Harmonies of #CE1B48
Complementary color
Monochromatic Colors of #CE1B48
Black with #CE1B48
Text Example
Text Example
White with #CE1B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B48; }
p { color: rgb(206,27,72); }
H1.HeaderClassName
{
color: #CE1B48;
}
.AnyTagClassName
{
color: #CE1B48;
}
</style>
background-color css
<style>
a { background-color: #CE1B48; }
a { background-color: rgb(206,27,72); }
div.DivClassName
{
background-color: #CE1B48;
}
.BgClassName
{
background-color: #CE1B48;
}
</style>
border-color css
<style>
span { border-color: #CE1B48; }
span { border-color: rgb(206,27,72); }
td.TdClassName
{
border-color: #CE1B48;
}
.TagClassName
{
border-color: #CE1B48;
}
</style>