Shades of Cardinal #CE1E46
Tints of Cardinal #CE1E46
RGB
CMYK
RGB Variations
Color information
#CE1E46 (or 0xCE1E46) is known color: Cardinal. HEX triplet: CE, 1E and 46. RGB value is (206,30,70). Sum of RGB (Red+Green+Blue) = 206+30+70=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E46 is #31E1B9. Grayscale: #575757. Windows color (decimal): -3269050 or 4595406. OLE color: 4595406.
HSL color Cylindrical-coordinate representation of color #CE1E46: hue angle of 346.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E46 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 70 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.19 |
| HSL | 346.36º | 0.75% | 0.46% | - |
| HSV(B) | 346.36º | 0.85% | 0.81% | - |
| XYZ | 27.02 | 14.49 | 7.17 | - |
| YUV | 87.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 70 | 0 | 0.85 | 0.66 | 0.19 | 346.36 | 0.75 | 0.46 |
| Hex | CE | 1E | 46 | 0 | 55 | 42 | 13 | 15A | 4B | 2E |
| Octal | 316 | 36 | 106 | 0 | 125 | 102 | 23 | 532 | 113 | 56 |
| Binary | 11001110 | 11110 | 1000110 | 0 | 1010101 | 1000010 | 10011 | 101011010 | 1001011 | 101110 |
Color Harmonies of #CE1E46
Complementary color
Monochromatic Colors of #CE1E46
Black with #CE1E46
Text Example
Text Example
White with #CE1E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E46; }
p { color: rgb(206,30,70); }
H1.HeaderClassName
{
color: #CE1E46;
}
.AnyTagClassName
{
color: #CE1E46;
}
</style>
background-color css
<style>
a { background-color: #CE1E46; }
a { background-color: rgb(206,30,70); }
div.DivClassName
{
background-color: #CE1E46;
}
.BgClassName
{
background-color: #CE1E46;
}
</style>
border-color css
<style>
span { border-color: #CE1E46; }
span { border-color: rgb(206,30,70); }
td.TdClassName
{
border-color: #CE1E46;
}
.TagClassName
{
border-color: #CE1E46;
}
</style>