Shades of Crimson #CE1541
Tints of Crimson #CE1541
RGB
CMYK
RGB Variations
Color information
#CE1541 (or 0xCE1541) is known color: Crimson. HEX triplet: CE, 15 and 41. RGB value is (206,21,65). Sum of RGB (Red+Green+Blue) = 206+21+65=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1541 is #31EABE. Grayscale: #515151. Windows color (decimal): -3271359 or 4265422. OLE color: 4265422.
HSL color Cylindrical-coordinate representation of color #CE1541: hue angle of 345.73º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1541 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 65 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.19 |
| HSL | 345.73º | 0.81% | 0.45% | - |
| HSV(B) | 345.73º | 0.9% | 0.81% | - |
| XYZ | 26.68 | 14.04 | 6.31 | - |
| YUV | 81.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 65 | 0 | 0.90 | 0.68 | 0.19 | 345.73 | 0.81 | 0.45 |
| Hex | CE | 15 | 41 | 0 | 5A | 44 | 13 | 15A | 51 | 2D |
| Octal | 316 | 25 | 101 | 0 | 132 | 104 | 23 | 532 | 121 | 55 |
| Binary | 11001110 | 10101 | 1000001 | 0 | 1011010 | 1000100 | 10011 | 101011010 | 1010001 | 101101 |
Color Harmonies of #CE1541
Complementary color
Monochromatic Colors of #CE1541
Black with #CE1541
Text Example
Text Example
White with #CE1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1541; }
p { color: rgb(206,21,65); }
H1.HeaderClassName
{
color: #CE1541;
}
.AnyTagClassName
{
color: #CE1541;
}
</style>
background-color css
<style>
a { background-color: #CE1541; }
a { background-color: rgb(206,21,65); }
div.DivClassName
{
background-color: #CE1541;
}
.BgClassName
{
background-color: #CE1541;
}
</style>
border-color css
<style>
span { border-color: #CE1541; }
span { border-color: rgb(206,21,65); }
td.TdClassName
{
border-color: #CE1541;
}
.TagClassName
{
border-color: #CE1541;
}
</style>