Shades of Cardinal #CE2230
Tints of Cardinal #CE2230
RGB
CMYK
RGB Variations
Color information
#CE2230 (or 0xCE2230) is known color: Cardinal. HEX triplet: CE, 22 and 30. RGB value is (206,34,48). Sum of RGB (Red+Green+Blue) = 206+34+48=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2230 is #31DDCF. Grayscale: #575757. Windows color (decimal): -3268048 or 3154638. OLE color: 3154638.
HSL color Cylindrical-coordinate representation of color #CE2230: hue angle of 355.12º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2230 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 48 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.19 |
| HSL | 355.12º | 0.72% | 0.47% | - |
| HSV(B) | 355.12º | 0.83% | 0.81% | - |
| XYZ | 26.56 | 14.48 | 4.19 | - |
| YUV | 87.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 48 | 0 | 0.83 | 0.77 | 0.19 | 355.12 | 0.72 | 0.47 |
| Hex | CE | 22 | 30 | 0 | 53 | 4D | 13 | 163 | 48 | 2F |
| Octal | 316 | 42 | 60 | 0 | 123 | 115 | 23 | 543 | 110 | 57 |
| Binary | 11001110 | 100010 | 110000 | 0 | 1010011 | 1001101 | 10011 | 101100011 | 1001000 | 101111 |
Color Harmonies of #CE2230
Complementary color
Monochromatic Colors of #CE2230
Black with #CE2230
Text Example
Text Example
White with #CE2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2230; }
p { color: rgb(206,34,48); }
H1.HeaderClassName
{
color: #CE2230;
}
.AnyTagClassName
{
color: #CE2230;
}
</style>
background-color css
<style>
a { background-color: #CE2230; }
a { background-color: rgb(206,34,48); }
div.DivClassName
{
background-color: #CE2230;
}
.BgClassName
{
background-color: #CE2230;
}
</style>
border-color css
<style>
span { border-color: #CE2230; }
span { border-color: rgb(206,34,48); }
td.TdClassName
{
border-color: #CE2230;
}
.TagClassName
{
border-color: #CE2230;
}
</style>