Shades of Crimson #CE0A47
Tints of Crimson #CE0A47
RGB
CMYK
RGB Variations
Color information
#CE0A47 (or 0xCE0A47) is known color: Crimson. HEX triplet: CE, 0A and 47. RGB value is (206,10,71). Sum of RGB (Red+Green+Blue) = 206+10+71=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A47 is #31F5B8. Grayscale: #4B4B4B. Windows color (decimal): -3274169 or 4655822. OLE color: 4655822.
HSL color Cylindrical-coordinate representation of color #CE0A47: hue angle of 341.33º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A47 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 71 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.19 |
| HSL | 341.33º | 0.91% | 0.42% | - |
| HSV(B) | 341.33º | 0.95% | 0.81% | - |
| XYZ | 26.7 | 13.79 | 7.22 | - |
| YUV | 75.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 71 | 0 | 0.95 | 0.66 | 0.19 | 341.33 | 0.91 | 0.42 |
| Hex | CE | A | 47 | 0 | 5F | 42 | 13 | 155 | 5B | 2A |
| Octal | 316 | 12 | 107 | 0 | 137 | 102 | 23 | 525 | 133 | 52 |
| Binary | 11001110 | 1010 | 1000111 | 0 | 1011111 | 1000010 | 10011 | 101010101 | 1011011 | 101010 |
Color Harmonies of #CE0A47
Complementary color
Monochromatic Colors of #CE0A47
Black with #CE0A47
Text Example
Text Example
White with #CE0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A47; }
p { color: rgb(206,10,71); }
H1.HeaderClassName
{
color: #CE0A47;
}
.AnyTagClassName
{
color: #CE0A47;
}
</style>
background-color css
<style>
a { background-color: #CE0A47; }
a { background-color: rgb(206,10,71); }
div.DivClassName
{
background-color: #CE0A47;
}
.BgClassName
{
background-color: #CE0A47;
}
</style>
border-color css
<style>
span { border-color: #CE0A47; }
span { border-color: rgb(206,10,71); }
td.TdClassName
{
border-color: #CE0A47;
}
.TagClassName
{
border-color: #CE0A47;
}
</style>