Shades of Cardinal #CE233D
Tints of Cardinal #CE233D
RGB
CMYK
RGB Variations
Color information
#CE233D (or 0xCE233D) is known color: Cardinal. HEX triplet: CE, 23 and 3D. RGB value is (206,35,61). Sum of RGB (Red+Green+Blue) = 206+35+61=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE233D is #31DCC2. Grayscale: #595959. Windows color (decimal): -3267779 or 4006862. OLE color: 4006862.
HSL color Cylindrical-coordinate representation of color #CE233D: hue angle of 350.88º degrees, saturation: 0.71, 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 #CE233D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 61 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.19 |
| HSL | 350.88º | 0.71% | 0.47% | - |
| HSV(B) | 350.88º | 0.83% | 0.81% | - |
| XYZ | 26.9 | 14.66 | 5.83 | - |
| YUV | 89.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 61 | 0 | 0.83 | 0.70 | 0.19 | 350.88 | 0.71 | 0.47 |
| Hex | CE | 23 | 3D | 0 | 53 | 46 | 13 | 15F | 47 | 2F |
| Octal | 316 | 43 | 75 | 0 | 123 | 106 | 23 | 537 | 107 | 57 |
| Binary | 11001110 | 100011 | 111101 | 0 | 1010011 | 1000110 | 10011 | 101011111 | 1000111 | 101111 |
Color Harmonies of #CE233D
Complementary color
Monochromatic Colors of #CE233D
Black with #CE233D
Text Example
Text Example
White with #CE233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE233D; }
p { color: rgb(206,35,61); }
H1.HeaderClassName
{
color: #CE233D;
}
.AnyTagClassName
{
color: #CE233D;
}
</style>
background-color css
<style>
a { background-color: #CE233D; }
a { background-color: rgb(206,35,61); }
div.DivClassName
{
background-color: #CE233D;
}
.BgClassName
{
background-color: #CE233D;
}
</style>
border-color css
<style>
span { border-color: #CE233D; }
span { border-color: rgb(206,35,61); }
td.TdClassName
{
border-color: #CE233D;
}
.TagClassName
{
border-color: #CE233D;
}
</style>