Shades of Crimson #CE1247
Tints of Crimson #CE1247
RGB
CMYK
RGB Variations
Color information
#CE1247 (or 0xCE1247) is known color: Crimson. HEX triplet: CE, 12 and 47. RGB value is (206,18,71). Sum of RGB (Red+Green+Blue) = 206+18+71=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1247 is #31EDB8. Grayscale: #505050. Windows color (decimal): -3272121 or 4657870. OLE color: 4657870.
HSL color Cylindrical-coordinate representation of color #CE1247: hue angle of 343.09º 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 #CE1247 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 71 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.19 |
| HSL | 343.09º | 0.84% | 0.44% | - |
| HSV(B) | 343.09º | 0.91% | 0.81% | - |
| XYZ | 26.81 | 14.01 | 7.25 | - |
| YUV | 80.25 | 122.78 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 71 | 0 | 0.91 | 0.66 | 0.19 | 343.09 | 0.84 | 0.44 |
| Hex | CE | 12 | 47 | 0 | 5B | 42 | 13 | 157 | 54 | 2C |
| Octal | 316 | 22 | 107 | 0 | 133 | 102 | 23 | 527 | 124 | 54 |
| Binary | 11001110 | 10010 | 1000111 | 0 | 1011011 | 1000010 | 10011 | 101010111 | 1010100 | 101100 |
Color Harmonies of #CE1247
Complementary color
Monochromatic Colors of #CE1247
Black with #CE1247
Text Example
Text Example
White with #CE1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1247; }
p { color: rgb(206,18,71); }
H1.HeaderClassName
{
color: #CE1247;
}
.AnyTagClassName
{
color: #CE1247;
}
</style>
background-color css
<style>
a { background-color: #CE1247; }
a { background-color: rgb(206,18,71); }
div.DivClassName
{
background-color: #CE1247;
}
.BgClassName
{
background-color: #CE1247;
}
</style>
border-color css
<style>
span { border-color: #CE1247; }
span { border-color: rgb(206,18,71); }
td.TdClassName
{
border-color: #CE1247;
}
.TagClassName
{
border-color: #CE1247;
}
</style>