Shades of Cardinal #CE2242
Tints of Cardinal #CE2242
RGB
CMYK
RGB Variations
Color information
#CE2242 (or 0xCE2242) is known color: Cardinal. HEX triplet: CE, 22 and 42. RGB value is (206,34,66). Sum of RGB (Red+Green+Blue) = 206+34+66=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2242 is #31DDBD. Grayscale: #595959. Windows color (decimal): -3268030 or 4334286. OLE color: 4334286.
HSL color Cylindrical-coordinate representation of color #CE2242: hue angle of 348.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2242 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 66 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.19 |
| HSL | 348.84º | 0.72% | 0.47% | - |
| HSV(B) | 348.84º | 0.83% | 0.81% | - |
| XYZ | 27.01 | 14.66 | 6.56 | - |
| YUV | 89.08 | 114.98 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 66 | 0 | 0.83 | 0.68 | 0.19 | 348.84 | 0.72 | 0.47 |
| Hex | CE | 22 | 42 | 0 | 53 | 44 | 13 | 15D | 48 | 2F |
| Octal | 316 | 42 | 102 | 0 | 123 | 104 | 23 | 535 | 110 | 57 |
| Binary | 11001110 | 100010 | 1000010 | 0 | 1010011 | 1000100 | 10011 | 101011101 | 1001000 | 101111 |
Color Harmonies of #CE2242
Complementary color
Monochromatic Colors of #CE2242
Black with #CE2242
Text Example
Text Example
White with #CE2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2242; }
p { color: rgb(206,34,66); }
H1.HeaderClassName
{
color: #CE2242;
}
.AnyTagClassName
{
color: #CE2242;
}
</style>
background-color css
<style>
a { background-color: #CE2242; }
a { background-color: rgb(206,34,66); }
div.DivClassName
{
background-color: #CE2242;
}
.BgClassName
{
background-color: #CE2242;
}
</style>
border-color css
<style>
span { border-color: #CE2242; }
span { border-color: rgb(206,34,66); }
td.TdClassName
{
border-color: #CE2242;
}
.TagClassName
{
border-color: #CE2242;
}
</style>