Shades of Cardinal #CE203F
Tints of Cardinal #CE203F
RGB
CMYK
RGB Variations
Color information
#CE203F (or 0xCE203F) is known color: Cardinal. HEX triplet: CE, 20 and 3F. RGB value is (206,32,63). Sum of RGB (Red+Green+Blue) = 206+32+63=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE203F is #31DFC0. Grayscale: #575757. Windows color (decimal): -3268545 or 4137166. OLE color: 4137166.
HSL color Cylindrical-coordinate representation of color #CE203F: hue angle of 349.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE203F is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 63 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.19 |
| HSL | 349.31º | 0.73% | 0.47% | - |
| HSV(B) | 349.31º | 0.84% | 0.81% | - |
| XYZ | 26.87 | 14.51 | 6.09 | - |
| YUV | 87.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 63 | 0 | 0.84 | 0.69 | 0.19 | 349.31 | 0.73 | 0.47 |
| Hex | CE | 20 | 3F | 0 | 54 | 45 | 13 | 15D | 49 | 2F |
| Octal | 316 | 40 | 77 | 0 | 124 | 105 | 23 | 535 | 111 | 57 |
| Binary | 11001110 | 100000 | 111111 | 0 | 1010100 | 1000101 | 10011 | 101011101 | 1001001 | 101111 |
Color Harmonies of #CE203F
Complementary color
Monochromatic Colors of #CE203F
Black with #CE203F
Text Example
Text Example
White with #CE203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE203F; }
p { color: rgb(206,32,63); }
H1.HeaderClassName
{
color: #CE203F;
}
.AnyTagClassName
{
color: #CE203F;
}
</style>
background-color css
<style>
a { background-color: #CE203F; }
a { background-color: rgb(206,32,63); }
div.DivClassName
{
background-color: #CE203F;
}
.BgClassName
{
background-color: #CE203F;
}
</style>
border-color css
<style>
span { border-color: #CE203F; }
span { border-color: rgb(206,32,63); }
td.TdClassName
{
border-color: #CE203F;
}
.TagClassName
{
border-color: #CE203F;
}
</style>