Shades of Cardinal #CE1935
Tints of Cardinal #CE1935
RGB
CMYK
RGB Variations
Color information
#CE1935 (or 0xCE1935) is known color: Cardinal. HEX triplet: CE, 19 and 35. RGB value is (206,25,53). Sum of RGB (Red+Green+Blue) = 206+25+53=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1935 is #31E6CA. Grayscale: #525252. Windows color (decimal): -3270347 or 3480014. OLE color: 3480014.
HSL color Cylindrical-coordinate representation of color #CE1935: hue angle of 350.72º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1935 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 53 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.19 |
| HSL | 350.72º | 0.78% | 0.45% | - |
| HSV(B) | 350.72º | 0.88% | 0.81% | - |
| XYZ | 26.44 | 14.07 | 4.69 | - |
| YUV | 82.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 53 | 0 | 0.88 | 0.74 | 0.19 | 350.72 | 0.78 | 0.45 |
| Hex | CE | 19 | 35 | 0 | 58 | 4A | 13 | 15F | 4E | 2D |
| Octal | 316 | 31 | 65 | 0 | 130 | 112 | 23 | 537 | 116 | 55 |
| Binary | 11001110 | 11001 | 110101 | 0 | 1011000 | 1001010 | 10011 | 101011111 | 1001110 | 101101 |
Color Harmonies of #CE1935
Complementary color
Monochromatic Colors of #CE1935
Black with #CE1935
Text Example
Text Example
White with #CE1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1935; }
p { color: rgb(206,25,53); }
H1.HeaderClassName
{
color: #CE1935;
}
.AnyTagClassName
{
color: #CE1935;
}
</style>
background-color css
<style>
a { background-color: #CE1935; }
a { background-color: rgb(206,25,53); }
div.DivClassName
{
background-color: #CE1935;
}
.BgClassName
{
background-color: #CE1935;
}
</style>
border-color css
<style>
span { border-color: #CE1935; }
span { border-color: rgb(206,25,53); }
td.TdClassName
{
border-color: #CE1935;
}
.TagClassName
{
border-color: #CE1935;
}
</style>