Shades of Cardinal #CE183C
Tints of Cardinal #CE183C
RGB
CMYK
RGB Variations
Color information
#CE183C (or 0xCE183C) is known color: Cardinal. HEX triplet: CE, 18 and 3C. RGB value is (206,24,60). Sum of RGB (Red+Green+Blue) = 206+24+60=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE183C is #31E7C3. Grayscale: #525252. Windows color (decimal): -3270596 or 3938510. OLE color: 3938510.
HSL color Cylindrical-coordinate representation of color #CE183C: hue angle of 348.13º 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 #CE183C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 60 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.19 |
| HSL | 348.13º | 0.79% | 0.45% | - |
| HSV(B) | 348.13º | 0.88% | 0.81% | - |
| XYZ | 26.6 | 14.1 | 5.6 | - |
| YUV | 82.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 60 | 0 | 0.88 | 0.71 | 0.19 | 348.13 | 0.79 | 0.45 |
| Hex | CE | 18 | 3C | 0 | 58 | 47 | 13 | 15C | 4F | 2D |
| Octal | 316 | 30 | 74 | 0 | 130 | 107 | 23 | 534 | 117 | 55 |
| Binary | 11001110 | 11000 | 111100 | 0 | 1011000 | 1000111 | 10011 | 101011100 | 1001111 | 101101 |
Color Harmonies of #CE183C
Complementary color
Monochromatic Colors of #CE183C
Black with #CE183C
Text Example
Text Example
White with #CE183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE183C; }
p { color: rgb(206,24,60); }
H1.HeaderClassName
{
color: #CE183C;
}
.AnyTagClassName
{
color: #CE183C;
}
</style>
background-color css
<style>
a { background-color: #CE183C; }
a { background-color: rgb(206,24,60); }
div.DivClassName
{
background-color: #CE183C;
}
.BgClassName
{
background-color: #CE183C;
}
</style>
border-color css
<style>
span { border-color: #CE183C; }
span { border-color: rgb(206,24,60); }
td.TdClassName
{
border-color: #CE183C;
}
.TagClassName
{
border-color: #CE183C;
}
</style>