Shades of Cardinal #CE203E
Tints of Cardinal #CE203E
RGB
CMYK
RGB Variations
Color information
#CE203E (or 0xCE203E) is known color: Cardinal. HEX triplet: CE, 20 and 3E. RGB value is (206,32,62). Sum of RGB (Red+Green+Blue) = 206+32+62=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE203E is #31DFC1. Grayscale: #575757. Windows color (decimal): -3268546 or 4071630. OLE color: 4071630.
HSL color Cylindrical-coordinate representation of color #CE203E: hue angle of 349.66º 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 #CE203E is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 62 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.19 |
| HSL | 349.66º | 0.73% | 0.47% | - |
| HSV(B) | 349.66º | 0.84% | 0.81% | - |
| XYZ | 26.84 | 14.5 | 5.94 | - |
| YUV | 87.45 | 113.65 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 62 | 0 | 0.84 | 0.70 | 0.19 | 349.66 | 0.73 | 0.47 |
| Hex | CE | 20 | 3E | 0 | 54 | 46 | 13 | 15E | 49 | 2F |
| Octal | 316 | 40 | 76 | 0 | 124 | 106 | 23 | 536 | 111 | 57 |
| Binary | 11001110 | 100000 | 111110 | 0 | 1010100 | 1000110 | 10011 | 101011110 | 1001001 | 101111 |
Color Harmonies of #CE203E
Complementary color
Monochromatic Colors of #CE203E
Black with #CE203E
Text Example
Text Example
White with #CE203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE203E; }
p { color: rgb(206,32,62); }
H1.HeaderClassName
{
color: #CE203E;
}
.AnyTagClassName
{
color: #CE203E;
}
</style>
background-color css
<style>
a { background-color: #CE203E; }
a { background-color: rgb(206,32,62); }
div.DivClassName
{
background-color: #CE203E;
}
.BgClassName
{
background-color: #CE203E;
}
</style>
border-color css
<style>
span { border-color: #CE203E; }
span { border-color: rgb(206,32,62); }
td.TdClassName
{
border-color: #CE203E;
}
.TagClassName
{
border-color: #CE203E;
}
</style>