Shades of Cardinal #CE153A
Tints of Cardinal #CE153A
RGB
CMYK
RGB Variations
Color information
#CE153A (or 0xCE153A) is known color: Cardinal. HEX triplet: CE, 15 and 3A. RGB value is (206,21,58). Sum of RGB (Red+Green+Blue) = 206+21+58=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE153A is #31EAC5. Grayscale: #505050. Windows color (decimal): -3271366 or 3806670. OLE color: 3806670.
HSL color Cylindrical-coordinate representation of color #CE153A: hue angle of 348º 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 #CE153A is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 58 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.19 |
| HSL | 348º | 0.81% | 0.45% | - |
| HSV(B) | 348º | 0.9% | 0.81% | - |
| XYZ | 26.49 | 13.96 | 5.3 | - |
| YUV | 80.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 58 | 0 | 0.90 | 0.72 | 0.19 | 348 | 0.81 | 0.45 |
| Hex | CE | 15 | 3A | 0 | 5A | 48 | 13 | 15C | 51 | 2D |
| Octal | 316 | 25 | 72 | 0 | 132 | 110 | 23 | 534 | 121 | 55 |
| Binary | 11001110 | 10101 | 111010 | 0 | 1011010 | 1001000 | 10011 | 101011100 | 1010001 | 101101 |
Color Harmonies of #CE153A
Complementary color
Monochromatic Colors of #CE153A
Black with #CE153A
Text Example
Text Example
White with #CE153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE153A; }
p { color: rgb(206,21,58); }
H1.HeaderClassName
{
color: #CE153A;
}
.AnyTagClassName
{
color: #CE153A;
}
</style>
background-color css
<style>
a { background-color: #CE153A; }
a { background-color: rgb(206,21,58); }
div.DivClassName
{
background-color: #CE153A;
}
.BgClassName
{
background-color: #CE153A;
}
</style>
border-color css
<style>
span { border-color: #CE153A; }
span { border-color: rgb(206,21,58); }
td.TdClassName
{
border-color: #CE153A;
}
.TagClassName
{
border-color: #CE153A;
}
</style>