Shades of Crimson #CE1347
Tints of Crimson #CE1347
RGB
CMYK
RGB Variations
Color information
#CE1347 (or 0xCE1347) is known color: Crimson. HEX triplet: CE, 13 and 47. RGB value is (206,19,71). Sum of RGB (Red+Green+Blue) = 206+19+71=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1347 is #31ECB8. Grayscale: #505050. Windows color (decimal): -3271865 or 4658126. OLE color: 4658126.
HSL color Cylindrical-coordinate representation of color #CE1347: hue angle of 343.32º degrees, saturation: 0.83, 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 #CE1347 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 71 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.19 |
| HSL | 343.32º | 0.83% | 0.44% | - |
| HSV(B) | 343.32º | 0.91% | 0.81% | - |
| XYZ | 26.82 | 14.04 | 7.26 | - |
| YUV | 80.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 71 | 0 | 0.91 | 0.66 | 0.19 | 343.32 | 0.83 | 0.44 |
| Hex | CE | 13 | 47 | 0 | 5B | 42 | 13 | 157 | 53 | 2C |
| Octal | 316 | 23 | 107 | 0 | 133 | 102 | 23 | 527 | 123 | 54 |
| Binary | 11001110 | 10011 | 1000111 | 0 | 1011011 | 1000010 | 10011 | 101010111 | 1010011 | 101100 |
Color Harmonies of #CE1347
Complementary color
Monochromatic Colors of #CE1347
Black with #CE1347
Text Example
Text Example
White with #CE1347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1347; }
p { color: rgb(206,19,71); }
H1.HeaderClassName
{
color: #CE1347;
}
.AnyTagClassName
{
color: #CE1347;
}
</style>
background-color css
<style>
a { background-color: #CE1347; }
a { background-color: rgb(206,19,71); }
div.DivClassName
{
background-color: #CE1347;
}
.BgClassName
{
background-color: #CE1347;
}
</style>
border-color css
<style>
span { border-color: #CE1347; }
span { border-color: rgb(206,19,71); }
td.TdClassName
{
border-color: #CE1347;
}
.TagClassName
{
border-color: #CE1347;
}
</style>