Shades of Cardinal #CE1E3C
Tints of Cardinal #CE1E3C
RGB
CMYK
RGB Variations
Color information
#CE1E3C (or 0xCE1E3C) is known color: Cardinal. HEX triplet: CE, 1E and 3C. RGB value is (206,30,60). Sum of RGB (Red+Green+Blue) = 206+30+60=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E3C is #31E1C3. Grayscale: #565656. Windows color (decimal): -3269060 or 3940046. OLE color: 3940046.
HSL color Cylindrical-coordinate representation of color #CE1E3C: hue angle of 349.77º 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 #CE1E3C is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 60 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.19 |
| HSL | 349.77º | 0.75% | 0.46% | - |
| HSV(B) | 349.77º | 0.85% | 0.81% | - |
| XYZ | 26.73 | 14.38 | 5.64 | - |
| YUV | 86.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 60 | 0 | 0.85 | 0.71 | 0.19 | 349.77 | 0.75 | 0.46 |
| Hex | CE | 1E | 3C | 0 | 55 | 47 | 13 | 15E | 4B | 2E |
| Octal | 316 | 36 | 74 | 0 | 125 | 107 | 23 | 536 | 113 | 56 |
| Binary | 11001110 | 11110 | 111100 | 0 | 1010101 | 1000111 | 10011 | 101011110 | 1001011 | 101110 |
Color Harmonies of #CE1E3C
Complementary color
Monochromatic Colors of #CE1E3C
Black with #CE1E3C
Text Example
Text Example
White with #CE1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E3C; }
p { color: rgb(206,30,60); }
H1.HeaderClassName
{
color: #CE1E3C;
}
.AnyTagClassName
{
color: #CE1E3C;
}
</style>
background-color css
<style>
a { background-color: #CE1E3C; }
a { background-color: rgb(206,30,60); }
div.DivClassName
{
background-color: #CE1E3C;
}
.BgClassName
{
background-color: #CE1E3C;
}
</style>
border-color css
<style>
span { border-color: #CE1E3C; }
span { border-color: rgb(206,30,60); }
td.TdClassName
{
border-color: #CE1E3C;
}
.TagClassName
{
border-color: #CE1E3C;
}
</style>