Shades of Cardinal #CE223F
Tints of Cardinal #CE223F
RGB
CMYK
RGB Variations
Color information
#CE223F (or 0xCE223F) is known color: Cardinal. HEX triplet: CE, 22 and 3F. RGB value is (206,34,63). Sum of RGB (Red+Green+Blue) = 206+34+63=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE223F is #31DDC0. Grayscale: #585858. Windows color (decimal): -3268033 or 4137678. OLE color: 4137678.
HSL color Cylindrical-coordinate representation of color #CE223F: hue angle of 349.88º 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 #CE223F is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 63 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.19 |
| HSL | 349.88º | 0.72% | 0.47% | - |
| HSV(B) | 349.88º | 0.83% | 0.81% | - |
| XYZ | 26.92 | 14.62 | 6.11 | - |
| YUV | 88.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 63 | 0 | 0.83 | 0.69 | 0.19 | 349.88 | 0.72 | 0.47 |
| Hex | CE | 22 | 3F | 0 | 53 | 45 | 13 | 15E | 48 | 2F |
| Octal | 316 | 42 | 77 | 0 | 123 | 105 | 23 | 536 | 110 | 57 |
| Binary | 11001110 | 100010 | 111111 | 0 | 1010011 | 1000101 | 10011 | 101011110 | 1001000 | 101111 |
Color Harmonies of #CE223F
Complementary color
Monochromatic Colors of #CE223F
Black with #CE223F
Text Example
Text Example
White with #CE223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE223F; }
p { color: rgb(206,34,63); }
H1.HeaderClassName
{
color: #CE223F;
}
.AnyTagClassName
{
color: #CE223F;
}
</style>
background-color css
<style>
a { background-color: #CE223F; }
a { background-color: rgb(206,34,63); }
div.DivClassName
{
background-color: #CE223F;
}
.BgClassName
{
background-color: #CE223F;
}
</style>
border-color css
<style>
span { border-color: #CE223F; }
span { border-color: rgb(206,34,63); }
td.TdClassName
{
border-color: #CE223F;
}
.TagClassName
{
border-color: #CE223F;
}
</style>