Shades of Cardinal #CE1947
Tints of Cardinal #CE1947
RGB
CMYK
RGB Variations
Color information
#CE1947 (or 0xCE1947) is known color: Cardinal. HEX triplet: CE, 19 and 47. RGB value is (206,25,71). Sum of RGB (Red+Green+Blue) = 206+25+71=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1947 is #31E6B8. Grayscale: #545454. Windows color (decimal): -3270329 or 4659662. OLE color: 4659662.
HSL color Cylindrical-coordinate representation of color #CE1947: hue angle of 344.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1947 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 71 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.19 |
| HSL | 344.75º | 0.78% | 0.45% | - |
| HSV(B) | 344.75º | 0.88% | 0.81% | - |
| XYZ | 26.94 | 14.27 | 7.3 | - |
| YUV | 84.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 71 | 0 | 0.88 | 0.66 | 0.19 | 344.75 | 0.78 | 0.45 |
| Hex | CE | 19 | 47 | 0 | 58 | 42 | 13 | 159 | 4E | 2D |
| Octal | 316 | 31 | 107 | 0 | 130 | 102 | 23 | 531 | 116 | 55 |
| Binary | 11001110 | 11001 | 1000111 | 0 | 1011000 | 1000010 | 10011 | 101011001 | 1001110 | 101101 |
Color Harmonies of #CE1947
Complementary color
Monochromatic Colors of #CE1947
Black with #CE1947
Text Example
Text Example
White with #CE1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1947; }
p { color: rgb(206,25,71); }
H1.HeaderClassName
{
color: #CE1947;
}
.AnyTagClassName
{
color: #CE1947;
}
</style>
background-color css
<style>
a { background-color: #CE1947; }
a { background-color: rgb(206,25,71); }
div.DivClassName
{
background-color: #CE1947;
}
.BgClassName
{
background-color: #CE1947;
}
</style>
border-color css
<style>
span { border-color: #CE1947; }
span { border-color: rgb(206,25,71); }
td.TdClassName
{
border-color: #CE1947;
}
.TagClassName
{
border-color: #CE1947;
}
</style>