Shades of Cardinal #CE1334
Tints of Cardinal #CE1334
RGB
CMYK
RGB Variations
Color information
#CE1334 (or 0xCE1334) is known color: Cardinal. HEX triplet: CE, 13 and 34. RGB value is (206,19,52). Sum of RGB (Red+Green+Blue) = 206+19+52=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1334 is #31ECCB. Grayscale: #4E4E4E. Windows color (decimal): -3271884 or 3412942. OLE color: 3412942.
HSL color Cylindrical-coordinate representation of color #CE1334: hue angle of 349.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1334 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 52 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.19 |
| HSL | 349.41º | 0.83% | 0.44% | - |
| HSV(B) | 349.41º | 0.91% | 0.81% | - |
| XYZ | 26.31 | 13.84 | 4.53 | - |
| YUV | 78.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 52 | 0 | 0.91 | 0.75 | 0.19 | 349.41 | 0.83 | 0.44 |
| Hex | CE | 13 | 34 | 0 | 5B | 4B | 13 | 15D | 53 | 2C |
| Octal | 316 | 23 | 64 | 0 | 133 | 113 | 23 | 535 | 123 | 54 |
| Binary | 11001110 | 10011 | 110100 | 0 | 1011011 | 1001011 | 10011 | 101011101 | 1010011 | 101100 |
Color Harmonies of #CE1334
Complementary color
Monochromatic Colors of #CE1334
Black with #CE1334
Text Example
Text Example
White with #CE1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1334; }
p { color: rgb(206,19,52); }
H1.HeaderClassName
{
color: #CE1334;
}
.AnyTagClassName
{
color: #CE1334;
}
</style>
background-color css
<style>
a { background-color: #CE1334; }
a { background-color: rgb(206,19,52); }
div.DivClassName
{
background-color: #CE1334;
}
.BgClassName
{
background-color: #CE1334;
}
</style>
border-color css
<style>
span { border-color: #CE1334; }
span { border-color: rgb(206,19,52); }
td.TdClassName
{
border-color: #CE1334;
}
.TagClassName
{
border-color: #CE1334;
}
</style>