Shades of Cardinal #CE1230
Tints of Cardinal #CE1230
RGB
CMYK
RGB Variations
Color information
#CE1230 (or 0xCE1230) is known color: Cardinal. HEX triplet: CE, 12 and 30. RGB value is (206,18,48). Sum of RGB (Red+Green+Blue) = 206+18+48=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1230 is #31EDCF. Grayscale: #4D4D4D. Windows color (decimal): -3272144 or 3150542. OLE color: 3150542.
HSL color Cylindrical-coordinate representation of color #CE1230: hue angle of 350.43º degrees, saturation: 0.84, 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 #CE1230 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 48 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.19 |
| HSL | 350.43º | 0.84% | 0.44% | - |
| HSV(B) | 350.43º | 0.91% | 0.81% | - |
| XYZ | 26.2 | 13.77 | 4.07 | - |
| YUV | 77.63 | 111.28 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 48 | 0 | 0.91 | 0.77 | 0.19 | 350.43 | 0.84 | 0.44 |
| Hex | CE | 12 | 30 | 0 | 5B | 4D | 13 | 15E | 54 | 2C |
| Octal | 316 | 22 | 60 | 0 | 133 | 115 | 23 | 536 | 124 | 54 |
| Binary | 11001110 | 10010 | 110000 | 0 | 1011011 | 1001101 | 10011 | 101011110 | 1010100 | 101100 |
Color Harmonies of #CE1230
Complementary color
Monochromatic Colors of #CE1230
Black with #CE1230
Text Example
Text Example
White with #CE1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1230; }
p { color: rgb(206,18,48); }
H1.HeaderClassName
{
color: #CE1230;
}
.AnyTagClassName
{
color: #CE1230;
}
</style>
background-color css
<style>
a { background-color: #CE1230; }
a { background-color: rgb(206,18,48); }
div.DivClassName
{
background-color: #CE1230;
}
.BgClassName
{
background-color: #CE1230;
}
</style>
border-color css
<style>
span { border-color: #CE1230; }
span { border-color: rgb(206,18,48); }
td.TdClassName
{
border-color: #CE1230;
}
.TagClassName
{
border-color: #CE1230;
}
</style>