Shades of Cardinal #CE233F
Tints of Cardinal #CE233F
RGB
CMYK
RGB Variations
Color information
#CE233F (or 0xCE233F) is known color: Cardinal. HEX triplet: CE, 23 and 3F. RGB value is (206,35,63). Sum of RGB (Red+Green+Blue) = 206+35+63=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE233F is #31DCC0. Grayscale: #595959. Windows color (decimal): -3267777 or 4137934. OLE color: 4137934.
HSL color Cylindrical-coordinate representation of color #CE233F: hue angle of 350.18º 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 #CE233F is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 63 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.19 |
| HSL | 350.18º | 0.71% | 0.47% | - |
| HSV(B) | 350.18º | 0.83% | 0.81% | - |
| XYZ | 26.95 | 14.68 | 6.12 | - |
| YUV | 89.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 63 | 0 | 0.83 | 0.69 | 0.19 | 350.18 | 0.71 | 0.47 |
| Hex | CE | 23 | 3F | 0 | 53 | 45 | 13 | 15E | 47 | 2F |
| Octal | 316 | 43 | 77 | 0 | 123 | 105 | 23 | 536 | 107 | 57 |
| Binary | 11001110 | 100011 | 111111 | 0 | 1010011 | 1000101 | 10011 | 101011110 | 1000111 | 101111 |
Color Harmonies of #CE233F
Complementary color
Monochromatic Colors of #CE233F
Black with #CE233F
Text Example
Text Example
White with #CE233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE233F; }
p { color: rgb(206,35,63); }
H1.HeaderClassName
{
color: #CE233F;
}
.AnyTagClassName
{
color: #CE233F;
}
</style>
background-color css
<style>
a { background-color: #CE233F; }
a { background-color: rgb(206,35,63); }
div.DivClassName
{
background-color: #CE233F;
}
.BgClassName
{
background-color: #CE233F;
}
</style>
border-color css
<style>
span { border-color: #CE233F; }
span { border-color: rgb(206,35,63); }
td.TdClassName
{
border-color: #CE233F;
}
.TagClassName
{
border-color: #CE233F;
}
</style>