Shades of Crimson #CE1236
Tints of Crimson #CE1236
RGB
CMYK
RGB Variations
Color information
#CE1236 (or 0xCE1236) is known color: Crimson. HEX triplet: CE, 12 and 36. RGB value is (206,18,54). Sum of RGB (Red+Green+Blue) = 206+18+54=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1236 is #31EDC9. Grayscale: #4E4E4E. Windows color (decimal): -3272138 or 3543758. OLE color: 3543758.
HSL color Cylindrical-coordinate representation of color #CE1236: hue angle of 348.51º 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 #CE1236 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 54 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.19 |
| HSL | 348.51º | 0.84% | 0.44% | - |
| HSV(B) | 348.51º | 0.91% | 0.81% | - |
| XYZ | 26.34 | 13.82 | 4.77 | - |
| YUV | 78.32 | 114.28 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 54 | 0 | 0.91 | 0.74 | 0.19 | 348.51 | 0.84 | 0.44 |
| Hex | CE | 12 | 36 | 0 | 5B | 4A | 13 | 15D | 54 | 2C |
| Octal | 316 | 22 | 66 | 0 | 133 | 112 | 23 | 535 | 124 | 54 |
| Binary | 11001110 | 10010 | 110110 | 0 | 1011011 | 1001010 | 10011 | 101011101 | 1010100 | 101100 |
Color Harmonies of #CE1236
Complementary color
Monochromatic Colors of #CE1236
Black with #CE1236
Text Example
Text Example
White with #CE1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1236; }
p { color: rgb(206,18,54); }
H1.HeaderClassName
{
color: #CE1236;
}
.AnyTagClassName
{
color: #CE1236;
}
</style>
background-color css
<style>
a { background-color: #CE1236; }
a { background-color: rgb(206,18,54); }
div.DivClassName
{
background-color: #CE1236;
}
.BgClassName
{
background-color: #CE1236;
}
</style>
border-color css
<style>
span { border-color: #CE1236; }
span { border-color: rgb(206,18,54); }
td.TdClassName
{
border-color: #CE1236;
}
.TagClassName
{
border-color: #CE1236;
}
</style>