Shades of Cardinal #CE2533
Tints of Cardinal #CE2533
RGB
CMYK
RGB Variations
Color information
#CE2533 (or 0xCE2533) is known color: Cardinal. HEX triplet: CE, 25 and 33. RGB value is (206,37,51). Sum of RGB (Red+Green+Blue) = 206+37+51=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2533 is #31DACC. Grayscale: #595959. Windows color (decimal): -3267277 or 3352014. OLE color: 3352014.
HSL color Cylindrical-coordinate representation of color #CE2533: hue angle of 355.03º degrees, saturation: 0.7, 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 #CE2533 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 51 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.19 |
| HSL | 355.03º | 0.7% | 0.48% | - |
| HSV(B) | 355.03º | 0.82% | 0.81% | - |
| XYZ | 26.71 | 14.68 | 4.56 | - |
| YUV | 89.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 51 | 0 | 0.82 | 0.75 | 0.19 | 355.03 | 0.7 | 0.48 |
| Hex | CE | 25 | 33 | 0 | 52 | 4B | 13 | 163 | 46 | 30 |
| Octal | 316 | 45 | 63 | 0 | 122 | 113 | 23 | 543 | 106 | 60 |
| Binary | 11001110 | 100101 | 110011 | 0 | 1010010 | 1001011 | 10011 | 101100011 | 1000110 | 110000 |
Color Harmonies of #CE2533
Complementary color
Monochromatic Colors of #CE2533
Black with #CE2533
Text Example
Text Example
White with #CE2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2533; }
p { color: rgb(206,37,51); }
H1.HeaderClassName
{
color: #CE2533;
}
.AnyTagClassName
{
color: #CE2533;
}
</style>
background-color css
<style>
a { background-color: #CE2533; }
a { background-color: rgb(206,37,51); }
div.DivClassName
{
background-color: #CE2533;
}
.BgClassName
{
background-color: #CE2533;
}
</style>
border-color css
<style>
span { border-color: #CE2533; }
span { border-color: rgb(206,37,51); }
td.TdClassName
{
border-color: #CE2533;
}
.TagClassName
{
border-color: #CE2533;
}
</style>