Shades of Crimson #CE153D
Tints of Crimson #CE153D
RGB
CMYK
RGB Variations
Color information
#CE153D (or 0xCE153D) is known color: Crimson. HEX triplet: CE, 15 and 3D. RGB value is (206,21,61). Sum of RGB (Red+Green+Blue) = 206+21+61=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE153D is #31EAC2. Grayscale: #505050. Windows color (decimal): -3271363 or 4003278. OLE color: 4003278.
HSL color Cylindrical-coordinate representation of color #CE153D: hue angle of 347.03º 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 #CE153D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 61 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.19 |
| HSL | 347.03º | 0.81% | 0.45% | - |
| HSV(B) | 347.03º | 0.9% | 0.81% | - |
| XYZ | 26.56 | 14 | 5.72 | - |
| YUV | 80.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 61 | 0 | 0.90 | 0.70 | 0.19 | 347.03 | 0.81 | 0.45 |
| Hex | CE | 15 | 3D | 0 | 5A | 46 | 13 | 15B | 51 | 2D |
| Octal | 316 | 25 | 75 | 0 | 132 | 106 | 23 | 533 | 121 | 55 |
| Binary | 11001110 | 10101 | 111101 | 0 | 1011010 | 1000110 | 10011 | 101011011 | 1010001 | 101101 |
Color Harmonies of #CE153D
Complementary color
Monochromatic Colors of #CE153D
Black with #CE153D
Text Example
Text Example
White with #CE153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE153D; }
p { color: rgb(206,21,61); }
H1.HeaderClassName
{
color: #CE153D;
}
.AnyTagClassName
{
color: #CE153D;
}
</style>
background-color css
<style>
a { background-color: #CE153D; }
a { background-color: rgb(206,21,61); }
div.DivClassName
{
background-color: #CE153D;
}
.BgClassName
{
background-color: #CE153D;
}
</style>
border-color css
<style>
span { border-color: #CE153D; }
span { border-color: rgb(206,21,61); }
td.TdClassName
{
border-color: #CE153D;
}
.TagClassName
{
border-color: #CE153D;
}
</style>