Shades of Cardinal #CE233C
Tints of Cardinal #CE233C
RGB
CMYK
RGB Variations
Color information
#CE233C (or 0xCE233C) is known color: Cardinal. HEX triplet: CE, 23 and 3C. RGB value is (206,35,60). Sum of RGB (Red+Green+Blue) = 206+35+60=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE233C is #31DCC3. Grayscale: #595959. Windows color (decimal): -3267780 or 3941326. OLE color: 3941326.
HSL color Cylindrical-coordinate representation of color #CE233C: hue angle of 351.23º degrees, saturation: 0.71, 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 #CE233C is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 60 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.19 |
| HSL | 351.23º | 0.71% | 0.47% | - |
| HSV(B) | 351.23º | 0.83% | 0.81% | - |
| XYZ | 26.87 | 14.65 | 5.69 | - |
| YUV | 88.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 60 | 0 | 0.83 | 0.71 | 0.19 | 351.23 | 0.71 | 0.47 |
| Hex | CE | 23 | 3C | 0 | 53 | 47 | 13 | 15F | 47 | 2F |
| Octal | 316 | 43 | 74 | 0 | 123 | 107 | 23 | 537 | 107 | 57 |
| Binary | 11001110 | 100011 | 111100 | 0 | 1010011 | 1000111 | 10011 | 101011111 | 1000111 | 101111 |
Color Harmonies of #CE233C
Complementary color
Monochromatic Colors of #CE233C
Black with #CE233C
Text Example
Text Example
White with #CE233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE233C; }
p { color: rgb(206,35,60); }
H1.HeaderClassName
{
color: #CE233C;
}
.AnyTagClassName
{
color: #CE233C;
}
</style>
background-color css
<style>
a { background-color: #CE233C; }
a { background-color: rgb(206,35,60); }
div.DivClassName
{
background-color: #CE233C;
}
.BgClassName
{
background-color: #CE233C;
}
</style>
border-color css
<style>
span { border-color: #CE233C; }
span { border-color: rgb(206,35,60); }
td.TdClassName
{
border-color: #CE233C;
}
.TagClassName
{
border-color: #CE233C;
}
</style>