Shades of Crimson #CE144D
Tints of Crimson #CE144D
RGB
CMYK
RGB Variations
Color information
#CE144D (or 0xCE144D) is known color: Crimson. HEX triplet: CE, 14 and 4D. RGB value is (206,20,77). Sum of RGB (Red+Green+Blue) = 206+20+77=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE144D is #31EBB2. Grayscale: #525252. Windows color (decimal): -3271603 or 5051598. OLE color: 5051598.
HSL color Cylindrical-coordinate representation of color #CE144D: hue angle of 341.61º 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 #CE144D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 77 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.19 |
| HSL | 341.61º | 0.82% | 0.44% | - |
| HSV(B) | 341.61º | 0.9% | 0.81% | - |
| XYZ | 27.04 | 14.16 | 8.33 | - |
| YUV | 82.11 | 125.12 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 77 | 0 | 0.90 | 0.63 | 0.19 | 341.61 | 0.82 | 0.44 |
| Hex | CE | 14 | 4D | 0 | 5A | 3F | 13 | 156 | 52 | 2C |
| Octal | 316 | 24 | 115 | 0 | 132 | 77 | 23 | 526 | 122 | 54 |
| Binary | 11001110 | 10100 | 1001101 | 0 | 1011010 | 111111 | 10011 | 101010110 | 1010010 | 101100 |
Color Harmonies of #CE144D
Complementary color
Monochromatic Colors of #CE144D
Black with #CE144D
Text Example
Text Example
White with #CE144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE144D; }
p { color: rgb(206,20,77); }
H1.HeaderClassName
{
color: #CE144D;
}
.AnyTagClassName
{
color: #CE144D;
}
</style>
background-color css
<style>
a { background-color: #CE144D; }
a { background-color: rgb(206,20,77); }
div.DivClassName
{
background-color: #CE144D;
}
.BgClassName
{
background-color: #CE144D;
}
</style>
border-color css
<style>
span { border-color: #CE144D; }
span { border-color: rgb(206,20,77); }
td.TdClassName
{
border-color: #CE144D;
}
.TagClassName
{
border-color: #CE144D;
}
</style>