Shades of Crimson #CE154D
Tints of Crimson #CE154D
RGB
CMYK
RGB Variations
Color information
#CE154D (or 0xCE154D) is known color: Crimson. HEX triplet: CE, 15 and 4D. RGB value is (206,21,77). Sum of RGB (Red+Green+Blue) = 206+21+77=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE154D is #31EAB2. Grayscale: #525252. Windows color (decimal): -3271347 or 5051854. OLE color: 5051854.
HSL color Cylindrical-coordinate representation of color #CE154D: hue angle of 341.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE154D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 77 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.19 |
| HSL | 341.84º | 0.81% | 0.45% | - |
| HSV(B) | 341.84º | 0.9% | 0.81% | - |
| XYZ | 27.06 | 14.19 | 8.33 | - |
| YUV | 82.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 77 | 0 | 0.90 | 0.63 | 0.19 | 341.84 | 0.81 | 0.45 |
| Hex | CE | 15 | 4D | 0 | 5A | 3F | 13 | 156 | 51 | 2D |
| Octal | 316 | 25 | 115 | 0 | 132 | 77 | 23 | 526 | 121 | 55 |
| Binary | 11001110 | 10101 | 1001101 | 0 | 1011010 | 111111 | 10011 | 101010110 | 1010001 | 101101 |
Color Harmonies of #CE154D
Complementary color
Monochromatic Colors of #CE154D
Black with #CE154D
Text Example
Text Example
White with #CE154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE154D; }
p { color: rgb(206,21,77); }
H1.HeaderClassName
{
color: #CE154D;
}
.AnyTagClassName
{
color: #CE154D;
}
</style>
background-color css
<style>
a { background-color: #CE154D; }
a { background-color: rgb(206,21,77); }
div.DivClassName
{
background-color: #CE154D;
}
.BgClassName
{
background-color: #CE154D;
}
</style>
border-color css
<style>
span { border-color: #CE154D; }
span { border-color: rgb(206,21,77); }
td.TdClassName
{
border-color: #CE154D;
}
.TagClassName
{
border-color: #CE154D;
}
</style>