Shades of Cardinal #CE1537
Tints of Cardinal #CE1537
RGB
CMYK
RGB Variations
Color information
#CE1537 (or 0xCE1537) is known color: Cardinal. HEX triplet: CE, 15 and 37. RGB value is (206,21,55). Sum of RGB (Red+Green+Blue) = 206+21+55=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1537 is #31EAC8. Grayscale: #505050. Windows color (decimal): -3271369 or 3610062. OLE color: 3610062.
HSL color Cylindrical-coordinate representation of color #CE1537: hue angle of 348.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1537 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 55 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.19 |
| HSL | 348.97º | 0.81% | 0.45% | - |
| HSV(B) | 348.97º | 0.9% | 0.81% | - |
| XYZ | 26.41 | 13.93 | 4.91 | - |
| YUV | 80.19 | 113.79 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 55 | 0 | 0.90 | 0.73 | 0.19 | 348.97 | 0.81 | 0.45 |
| Hex | CE | 15 | 37 | 0 | 5A | 49 | 13 | 15D | 51 | 2D |
| Octal | 316 | 25 | 67 | 0 | 132 | 111 | 23 | 535 | 121 | 55 |
| Binary | 11001110 | 10101 | 110111 | 0 | 1011010 | 1001001 | 10011 | 101011101 | 1010001 | 101101 |
Color Harmonies of #CE1537
Complementary color
Monochromatic Colors of #CE1537
Black with #CE1537
Text Example
Text Example
White with #CE1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1537; }
p { color: rgb(206,21,55); }
H1.HeaderClassName
{
color: #CE1537;
}
.AnyTagClassName
{
color: #CE1537;
}
</style>
background-color css
<style>
a { background-color: #CE1537; }
a { background-color: rgb(206,21,55); }
div.DivClassName
{
background-color: #CE1537;
}
.BgClassName
{
background-color: #CE1537;
}
</style>
border-color css
<style>
span { border-color: #CE1537; }
span { border-color: rgb(206,21,55); }
td.TdClassName
{
border-color: #CE1537;
}
.TagClassName
{
border-color: #CE1537;
}
</style>