Shades of Cardinal #CE2038
Tints of Cardinal #CE2038
RGB
CMYK
RGB Variations
Color information
#CE2038 (or 0xCE2038) is known color: Cardinal. HEX triplet: CE, 20 and 38. RGB value is (206,32,56). Sum of RGB (Red+Green+Blue) = 206+32+56=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2038 is #31DFC7. Grayscale: #565656. Windows color (decimal): -3268552 or 3678414. OLE color: 3678414.
HSL color Cylindrical-coordinate representation of color #CE2038: hue angle of 351.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2038 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 56 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.19 |
| HSL | 351.72º | 0.73% | 0.47% | - |
| HSV(B) | 351.72º | 0.84% | 0.81% | - |
| XYZ | 26.68 | 14.44 | 5.12 | - |
| YUV | 86.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 56 | 0 | 0.84 | 0.73 | 0.19 | 351.72 | 0.73 | 0.47 |
| Hex | CE | 20 | 38 | 0 | 54 | 49 | 13 | 160 | 49 | 2F |
| Octal | 316 | 40 | 70 | 0 | 124 | 111 | 23 | 540 | 111 | 57 |
| Binary | 11001110 | 100000 | 111000 | 0 | 1010100 | 1001001 | 10011 | 101100000 | 1001001 | 101111 |
Color Harmonies of #CE2038
Complementary color
Monochromatic Colors of #CE2038
Black with #CE2038
Text Example
Text Example
White with #CE2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2038; }
p { color: rgb(206,32,56); }
H1.HeaderClassName
{
color: #CE2038;
}
.AnyTagClassName
{
color: #CE2038;
}
</style>
background-color css
<style>
a { background-color: #CE2038; }
a { background-color: rgb(206,32,56); }
div.DivClassName
{
background-color: #CE2038;
}
.BgClassName
{
background-color: #CE2038;
}
</style>
border-color css
<style>
span { border-color: #CE2038; }
span { border-color: rgb(206,32,56); }
td.TdClassName
{
border-color: #CE2038;
}
.TagClassName
{
border-color: #CE2038;
}
</style>