Shades of Cardinal #CE153C
Tints of Cardinal #CE153C
RGB
CMYK
RGB Variations
Color information
#CE153C (or 0xCE153C) is known color: Cardinal. HEX triplet: CE, 15 and 3C. RGB value is (206,21,60). Sum of RGB (Red+Green+Blue) = 206+21+60=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE153C is #31EAC3. Grayscale: #505050. Windows color (decimal): -3271364 or 3937742. OLE color: 3937742.
HSL color Cylindrical-coordinate representation of color #CE153C: hue angle of 347.35º 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 #CE153C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 60 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.19 |
| HSL | 347.35º | 0.81% | 0.45% | - |
| HSV(B) | 347.35º | 0.9% | 0.81% | - |
| XYZ | 26.54 | 13.98 | 5.58 | - |
| YUV | 80.76 | 116.29 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 60 | 0 | 0.90 | 0.71 | 0.19 | 347.35 | 0.81 | 0.45 |
| Hex | CE | 15 | 3C | 0 | 5A | 47 | 13 | 15B | 51 | 2D |
| Octal | 316 | 25 | 74 | 0 | 132 | 107 | 23 | 533 | 121 | 55 |
| Binary | 11001110 | 10101 | 111100 | 0 | 1011010 | 1000111 | 10011 | 101011011 | 1010001 | 101101 |
Color Harmonies of #CE153C
Complementary color
Monochromatic Colors of #CE153C
Black with #CE153C
Text Example
Text Example
White with #CE153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE153C; }
p { color: rgb(206,21,60); }
H1.HeaderClassName
{
color: #CE153C;
}
.AnyTagClassName
{
color: #CE153C;
}
</style>
background-color css
<style>
a { background-color: #CE153C; }
a { background-color: rgb(206,21,60); }
div.DivClassName
{
background-color: #CE153C;
}
.BgClassName
{
background-color: #CE153C;
}
</style>
border-color css
<style>
span { border-color: #CE153C; }
span { border-color: rgb(206,21,60); }
td.TdClassName
{
border-color: #CE153C;
}
.TagClassName
{
border-color: #CE153C;
}
</style>