Shades of Cardinal #CE1E36
Tints of Cardinal #CE1E36
RGB
CMYK
RGB Variations
Color information
#CE1E36 (or 0xCE1E36) is known color: Cardinal. HEX triplet: CE, 1E and 36. RGB value is (206,30,54). Sum of RGB (Red+Green+Blue) = 206+30+54=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E36 is #31E1C9. Grayscale: #555555. Windows color (decimal): -3269066 or 3546830. OLE color: 3546830.
HSL color Cylindrical-coordinate representation of color #CE1E36: hue angle of 351.82º 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 #CE1E36 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 54 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.19 |
| HSL | 351.82º | 0.75% | 0.46% | - |
| HSV(B) | 351.82º | 0.85% | 0.81% | - |
| XYZ | 26.58 | 14.32 | 4.85 | - |
| YUV | 85.36 | 110.31 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 54 | 0 | 0.85 | 0.74 | 0.19 | 351.82 | 0.75 | 0.46 |
| Hex | CE | 1E | 36 | 0 | 55 | 4A | 13 | 160 | 4B | 2E |
| Octal | 316 | 36 | 66 | 0 | 125 | 112 | 23 | 540 | 113 | 56 |
| Binary | 11001110 | 11110 | 110110 | 0 | 1010101 | 1001010 | 10011 | 101100000 | 1001011 | 101110 |
Color Harmonies of #CE1E36
Complementary color
Monochromatic Colors of #CE1E36
Black with #CE1E36
Text Example
Text Example
White with #CE1E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E36; }
p { color: rgb(206,30,54); }
H1.HeaderClassName
{
color: #CE1E36;
}
.AnyTagClassName
{
color: #CE1E36;
}
</style>
background-color css
<style>
a { background-color: #CE1E36; }
a { background-color: rgb(206,30,54); }
div.DivClassName
{
background-color: #CE1E36;
}
.BgClassName
{
background-color: #CE1E36;
}
</style>
border-color css
<style>
span { border-color: #CE1E36; }
span { border-color: rgb(206,30,54); }
td.TdClassName
{
border-color: #CE1E36;
}
.TagClassName
{
border-color: #CE1E36;
}
</style>