Shades of Cardinal #CE1B31
Tints of Cardinal #CE1B31
RGB
CMYK
RGB Variations
Color information
#CE1B31 (or 0xCE1B31) is known color: Cardinal. HEX triplet: CE, 1B and 31. RGB value is (206,27,49). Sum of RGB (Red+Green+Blue) = 206+27+49=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B31 is #31E4CE. Grayscale: #535353. Windows color (decimal): -3269839 or 3218382. OLE color: 3218382.
HSL color Cylindrical-coordinate representation of color #CE1B31: hue angle of 352.63º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B31 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 49 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.19 |
| HSL | 352.63º | 0.77% | 0.46% | - |
| HSV(B) | 352.63º | 0.87% | 0.81% | - |
| XYZ | 26.4 | 14.13 | 4.24 | - |
| YUV | 83.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 49 | 0 | 0.87 | 0.76 | 0.19 | 352.63 | 0.77 | 0.46 |
| Hex | CE | 1B | 31 | 0 | 57 | 4C | 13 | 161 | 4D | 2E |
| Octal | 316 | 33 | 61 | 0 | 127 | 114 | 23 | 541 | 115 | 56 |
| Binary | 11001110 | 11011 | 110001 | 0 | 1010111 | 1001100 | 10011 | 101100001 | 1001101 | 101110 |
Color Harmonies of #CE1B31
Complementary color
Monochromatic Colors of #CE1B31
Black with #CE1B31
Text Example
Text Example
White with #CE1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B31; }
p { color: rgb(206,27,49); }
H1.HeaderClassName
{
color: #CE1B31;
}
.AnyTagClassName
{
color: #CE1B31;
}
</style>
background-color css
<style>
a { background-color: #CE1B31; }
a { background-color: rgb(206,27,49); }
div.DivClassName
{
background-color: #CE1B31;
}
.BgClassName
{
background-color: #CE1B31;
}
</style>
border-color css
<style>
span { border-color: #CE1B31; }
span { border-color: rgb(206,27,49); }
td.TdClassName
{
border-color: #CE1B31;
}
.TagClassName
{
border-color: #CE1B31;
}
</style>