Shades of Crimson #CE1446
Tints of Crimson #CE1446
RGB
CMYK
RGB Variations
Color information
#CE1446 (or 0xCE1446) is known color: Crimson. HEX triplet: CE, 14 and 46. RGB value is (206,20,70). Sum of RGB (Red+Green+Blue) = 206+20+70=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1446 is #31EBB9. Grayscale: #515151. Windows color (decimal): -3271610 or 4592846. OLE color: 4592846.
HSL color Cylindrical-coordinate representation of color #CE1446: hue angle of 343.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1446 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 70 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.19 |
| HSL | 343.87º | 0.82% | 0.44% | - |
| HSV(B) | 343.87º | 0.9% | 0.81% | - |
| XYZ | 26.81 | 14.06 | 7.1 | - |
| YUV | 81.31 | 121.62 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 70 | 0 | 0.90 | 0.66 | 0.19 | 343.87 | 0.82 | 0.44 |
| Hex | CE | 14 | 46 | 0 | 5A | 42 | 13 | 158 | 52 | 2C |
| Octal | 316 | 24 | 106 | 0 | 132 | 102 | 23 | 530 | 122 | 54 |
| Binary | 11001110 | 10100 | 1000110 | 0 | 1011010 | 1000010 | 10011 | 101011000 | 1010010 | 101100 |
Color Harmonies of #CE1446
Complementary color
Monochromatic Colors of #CE1446
Black with #CE1446
Text Example
Text Example
White with #CE1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1446; }
p { color: rgb(206,20,70); }
H1.HeaderClassName
{
color: #CE1446;
}
.AnyTagClassName
{
color: #CE1446;
}
</style>
background-color css
<style>
a { background-color: #CE1446; }
a { background-color: rgb(206,20,70); }
div.DivClassName
{
background-color: #CE1446;
}
.BgClassName
{
background-color: #CE1446;
}
</style>
border-color css
<style>
span { border-color: #CE1446; }
span { border-color: rgb(206,20,70); }
td.TdClassName
{
border-color: #CE1446;
}
.TagClassName
{
border-color: #CE1446;
}
</style>