Shades of Cardinal #CE1A4A
Tints of Cardinal #CE1A4A
RGB
CMYK
RGB Variations
Color information
#CE1A4A (or 0xCE1A4A) is known color: Cardinal. HEX triplet: CE, 1A and 4A. RGB value is (206,26,74). Sum of RGB (Red+Green+Blue) = 206+26+74=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1A4A is #31E5B5. Grayscale: #555555. Windows color (decimal): -3270070 or 4856526. OLE color: 4856526.
HSL color Cylindrical-coordinate representation of color #CE1A4A: hue angle of 344º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1A4A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 74 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.19 |
| HSL | 344º | 0.78% | 0.45% | - |
| HSV(B) | 344º | 0.87% | 0.81% | - |
| XYZ | 27.06 | 14.36 | 7.82 | - |
| YUV | 85.29 | 121.63 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 74 | 0 | 0.87 | 0.64 | 0.19 | 344 | 0.78 | 0.45 |
| Hex | CE | 1A | 4A | 0 | 57 | 40 | 13 | 158 | 4E | 2D |
| Octal | 316 | 32 | 112 | 0 | 127 | 100 | 23 | 530 | 116 | 55 |
| Binary | 11001110 | 11010 | 1001010 | 0 | 1010111 | 1000000 | 10011 | 101011000 | 1001110 | 101101 |
Color Harmonies of #CE1A4A
Complementary color
Monochromatic Colors of #CE1A4A
Black with #CE1A4A
Text Example
Text Example
White with #CE1A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1A4A; }
p { color: rgb(206,26,74); }
H1.HeaderClassName
{
color: #CE1A4A;
}
.AnyTagClassName
{
color: #CE1A4A;
}
</style>
background-color css
<style>
a { background-color: #CE1A4A; }
a { background-color: rgb(206,26,74); }
div.DivClassName
{
background-color: #CE1A4A;
}
.BgClassName
{
background-color: #CE1A4A;
}
</style>
border-color css
<style>
span { border-color: #CE1A4A; }
span { border-color: rgb(206,26,74); }
td.TdClassName
{
border-color: #CE1A4A;
}
.TagClassName
{
border-color: #CE1A4A;
}
</style>