Shades of Cardinal #CE183B
Tints of Cardinal #CE183B
RGB
CMYK
RGB Variations
Color information
#CE183B (or 0xCE183B) is known color: Cardinal. HEX triplet: CE, 18 and 3B. RGB value is (206,24,59). Sum of RGB (Red+Green+Blue) = 206+24+59=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE183B is #31E7C4. Grayscale: #525252. Windows color (decimal): -3270597 or 3872974. OLE color: 3872974.
HSL color Cylindrical-coordinate representation of color #CE183B: hue angle of 348.46º degrees, saturation: 0.79, 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 #CE183B is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 59 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.19 |
| HSL | 348.46º | 0.79% | 0.45% | - |
| HSV(B) | 348.46º | 0.88% | 0.81% | - |
| XYZ | 26.57 | 14.09 | 5.46 | - |
| YUV | 82.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 59 | 0 | 0.88 | 0.71 | 0.19 | 348.46 | 0.79 | 0.45 |
| Hex | CE | 18 | 3B | 0 | 58 | 47 | 13 | 15C | 4F | 2D |
| Octal | 316 | 30 | 73 | 0 | 130 | 107 | 23 | 534 | 117 | 55 |
| Binary | 11001110 | 11000 | 111011 | 0 | 1011000 | 1000111 | 10011 | 101011100 | 1001111 | 101101 |
Color Harmonies of #CE183B
Complementary color
Monochromatic Colors of #CE183B
Black with #CE183B
Text Example
Text Example
White with #CE183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE183B; }
p { color: rgb(206,24,59); }
H1.HeaderClassName
{
color: #CE183B;
}
.AnyTagClassName
{
color: #CE183B;
}
</style>
background-color css
<style>
a { background-color: #CE183B; }
a { background-color: rgb(206,24,59); }
div.DivClassName
{
background-color: #CE183B;
}
.BgClassName
{
background-color: #CE183B;
}
</style>
border-color css
<style>
span { border-color: #CE183B; }
span { border-color: rgb(206,24,59); }
td.TdClassName
{
border-color: #CE183B;
}
.TagClassName
{
border-color: #CE183B;
}
</style>