Shades of Cardinal #CE1432
Tints of Cardinal #CE1432
RGB
CMYK
RGB Variations
Color information
#CE1432 (or 0xCE1432) is known color: Cardinal. HEX triplet: CE, 14 and 32. RGB value is (206,20,50). Sum of RGB (Red+Green+Blue) = 206+20+50=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1432 is #31EBCD. Grayscale: #4F4F4F. Windows color (decimal): -3271630 or 3282126. OLE color: 3282126.
HSL color Cylindrical-coordinate representation of color #CE1432: hue angle of 350.32º 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 #CE1432 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.19 |
| HSL | 350.32º | 0.82% | 0.44% | - |
| HSV(B) | 350.32º | 0.9% | 0.81% | - |
| XYZ | 26.28 | 13.85 | 4.31 | - |
| YUV | 79.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 50 | 0 | 0.90 | 0.76 | 0.19 | 350.32 | 0.82 | 0.44 |
| Hex | CE | 14 | 32 | 0 | 5A | 4C | 13 | 15E | 52 | 2C |
| Octal | 316 | 24 | 62 | 0 | 132 | 114 | 23 | 536 | 122 | 54 |
| Binary | 11001110 | 10100 | 110010 | 0 | 1011010 | 1001100 | 10011 | 101011110 | 1010010 | 101100 |
Color Harmonies of #CE1432
Complementary color
Monochromatic Colors of #CE1432
Black with #CE1432
Text Example
Text Example
White with #CE1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1432; }
p { color: rgb(206,20,50); }
H1.HeaderClassName
{
color: #CE1432;
}
.AnyTagClassName
{
color: #CE1432;
}
</style>
background-color css
<style>
a { background-color: #CE1432; }
a { background-color: rgb(206,20,50); }
div.DivClassName
{
background-color: #CE1432;
}
.BgClassName
{
background-color: #CE1432;
}
</style>
border-color css
<style>
span { border-color: #CE1432; }
span { border-color: rgb(206,20,50); }
td.TdClassName
{
border-color: #CE1432;
}
.TagClassName
{
border-color: #CE1432;
}
</style>