Shades of Crimson #CE113D
Tints of Crimson #CE113D
RGB
CMYK
RGB Variations
Color information
#CE113D (or 0xCE113D) is known color: Crimson. HEX triplet: CE, 11 and 3D. RGB value is (206,17,61). Sum of RGB (Red+Green+Blue) = 206+17+61=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE113D is #31EEC2. Grayscale: #4E4E4E. Windows color (decimal): -3272387 or 4002254. OLE color: 4002254.
HSL color Cylindrical-coordinate representation of color #CE113D: hue angle of 346.03º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE113D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.19 |
| HSL | 346.03º | 0.85% | 0.44% | - |
| HSV(B) | 346.03º | 0.92% | 0.81% | - |
| XYZ | 26.5 | 13.86 | 5.69 | - |
| YUV | 78.53 | 118.12 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 61 | 0 | 0.92 | 0.70 | 0.19 | 346.03 | 0.85 | 0.44 |
| Hex | CE | 11 | 3D | 0 | 5C | 46 | 13 | 15A | 55 | 2C |
| Octal | 316 | 21 | 75 | 0 | 134 | 106 | 23 | 532 | 125 | 54 |
| Binary | 11001110 | 10001 | 111101 | 0 | 1011100 | 1000110 | 10011 | 101011010 | 1010101 | 101100 |
Color Harmonies of #CE113D
Complementary color
Monochromatic Colors of #CE113D
Black with #CE113D
Text Example
Text Example
White with #CE113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE113D; }
p { color: rgb(206,17,61); }
H1.HeaderClassName
{
color: #CE113D;
}
.AnyTagClassName
{
color: #CE113D;
}
</style>
background-color css
<style>
a { background-color: #CE113D; }
a { background-color: rgb(206,17,61); }
div.DivClassName
{
background-color: #CE113D;
}
.BgClassName
{
background-color: #CE113D;
}
</style>
border-color css
<style>
span { border-color: #CE113D; }
span { border-color: rgb(206,17,61); }
td.TdClassName
{
border-color: #CE113D;
}
.TagClassName
{
border-color: #CE113D;
}
</style>