Shades of Cardinal #CE1F49
Tints of Cardinal #CE1F49
RGB
CMYK
RGB Variations
Color information
#CE1F49 (or 0xCE1F49) is known color: Cardinal. HEX triplet: CE, 1F and 49. RGB value is (206,31,73). Sum of RGB (Red+Green+Blue) = 206+31+73=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F49 is #31E0B6. Grayscale: #585858. Windows color (decimal): -3268791 or 4792270. OLE color: 4792270.
HSL color Cylindrical-coordinate representation of color #CE1F49: hue angle of 345.6º degrees, saturation: 0.74, 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 #CE1F49 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 73 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.19 |
| HSL | 345.6º | 0.74% | 0.46% | - |
| HSV(B) | 345.6º | 0.85% | 0.81% | - |
| XYZ | 27.15 | 14.58 | 7.69 | - |
| YUV | 88.11 | 119.48 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 73 | 0 | 0.85 | 0.65 | 0.19 | 345.6 | 0.74 | 0.46 |
| Hex | CE | 1F | 49 | 0 | 55 | 41 | 13 | 15A | 4A | 2E |
| Octal | 316 | 37 | 111 | 0 | 125 | 101 | 23 | 532 | 112 | 56 |
| Binary | 11001110 | 11111 | 1001001 | 0 | 1010101 | 1000001 | 10011 | 101011010 | 1001010 | 101110 |
Color Harmonies of #CE1F49
Complementary color
Monochromatic Colors of #CE1F49
Black with #CE1F49
Text Example
Text Example
White with #CE1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F49; }
p { color: rgb(206,31,73); }
H1.HeaderClassName
{
color: #CE1F49;
}
.AnyTagClassName
{
color: #CE1F49;
}
</style>
background-color css
<style>
a { background-color: #CE1F49; }
a { background-color: rgb(206,31,73); }
div.DivClassName
{
background-color: #CE1F49;
}
.BgClassName
{
background-color: #CE1F49;
}
</style>
border-color css
<style>
span { border-color: #CE1F49; }
span { border-color: rgb(206,31,73); }
td.TdClassName
{
border-color: #CE1F49;
}
.TagClassName
{
border-color: #CE1F49;
}
</style>