Shades of Cardinal #CE1436
Tints of Cardinal #CE1436
RGB
CMYK
RGB Variations
Color information
#CE1436 (or 0xCE1436) is known color: Cardinal. HEX triplet: CE, 14 and 36. RGB value is (206,20,54). Sum of RGB (Red+Green+Blue) = 206+20+54=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1436 is #31EBC9. Grayscale: #4F4F4F. Windows color (decimal): -3271626 or 3544270. OLE color: 3544270.
HSL color Cylindrical-coordinate representation of color #CE1436: hue angle of 349.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1436 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 54 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.19 |
| HSL | 349.03º | 0.82% | 0.44% | - |
| HSV(B) | 349.03º | 0.9% | 0.81% | - |
| XYZ | 26.37 | 13.89 | 4.78 | - |
| YUV | 79.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 54 | 0 | 0.90 | 0.74 | 0.19 | 349.03 | 0.82 | 0.44 |
| Hex | CE | 14 | 36 | 0 | 5A | 4A | 13 | 15D | 52 | 2C |
| Octal | 316 | 24 | 66 | 0 | 132 | 112 | 23 | 535 | 122 | 54 |
| Binary | 11001110 | 10100 | 110110 | 0 | 1011010 | 1001010 | 10011 | 101011101 | 1010010 | 101100 |
Color Harmonies of #CE1436
Complementary color
Monochromatic Colors of #CE1436
Black with #CE1436
Text Example
Text Example
White with #CE1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1436; }
p { color: rgb(206,20,54); }
H1.HeaderClassName
{
color: #CE1436;
}
.AnyTagClassName
{
color: #CE1436;
}
</style>
background-color css
<style>
a { background-color: #CE1436; }
a { background-color: rgb(206,20,54); }
div.DivClassName
{
background-color: #CE1436;
}
.BgClassName
{
background-color: #CE1436;
}
</style>
border-color css
<style>
span { border-color: #CE1436; }
span { border-color: rgb(206,20,54); }
td.TdClassName
{
border-color: #CE1436;
}
.TagClassName
{
border-color: #CE1436;
}
</style>