Shades of Cardinal #CE2635
Tints of Cardinal #CE2635
RGB
CMYK
RGB Variations
Color information
#CE2635 (or 0xCE2635) is known color: Cardinal. HEX triplet: CE, 26 and 35. RGB value is (206,38,53). Sum of RGB (Red+Green+Blue) = 206+38+53=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2635 is #31D9CA. Grayscale: #5A5A5A. Windows color (decimal): -3267019 or 3483342. OLE color: 3483342.
HSL color Cylindrical-coordinate representation of color #CE2635: hue angle of 354.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2635 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 53 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.19 |
| HSL | 354.64º | 0.69% | 0.48% | - |
| HSV(B) | 354.64º | 0.82% | 0.81% | - |
| XYZ | 26.79 | 14.77 | 4.81 | - |
| YUV | 89.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 53 | 0 | 0.82 | 0.74 | 0.19 | 354.64 | 0.69 | 0.48 |
| Hex | CE | 26 | 35 | 0 | 52 | 4A | 13 | 163 | 45 | 30 |
| Octal | 316 | 46 | 65 | 0 | 122 | 112 | 23 | 543 | 105 | 60 |
| Binary | 11001110 | 100110 | 110101 | 0 | 1010010 | 1001010 | 10011 | 101100011 | 1000101 | 110000 |
Color Harmonies of #CE2635
Complementary color
Monochromatic Colors of #CE2635
Black with #CE2635
Text Example
Text Example
White with #CE2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2635; }
p { color: rgb(206,38,53); }
H1.HeaderClassName
{
color: #CE2635;
}
.AnyTagClassName
{
color: #CE2635;
}
</style>
background-color css
<style>
a { background-color: #CE2635; }
a { background-color: rgb(206,38,53); }
div.DivClassName
{
background-color: #CE2635;
}
.BgClassName
{
background-color: #CE2635;
}
</style>
border-color css
<style>
span { border-color: #CE2635; }
span { border-color: rgb(206,38,53); }
td.TdClassName
{
border-color: #CE2635;
}
.TagClassName
{
border-color: #CE2635;
}
</style>