Shades of Crimson #CE1444
Tints of Crimson #CE1444
RGB
CMYK
RGB Variations
Color information
#CE1444 (or 0xCE1444) is known color: Crimson. HEX triplet: CE, 14 and 44. RGB value is (206,20,68). Sum of RGB (Red+Green+Blue) = 206+20+68=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1444 is #31EBBB. Grayscale: #515151. Windows color (decimal): -3271612 or 4461774. OLE color: 4461774.
HSL color Cylindrical-coordinate representation of color #CE1444: hue angle of 344.52º 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 #CE1444 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 68 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.19 |
| HSL | 344.52º | 0.82% | 0.44% | - |
| HSV(B) | 344.52º | 0.9% | 0.81% | - |
| XYZ | 26.75 | 14.04 | 6.77 | - |
| YUV | 81.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 68 | 0 | 0.90 | 0.67 | 0.19 | 344.52 | 0.82 | 0.44 |
| Hex | CE | 14 | 44 | 0 | 5A | 43 | 13 | 159 | 52 | 2C |
| Octal | 316 | 24 | 104 | 0 | 132 | 103 | 23 | 531 | 122 | 54 |
| Binary | 11001110 | 10100 | 1000100 | 0 | 1011010 | 1000011 | 10011 | 101011001 | 1010010 | 101100 |
Color Harmonies of #CE1444
Complementary color
Monochromatic Colors of #CE1444
Black with #CE1444
Text Example
Text Example
White with #CE1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1444; }
p { color: rgb(206,20,68); }
H1.HeaderClassName
{
color: #CE1444;
}
.AnyTagClassName
{
color: #CE1444;
}
</style>
background-color css
<style>
a { background-color: #CE1444; }
a { background-color: rgb(206,20,68); }
div.DivClassName
{
background-color: #CE1444;
}
.BgClassName
{
background-color: #CE1444;
}
</style>
border-color css
<style>
span { border-color: #CE1444; }
span { border-color: rgb(206,20,68); }
td.TdClassName
{
border-color: #CE1444;
}
.TagClassName
{
border-color: #CE1444;
}
</style>