Shades of Cardinal #CE183D
Tints of Cardinal #CE183D
RGB
CMYK
RGB Variations
Color information
#CE183D (or 0xCE183D) is known color: Cardinal. HEX triplet: CE, 18 and 3D. RGB value is (206,24,61). Sum of RGB (Red+Green+Blue) = 206+24+61=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE183D is #31E7C2. Grayscale: #525252. Windows color (decimal): -3270595 or 4004046. OLE color: 4004046.
HSL color Cylindrical-coordinate representation of color #CE183D: hue angle of 347.8º 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 #CE183D is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 61 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.19 |
| HSL | 347.8º | 0.79% | 0.45% | - |
| HSV(B) | 347.8º | 0.88% | 0.81% | - |
| XYZ | 26.62 | 14.11 | 5.74 | - |
| YUV | 82.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 61 | 0 | 0.88 | 0.70 | 0.19 | 347.8 | 0.79 | 0.45 |
| Hex | CE | 18 | 3D | 0 | 58 | 46 | 13 | 15C | 4F | 2D |
| Octal | 316 | 30 | 75 | 0 | 130 | 106 | 23 | 534 | 117 | 55 |
| Binary | 11001110 | 11000 | 111101 | 0 | 1011000 | 1000110 | 10011 | 101011100 | 1001111 | 101101 |
Color Harmonies of #CE183D
Complementary color
Monochromatic Colors of #CE183D
Black with #CE183D
Text Example
Text Example
White with #CE183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE183D; }
p { color: rgb(206,24,61); }
H1.HeaderClassName
{
color: #CE183D;
}
.AnyTagClassName
{
color: #CE183D;
}
</style>
background-color css
<style>
a { background-color: #CE183D; }
a { background-color: rgb(206,24,61); }
div.DivClassName
{
background-color: #CE183D;
}
.BgClassName
{
background-color: #CE183D;
}
</style>
border-color css
<style>
span { border-color: #CE183D; }
span { border-color: rgb(206,24,61); }
td.TdClassName
{
border-color: #CE183D;
}
.TagClassName
{
border-color: #CE183D;
}
</style>