Shades of Cardinal #CE213E
Tints of Cardinal #CE213E
RGB
CMYK
RGB Variations
Color information
#CE213E (or 0xCE213E) is known color: Cardinal. HEX triplet: CE, 21 and 3E. RGB value is (206,33,62). Sum of RGB (Red+Green+Blue) = 206+33+62=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE213E is #31DEC1. Grayscale: #585858. Windows color (decimal): -3268290 or 4071886. OLE color: 4071886.
HSL color Cylindrical-coordinate representation of color #CE213E: hue angle of 349.94º degrees, saturation: 0.72, 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 #CE213E is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 62 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.19 |
| HSL | 349.94º | 0.72% | 0.47% | - |
| HSV(B) | 349.94º | 0.84% | 0.81% | - |
| XYZ | 26.87 | 14.56 | 5.95 | - |
| YUV | 88.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 62 | 0 | 0.84 | 0.70 | 0.19 | 349.94 | 0.72 | 0.47 |
| Hex | CE | 21 | 3E | 0 | 54 | 46 | 13 | 15E | 48 | 2F |
| Octal | 316 | 41 | 76 | 0 | 124 | 106 | 23 | 536 | 110 | 57 |
| Binary | 11001110 | 100001 | 111110 | 0 | 1010100 | 1000110 | 10011 | 101011110 | 1001000 | 101111 |
Color Harmonies of #CE213E
Complementary color
Monochromatic Colors of #CE213E
Black with #CE213E
Text Example
Text Example
White with #CE213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE213E; }
p { color: rgb(206,33,62); }
H1.HeaderClassName
{
color: #CE213E;
}
.AnyTagClassName
{
color: #CE213E;
}
</style>
background-color css
<style>
a { background-color: #CE213E; }
a { background-color: rgb(206,33,62); }
div.DivClassName
{
background-color: #CE213E;
}
.BgClassName
{
background-color: #CE213E;
}
</style>
border-color css
<style>
span { border-color: #CE213E; }
span { border-color: rgb(206,33,62); }
td.TdClassName
{
border-color: #CE213E;
}
.TagClassName
{
border-color: #CE213E;
}
</style>