Shades of Crimson #CE0C47
Tints of Crimson #CE0C47
RGB
CMYK
RGB Variations
Color information
#CE0C47 (or 0xCE0C47) is known color: Crimson. HEX triplet: CE, 0C and 47. RGB value is (206,12,71). Sum of RGB (Red+Green+Blue) = 206+12+71=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C47 is #31F3B8. Grayscale: #4C4C4C. Windows color (decimal): -3273657 or 4656334. OLE color: 4656334.
HSL color Cylindrical-coordinate representation of color #CE0C47: hue angle of 341.75º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C47 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 71 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.19 |
| HSL | 341.75º | 0.89% | 0.43% | - |
| HSV(B) | 341.75º | 0.94% | 0.81% | - |
| XYZ | 26.72 | 13.84 | 7.22 | - |
| YUV | 76.73 | 124.77 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 71 | 0 | 0.94 | 0.66 | 0.19 | 341.75 | 0.89 | 0.43 |
| Hex | CE | C | 47 | 0 | 5E | 42 | 13 | 156 | 59 | 2B |
| Octal | 316 | 14 | 107 | 0 | 136 | 102 | 23 | 526 | 131 | 53 |
| Binary | 11001110 | 1100 | 1000111 | 0 | 1011110 | 1000010 | 10011 | 101010110 | 1011001 | 101011 |
Color Harmonies of #CE0C47
Complementary color
Monochromatic Colors of #CE0C47
Black with #CE0C47
Text Example
Text Example
White with #CE0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C47; }
p { color: rgb(206,12,71); }
H1.HeaderClassName
{
color: #CE0C47;
}
.AnyTagClassName
{
color: #CE0C47;
}
</style>
background-color css
<style>
a { background-color: #CE0C47; }
a { background-color: rgb(206,12,71); }
div.DivClassName
{
background-color: #CE0C47;
}
.BgClassName
{
background-color: #CE0C47;
}
</style>
border-color css
<style>
span { border-color: #CE0C47; }
span { border-color: rgb(206,12,71); }
td.TdClassName
{
border-color: #CE0C47;
}
.TagClassName
{
border-color: #CE0C47;
}
</style>