Shades of Crimson #CE1241
Tints of Crimson #CE1241
RGB
CMYK
RGB Variations
Color information
#CE1241 (or 0xCE1241) is known color: Crimson. HEX triplet: CE, 12 and 41. RGB value is (206,18,65). Sum of RGB (Red+Green+Blue) = 206+18+65=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1241 is #31EDBE. Grayscale: #4F4F4F. Windows color (decimal): -3272127 or 4264654. OLE color: 4264654.
HSL color Cylindrical-coordinate representation of color #CE1241: hue angle of 345º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1241 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 65 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.19 |
| HSL | 345º | 0.84% | 0.44% | - |
| HSV(B) | 345º | 0.91% | 0.81% | - |
| XYZ | 26.62 | 13.94 | 6.29 | - |
| YUV | 79.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 65 | 0 | 0.91 | 0.68 | 0.19 | 345 | 0.84 | 0.44 |
| Hex | CE | 12 | 41 | 0 | 5B | 44 | 13 | 159 | 54 | 2C |
| Octal | 316 | 22 | 101 | 0 | 133 | 104 | 23 | 531 | 124 | 54 |
| Binary | 11001110 | 10010 | 1000001 | 0 | 1011011 | 1000100 | 10011 | 101011001 | 1010100 | 101100 |
Color Harmonies of #CE1241
Complementary color
Monochromatic Colors of #CE1241
Black with #CE1241
Text Example
Text Example
White with #CE1241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1241; }
p { color: rgb(206,18,65); }
H1.HeaderClassName
{
color: #CE1241;
}
.AnyTagClassName
{
color: #CE1241;
}
</style>
background-color css
<style>
a { background-color: #CE1241; }
a { background-color: rgb(206,18,65); }
div.DivClassName
{
background-color: #CE1241;
}
.BgClassName
{
background-color: #CE1241;
}
</style>
border-color css
<style>
span { border-color: #CE1241; }
span { border-color: rgb(206,18,65); }
td.TdClassName
{
border-color: #CE1241;
}
.TagClassName
{
border-color: #CE1241;
}
</style>