Shades of Cardinal #CE212F
Tints of Cardinal #CE212F
RGB
CMYK
RGB Variations
Color information
#CE212F (or 0xCE212F) is known color: Cardinal. HEX triplet: CE, 21 and 2F. RGB value is (206,33,47). Sum of RGB (Red+Green+Blue) = 206+33+47=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE212F is #31DED0. Grayscale: #565656. Windows color (decimal): -3268305 or 3088846. OLE color: 3088846.
HSL color Cylindrical-coordinate representation of color #CE212F: hue angle of 355.14º degrees, saturation: 0.72, 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 #CE212F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 47 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.19 |
| HSL | 355.14º | 0.72% | 0.47% | - |
| HSV(B) | 355.14º | 0.84% | 0.81% | - |
| XYZ | 26.51 | 14.41 | 4.07 | - |
| YUV | 86.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 47 | 0 | 0.84 | 0.77 | 0.19 | 355.14 | 0.72 | 0.47 |
| Hex | CE | 21 | 2F | 0 | 54 | 4D | 13 | 163 | 48 | 2F |
| Octal | 316 | 41 | 57 | 0 | 124 | 115 | 23 | 543 | 110 | 57 |
| Binary | 11001110 | 100001 | 101111 | 0 | 1010100 | 1001101 | 10011 | 101100011 | 1001000 | 101111 |
Color Harmonies of #CE212F
Complementary color
Monochromatic Colors of #CE212F
Black with #CE212F
Text Example
Text Example
White with #CE212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE212F; }
p { color: rgb(206,33,47); }
H1.HeaderClassName
{
color: #CE212F;
}
.AnyTagClassName
{
color: #CE212F;
}
</style>
background-color css
<style>
a { background-color: #CE212F; }
a { background-color: rgb(206,33,47); }
div.DivClassName
{
background-color: #CE212F;
}
.BgClassName
{
background-color: #CE212F;
}
</style>
border-color css
<style>
span { border-color: #CE212F; }
span { border-color: rgb(206,33,47); }
td.TdClassName
{
border-color: #CE212F;
}
.TagClassName
{
border-color: #CE212F;
}
</style>