Shades of Cardinal #CE1C48
Tints of Cardinal #CE1C48
RGB
CMYK
RGB Variations
Color information
#CE1C48 (or 0xCE1C48) is known color: Cardinal. HEX triplet: CE, 1C and 48. RGB value is (206,28,72). Sum of RGB (Red+Green+Blue) = 206+28+72=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C48 is #31E3B7. Grayscale: #565656. Windows color (decimal): -3269560 or 4725966. OLE color: 4725966.
HSL color Cylindrical-coordinate representation of color #CE1C48: hue angle of 345.17º 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 #CE1C48 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 72 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.19 |
| HSL | 345.17º | 0.76% | 0.46% | - |
| HSV(B) | 345.17º | 0.86% | 0.81% | - |
| XYZ | 27.04 | 14.42 | 7.49 | - |
| YUV | 86.24 | 119.97 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 72 | 0 | 0.86 | 0.65 | 0.19 | 345.17 | 0.76 | 0.46 |
| Hex | CE | 1C | 48 | 0 | 56 | 41 | 13 | 159 | 4C | 2E |
| Octal | 316 | 34 | 110 | 0 | 126 | 101 | 23 | 531 | 114 | 56 |
| Binary | 11001110 | 11100 | 1001000 | 0 | 1010110 | 1000001 | 10011 | 101011001 | 1001100 | 101110 |
Color Harmonies of #CE1C48
Complementary color
Monochromatic Colors of #CE1C48
Black with #CE1C48
Text Example
Text Example
White with #CE1C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C48; }
p { color: rgb(206,28,72); }
H1.HeaderClassName
{
color: #CE1C48;
}
.AnyTagClassName
{
color: #CE1C48;
}
</style>
background-color css
<style>
a { background-color: #CE1C48; }
a { background-color: rgb(206,28,72); }
div.DivClassName
{
background-color: #CE1C48;
}
.BgClassName
{
background-color: #CE1C48;
}
</style>
border-color css
<style>
span { border-color: #CE1C48; }
span { border-color: rgb(206,28,72); }
td.TdClassName
{
border-color: #CE1C48;
}
.TagClassName
{
border-color: #CE1C48;
}
</style>