Shades of Cardinal #CE1C4D
Tints of Cardinal #CE1C4D
RGB
CMYK
RGB Variations
Color information
#CE1C4D (or 0xCE1C4D) is known color: Cardinal. HEX triplet: CE, 1C and 4D. RGB value is (206,28,77). Sum of RGB (Red+Green+Blue) = 206+28+77=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C4D is #31E3B2. Grayscale: #565656. Windows color (decimal): -3269555 or 5053646. OLE color: 5053646.
HSL color Cylindrical-coordinate representation of color #CE1C4D: hue angle of 343.48º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C4D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 77 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.19 |
| HSL | 343.48º | 0.76% | 0.46% | - |
| HSV(B) | 343.48º | 0.86% | 0.81% | - |
| XYZ | 27.21 | 14.49 | 8.38 | - |
| YUV | 86.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 77 | 0 | 0.86 | 0.63 | 0.19 | 343.48 | 0.76 | 0.46 |
| Hex | CE | 1C | 4D | 0 | 56 | 3F | 13 | 157 | 4C | 2E |
| Octal | 316 | 34 | 115 | 0 | 126 | 77 | 23 | 527 | 114 | 56 |
| Binary | 11001110 | 11100 | 1001101 | 0 | 1010110 | 111111 | 10011 | 101010111 | 1001100 | 101110 |
Color Harmonies of #CE1C4D
Complementary color
Monochromatic Colors of #CE1C4D
Black with #CE1C4D
Text Example
Text Example
White with #CE1C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C4D; }
p { color: rgb(206,28,77); }
H1.HeaderClassName
{
color: #CE1C4D;
}
.AnyTagClassName
{
color: #CE1C4D;
}
</style>
background-color css
<style>
a { background-color: #CE1C4D; }
a { background-color: rgb(206,28,77); }
div.DivClassName
{
background-color: #CE1C4D;
}
.BgClassName
{
background-color: #CE1C4D;
}
</style>
border-color css
<style>
span { border-color: #CE1C4D; }
span { border-color: rgb(206,28,77); }
td.TdClassName
{
border-color: #CE1C4D;
}
.TagClassName
{
border-color: #CE1C4D;
}
</style>