Shades of Crimson #CE1445
Tints of Crimson #CE1445
RGB
CMYK
RGB Variations
Color information
#CE1445 (or 0xCE1445) is known color: Crimson. HEX triplet: CE, 14 and 45. RGB value is (206,20,69). Sum of RGB (Red+Green+Blue) = 206+20+69=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1445 is #31EBBA. Grayscale: #515151. Windows color (decimal): -3271611 or 4527310. OLE color: 4527310.
HSL color Cylindrical-coordinate representation of color #CE1445: hue angle of 344.19º 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 #CE1445 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 69 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.19 |
| HSL | 344.19º | 0.82% | 0.44% | - |
| HSV(B) | 344.19º | 0.9% | 0.81% | - |
| XYZ | 26.78 | 14.05 | 6.93 | - |
| YUV | 81.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 69 | 0 | 0.90 | 0.67 | 0.19 | 344.19 | 0.82 | 0.44 |
| Hex | CE | 14 | 45 | 0 | 5A | 43 | 13 | 158 | 52 | 2C |
| Octal | 316 | 24 | 105 | 0 | 132 | 103 | 23 | 530 | 122 | 54 |
| Binary | 11001110 | 10100 | 1000101 | 0 | 1011010 | 1000011 | 10011 | 101011000 | 1010010 | 101100 |
Color Harmonies of #CE1445
Complementary color
Monochromatic Colors of #CE1445
Black with #CE1445
Text Example
Text Example
White with #CE1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1445; }
p { color: rgb(206,20,69); }
H1.HeaderClassName
{
color: #CE1445;
}
.AnyTagClassName
{
color: #CE1445;
}
</style>
background-color css
<style>
a { background-color: #CE1445; }
a { background-color: rgb(206,20,69); }
div.DivClassName
{
background-color: #CE1445;
}
.BgClassName
{
background-color: #CE1445;
}
</style>
border-color css
<style>
span { border-color: #CE1445; }
span { border-color: rgb(206,20,69); }
td.TdClassName
{
border-color: #CE1445;
}
.TagClassName
{
border-color: #CE1445;
}
</style>