Shades of Crimson #CE1649
Tints of Crimson #CE1649
RGB
CMYK
RGB Variations
Color information
#CE1649 (or 0xCE1649) is known color: Crimson. HEX triplet: CE, 16 and 49. RGB value is (206,22,73). Sum of RGB (Red+Green+Blue) = 206+22+73=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1649 is #31E9B6. Grayscale: #525252. Windows color (decimal): -3271095 or 4789966. OLE color: 4789966.
HSL color Cylindrical-coordinate representation of color #CE1649: hue angle of 343.37º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1649 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 73 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.19 |
| HSL | 343.37º | 0.81% | 0.45% | - |
| HSV(B) | 343.37º | 0.89% | 0.81% | - |
| XYZ | 26.94 | 14.18 | 7.62 | - |
| YUV | 82.83 | 122.46 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 73 | 0 | 0.89 | 0.65 | 0.19 | 343.37 | 0.81 | 0.45 |
| Hex | CE | 16 | 49 | 0 | 59 | 41 | 13 | 157 | 51 | 2D |
| Octal | 316 | 26 | 111 | 0 | 131 | 101 | 23 | 527 | 121 | 55 |
| Binary | 11001110 | 10110 | 1001001 | 0 | 1011001 | 1000001 | 10011 | 101010111 | 1010001 | 101101 |
Color Harmonies of #CE1649
Complementary color
Monochromatic Colors of #CE1649
Black with #CE1649
Text Example
Text Example
White with #CE1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1649; }
p { color: rgb(206,22,73); }
H1.HeaderClassName
{
color: #CE1649;
}
.AnyTagClassName
{
color: #CE1649;
}
</style>
background-color css
<style>
a { background-color: #CE1649; }
a { background-color: rgb(206,22,73); }
div.DivClassName
{
background-color: #CE1649;
}
.BgClassName
{
background-color: #CE1649;
}
</style>
border-color css
<style>
span { border-color: #CE1649; }
span { border-color: rgb(206,22,73); }
td.TdClassName
{
border-color: #CE1649;
}
.TagClassName
{
border-color: #CE1649;
}
</style>