Shades of Crimson #CE0947
Tints of Crimson #CE0947
RGB
CMYK
RGB Variations
Color information
#CE0947 (or 0xCE0947) is known color: Crimson. HEX triplet: CE, 09 and 47. RGB value is (206,9,71). Sum of RGB (Red+Green+Blue) = 206+9+71=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0947 is #31F6B8. Grayscale: #4A4A4A. Windows color (decimal): -3274425 or 4655566. OLE color: 4655566.
HSL color Cylindrical-coordinate representation of color #CE0947: hue angle of 341.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0947 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.19 |
| HSL | 341.12º | 0.92% | 0.42% | - |
| HSV(B) | 341.12º | 0.96% | 0.81% | - |
| XYZ | 26.69 | 13.77 | 7.21 | - |
| YUV | 74.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 71 | 0 | 0.96 | 0.66 | 0.19 | 341.12 | 0.92 | 0.42 |
| Hex | CE | 9 | 47 | 0 | 60 | 42 | 13 | 155 | 5C | 2A |
| Octal | 316 | 11 | 107 | 0 | 140 | 102 | 23 | 525 | 134 | 52 |
| Binary | 11001110 | 1001 | 1000111 | 0 | 1100000 | 1000010 | 10011 | 101010101 | 1011100 | 101010 |
Color Harmonies of #CE0947
Complementary color
Monochromatic Colors of #CE0947
Black with #CE0947
Text Example
Text Example
White with #CE0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0947; }
p { color: rgb(206,9,71); }
H1.HeaderClassName
{
color: #CE0947;
}
.AnyTagClassName
{
color: #CE0947;
}
</style>
background-color css
<style>
a { background-color: #CE0947; }
a { background-color: rgb(206,9,71); }
div.DivClassName
{
background-color: #CE0947;
}
.BgClassName
{
background-color: #CE0947;
}
</style>
border-color css
<style>
span { border-color: #CE0947; }
span { border-color: rgb(206,9,71); }
td.TdClassName
{
border-color: #CE0947;
}
.TagClassName
{
border-color: #CE0947;
}
</style>