Shades of Cardinal #CE2237
Tints of Cardinal #CE2237
RGB
CMYK
RGB Variations
Color information
#CE2237 (or 0xCE2237) is known color: Cardinal. HEX triplet: CE, 22 and 37. RGB value is (206,34,55). Sum of RGB (Red+Green+Blue) = 206+34+55=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2237 is #31DDC8. Grayscale: #575757. Windows color (decimal): -3268041 or 3613390. OLE color: 3613390.
HSL color Cylindrical-coordinate representation of color #CE2237: hue angle of 352.67º 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 #CE2237 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 55 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.19 |
| HSL | 352.67º | 0.72% | 0.47% | - |
| HSV(B) | 352.67º | 0.83% | 0.81% | - |
| XYZ | 26.72 | 14.54 | 5.01 | - |
| YUV | 87.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 55 | 0 | 0.83 | 0.73 | 0.19 | 352.67 | 0.72 | 0.47 |
| Hex | CE | 22 | 37 | 0 | 53 | 49 | 13 | 161 | 48 | 2F |
| Octal | 316 | 42 | 67 | 0 | 123 | 111 | 23 | 541 | 110 | 57 |
| Binary | 11001110 | 100010 | 110111 | 0 | 1010011 | 1001001 | 10011 | 101100001 | 1001000 | 101111 |
Color Harmonies of #CE2237
Complementary color
Monochromatic Colors of #CE2237
Black with #CE2237
Text Example
Text Example
White with #CE2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2237; }
p { color: rgb(206,34,55); }
H1.HeaderClassName
{
color: #CE2237;
}
.AnyTagClassName
{
color: #CE2237;
}
</style>
background-color css
<style>
a { background-color: #CE2237; }
a { background-color: rgb(206,34,55); }
div.DivClassName
{
background-color: #CE2237;
}
.BgClassName
{
background-color: #CE2237;
}
</style>
border-color css
<style>
span { border-color: #CE2237; }
span { border-color: rgb(206,34,55); }
td.TdClassName
{
border-color: #CE2237;
}
.TagClassName
{
border-color: #CE2237;
}
</style>