Shades of Cardinal #CE1330
Tints of Cardinal #CE1330
RGB
CMYK
RGB Variations
Color information
#CE1330 (or 0xCE1330) is known color: Cardinal. HEX triplet: CE, 13 and 30. RGB value is (206,19,48). Sum of RGB (Red+Green+Blue) = 206+19+48=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1330 is #31ECCF. Grayscale: #4E4E4E. Windows color (decimal): -3271888 or 3150798. OLE color: 3150798.
HSL color Cylindrical-coordinate representation of color #CE1330: hue angle of 350.7º 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 #CE1330 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.19 |
| HSL | 350.7º | 0.83% | 0.44% | - |
| HSV(B) | 350.7º | 0.91% | 0.81% | - |
| XYZ | 26.22 | 13.8 | 4.08 | - |
| YUV | 78.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 48 | 0 | 0.91 | 0.77 | 0.19 | 350.7 | 0.83 | 0.44 |
| Hex | CE | 13 | 30 | 0 | 5B | 4D | 13 | 15F | 53 | 2C |
| Octal | 316 | 23 | 60 | 0 | 133 | 115 | 23 | 537 | 123 | 54 |
| Binary | 11001110 | 10011 | 110000 | 0 | 1011011 | 1001101 | 10011 | 101011111 | 1010011 | 101100 |
Color Harmonies of #CE1330
Complementary color
Monochromatic Colors of #CE1330
Black with #CE1330
Text Example
Text Example
White with #CE1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1330; }
p { color: rgb(206,19,48); }
H1.HeaderClassName
{
color: #CE1330;
}
.AnyTagClassName
{
color: #CE1330;
}
</style>
background-color css
<style>
a { background-color: #CE1330; }
a { background-color: rgb(206,19,48); }
div.DivClassName
{
background-color: #CE1330;
}
.BgClassName
{
background-color: #CE1330;
}
</style>
border-color css
<style>
span { border-color: #CE1330; }
span { border-color: rgb(206,19,48); }
td.TdClassName
{
border-color: #CE1330;
}
.TagClassName
{
border-color: #CE1330;
}
</style>