Shades of Crimson #CE1542
Tints of Crimson #CE1542
RGB
CMYK
RGB Variations
Color information
#CE1542 (or 0xCE1542) is known color: Crimson. HEX triplet: CE, 15 and 42. RGB value is (206,21,66). Sum of RGB (Red+Green+Blue) = 206+21+66=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1542 is #31EABD. Grayscale: #515151. Windows color (decimal): -3271358 or 4330958. OLE color: 4330958.
HSL color Cylindrical-coordinate representation of color #CE1542: hue angle of 345.41º 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 #CE1542 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 66 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.19 |
| HSL | 345.41º | 0.81% | 0.45% | - |
| HSV(B) | 345.41º | 0.9% | 0.81% | - |
| XYZ | 26.71 | 14.05 | 6.46 | - |
| YUV | 81.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 66 | 0 | 0.90 | 0.68 | 0.19 | 345.41 | 0.81 | 0.45 |
| Hex | CE | 15 | 42 | 0 | 5A | 44 | 13 | 159 | 51 | 2D |
| Octal | 316 | 25 | 102 | 0 | 132 | 104 | 23 | 531 | 121 | 55 |
| Binary | 11001110 | 10101 | 1000010 | 0 | 1011010 | 1000100 | 10011 | 101011001 | 1010001 | 101101 |
Color Harmonies of #CE1542
Complementary color
Monochromatic Colors of #CE1542
Black with #CE1542
Text Example
Text Example
White with #CE1542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1542; }
p { color: rgb(206,21,66); }
H1.HeaderClassName
{
color: #CE1542;
}
.AnyTagClassName
{
color: #CE1542;
}
</style>
background-color css
<style>
a { background-color: #CE1542; }
a { background-color: rgb(206,21,66); }
div.DivClassName
{
background-color: #CE1542;
}
.BgClassName
{
background-color: #CE1542;
}
</style>
border-color css
<style>
span { border-color: #CE1542; }
span { border-color: rgb(206,21,66); }
td.TdClassName
{
border-color: #CE1542;
}
.TagClassName
{
border-color: #CE1542;
}
</style>