Shades of Crimson #CE1237
Tints of Crimson #CE1237
RGB
CMYK
RGB Variations
Color information
#CE1237 (or 0xCE1237) is known color: Crimson. HEX triplet: CE, 12 and 37. RGB value is (206,18,55). Sum of RGB (Red+Green+Blue) = 206+18+55=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1237 is #31EDC8. Grayscale: #4E4E4E. Windows color (decimal): -3272137 or 3609294. OLE color: 3609294.
HSL color Cylindrical-coordinate representation of color #CE1237: hue angle of 348.19º 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 #CE1237 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 55 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.19 |
| HSL | 348.19º | 0.84% | 0.44% | - |
| HSV(B) | 348.19º | 0.91% | 0.81% | - |
| XYZ | 26.36 | 13.83 | 4.89 | - |
| YUV | 78.43 | 114.78 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 55 | 0 | 0.91 | 0.73 | 0.19 | 348.19 | 0.84 | 0.44 |
| Hex | CE | 12 | 37 | 0 | 5B | 49 | 13 | 15C | 54 | 2C |
| Octal | 316 | 22 | 67 | 0 | 133 | 111 | 23 | 534 | 124 | 54 |
| Binary | 11001110 | 10010 | 110111 | 0 | 1011011 | 1001001 | 10011 | 101011100 | 1010100 | 101100 |
Color Harmonies of #CE1237
Complementary color
Monochromatic Colors of #CE1237
Black with #CE1237
Text Example
Text Example
White with #CE1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1237; }
p { color: rgb(206,18,55); }
H1.HeaderClassName
{
color: #CE1237;
}
.AnyTagClassName
{
color: #CE1237;
}
</style>
background-color css
<style>
a { background-color: #CE1237; }
a { background-color: rgb(206,18,55); }
div.DivClassName
{
background-color: #CE1237;
}
.BgClassName
{
background-color: #CE1237;
}
</style>
border-color css
<style>
span { border-color: #CE1237; }
span { border-color: rgb(206,18,55); }
td.TdClassName
{
border-color: #CE1237;
}
.TagClassName
{
border-color: #CE1237;
}
</style>