Shades of Cardinal #CE1231
Tints of Cardinal #CE1231
RGB
CMYK
RGB Variations
Color information
#CE1231 (or 0xCE1231) is known color: Cardinal. HEX triplet: CE, 12 and 31. RGB value is (206,18,49). Sum of RGB (Red+Green+Blue) = 206+18+49=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1231 is #31EDCE. Grayscale: #4D4D4D. Windows color (decimal): -3272143 or 3216078. OLE color: 3216078.
HSL color Cylindrical-coordinate representation of color #CE1231: hue angle of 350.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1231 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 49 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.19 |
| HSL | 350.11º | 0.84% | 0.44% | - |
| HSV(B) | 350.11º | 0.91% | 0.81% | - |
| XYZ | 26.22 | 13.78 | 4.18 | - |
| YUV | 77.75 | 111.78 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 49 | 0 | 0.91 | 0.76 | 0.19 | 350.11 | 0.84 | 0.44 |
| Hex | CE | 12 | 31 | 0 | 5B | 4C | 13 | 15E | 54 | 2C |
| Octal | 316 | 22 | 61 | 0 | 133 | 114 | 23 | 536 | 124 | 54 |
| Binary | 11001110 | 10010 | 110001 | 0 | 1011011 | 1001100 | 10011 | 101011110 | 1010100 | 101100 |
Color Harmonies of #CE1231
Complementary color
Monochromatic Colors of #CE1231
Black with #CE1231
Text Example
Text Example
White with #CE1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1231; }
p { color: rgb(206,18,49); }
H1.HeaderClassName
{
color: #CE1231;
}
.AnyTagClassName
{
color: #CE1231;
}
</style>
background-color css
<style>
a { background-color: #CE1231; }
a { background-color: rgb(206,18,49); }
div.DivClassName
{
background-color: #CE1231;
}
.BgClassName
{
background-color: #CE1231;
}
</style>
border-color css
<style>
span { border-color: #CE1231; }
span { border-color: rgb(206,18,49); }
td.TdClassName
{
border-color: #CE1231;
}
.TagClassName
{
border-color: #CE1231;
}
</style>