Shades of Cardinal #CE1E40
Tints of Cardinal #CE1E40
RGB
CMYK
RGB Variations
Color information
#CE1E40 (or 0xCE1E40) is known color: Cardinal. HEX triplet: CE, 1E and 40. RGB value is (206,30,64). Sum of RGB (Red+Green+Blue) = 206+30+64=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E40 is #31E1BF. Grayscale: #565656. Windows color (decimal): -3269056 or 4202190. OLE color: 4202190.
HSL color Cylindrical-coordinate representation of color #CE1E40: hue angle of 348.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E40 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 64 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.19 |
| HSL | 348.41º | 0.75% | 0.46% | - |
| HSV(B) | 348.41º | 0.85% | 0.81% | - |
| XYZ | 26.84 | 14.42 | 6.22 | - |
| YUV | 86.5 | 115.31 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 64 | 0 | 0.85 | 0.69 | 0.19 | 348.41 | 0.75 | 0.46 |
| Hex | CE | 1E | 40 | 0 | 55 | 45 | 13 | 15C | 4B | 2E |
| Octal | 316 | 36 | 100 | 0 | 125 | 105 | 23 | 534 | 113 | 56 |
| Binary | 11001110 | 11110 | 1000000 | 0 | 1010101 | 1000101 | 10011 | 101011100 | 1001011 | 101110 |
Color Harmonies of #CE1E40
Complementary color
Monochromatic Colors of #CE1E40
Black with #CE1E40
Text Example
Text Example
White with #CE1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E40; }
p { color: rgb(206,30,64); }
H1.HeaderClassName
{
color: #CE1E40;
}
.AnyTagClassName
{
color: #CE1E40;
}
</style>
background-color css
<style>
a { background-color: #CE1E40; }
a { background-color: rgb(206,30,64); }
div.DivClassName
{
background-color: #CE1E40;
}
.BgClassName
{
background-color: #CE1E40;
}
</style>
border-color css
<style>
span { border-color: #CE1E40; }
span { border-color: rgb(206,30,64); }
td.TdClassName
{
border-color: #CE1E40;
}
.TagClassName
{
border-color: #CE1E40;
}
</style>