Shades of Cardinal #CE1E3F
Tints of Cardinal #CE1E3F
RGB
CMYK
RGB Variations
Color information
#CE1E3F (or 0xCE1E3F) is known color: Cardinal. HEX triplet: CE, 1E and 3F. RGB value is (206,30,63). Sum of RGB (Red+Green+Blue) = 206+30+63=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E3F is #31E1C0. Grayscale: #565656. Windows color (decimal): -3269057 or 4136654. OLE color: 4136654.
HSL color Cylindrical-coordinate representation of color #CE1E3F: hue angle of 348.75º 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 #CE1E3F is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 63 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.19 |
| HSL | 348.75º | 0.75% | 0.46% | - |
| HSV(B) | 348.75º | 0.85% | 0.81% | - |
| XYZ | 26.82 | 14.41 | 6.07 | - |
| YUV | 86.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 63 | 0 | 0.85 | 0.69 | 0.19 | 348.75 | 0.75 | 0.46 |
| Hex | CE | 1E | 3F | 0 | 55 | 45 | 13 | 15D | 4B | 2E |
| Octal | 316 | 36 | 77 | 0 | 125 | 105 | 23 | 535 | 113 | 56 |
| Binary | 11001110 | 11110 | 111111 | 0 | 1010101 | 1000101 | 10011 | 101011101 | 1001011 | 101110 |
Color Harmonies of #CE1E3F
Complementary color
Monochromatic Colors of #CE1E3F
Black with #CE1E3F
Text Example
Text Example
White with #CE1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E3F; }
p { color: rgb(206,30,63); }
H1.HeaderClassName
{
color: #CE1E3F;
}
.AnyTagClassName
{
color: #CE1E3F;
}
</style>
background-color css
<style>
a { background-color: #CE1E3F; }
a { background-color: rgb(206,30,63); }
div.DivClassName
{
background-color: #CE1E3F;
}
.BgClassName
{
background-color: #CE1E3F;
}
</style>
border-color css
<style>
span { border-color: #CE1E3F; }
span { border-color: rgb(206,30,63); }
td.TdClassName
{
border-color: #CE1E3F;
}
.TagClassName
{
border-color: #CE1E3F;
}
</style>