Shades of Crimson #CE114B
Tints of Crimson #CE114B
RGB
CMYK
RGB Variations
Color information
#CE114B (or 0xCE114B) is known color: Crimson. HEX triplet: CE, 11 and 4B. RGB value is (206,17,75). Sum of RGB (Red+Green+Blue) = 206+17+75=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE114B is #31EEB4. Grayscale: #505050. Windows color (decimal): -3272373 or 4919758. OLE color: 4919758.
HSL color Cylindrical-coordinate representation of color #CE114B: hue angle of 341.59º 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 #CE114B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.19 |
| HSL | 341.59º | 0.85% | 0.44% | - |
| HSV(B) | 341.59º | 0.92% | 0.81% | - |
| XYZ | 26.92 | 14.03 | 7.95 | - |
| YUV | 80.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 75 | 0 | 0.92 | 0.64 | 0.19 | 341.59 | 0.85 | 0.44 |
| Hex | CE | 11 | 4B | 0 | 5C | 40 | 13 | 156 | 55 | 2C |
| Octal | 316 | 21 | 113 | 0 | 134 | 100 | 23 | 526 | 125 | 54 |
| Binary | 11001110 | 10001 | 1001011 | 0 | 1011100 | 1000000 | 10011 | 101010110 | 1010101 | 101100 |
Color Harmonies of #CE114B
Complementary color
Monochromatic Colors of #CE114B
Black with #CE114B
Text Example
Text Example
White with #CE114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE114B; }
p { color: rgb(206,17,75); }
H1.HeaderClassName
{
color: #CE114B;
}
.AnyTagClassName
{
color: #CE114B;
}
</style>
background-color css
<style>
a { background-color: #CE114B; }
a { background-color: rgb(206,17,75); }
div.DivClassName
{
background-color: #CE114B;
}
.BgClassName
{
background-color: #CE114B;
}
</style>
border-color css
<style>
span { border-color: #CE114B; }
span { border-color: rgb(206,17,75); }
td.TdClassName
{
border-color: #CE114B;
}
.TagClassName
{
border-color: #CE114B;
}
</style>