Shades of Crimson #CE0547
Tints of Crimson #CE0547
RGB
CMYK
RGB Variations
Color information
#CE0547 (or 0xCE0547) is known color: Crimson. HEX triplet: CE, 05 and 47. RGB value is (206,5,71). Sum of RGB (Red+Green+Blue) = 206+5+71=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0547 is #31FAB8. Grayscale: #484848. Windows color (decimal): -3275449 or 4654542. OLE color: 4654542.
HSL color Cylindrical-coordinate representation of color #CE0547: hue angle of 340.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0547 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.19 |
| HSL | 340.3º | 0.95% | 0.41% | - |
| HSV(B) | 340.3º | 0.98% | 0.81% | - |
| XYZ | 26.65 | 13.69 | 7.2 | - |
| YUV | 72.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 71 | 0 | 0.98 | 0.66 | 0.19 | 340.3 | 0.95 | 0.41 |
| Hex | CE | 5 | 47 | 0 | 62 | 42 | 13 | 154 | 5F | 29 |
| Octal | 316 | 5 | 107 | 0 | 142 | 102 | 23 | 524 | 137 | 51 |
| Binary | 11001110 | 101 | 1000111 | 0 | 1100010 | 1000010 | 10011 | 101010100 | 1011111 | 101001 |
Color Harmonies of #CE0547
Complementary color
Monochromatic Colors of #CE0547
Black with #CE0547
Text Example
Text Example
White with #CE0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0547; }
p { color: rgb(206,5,71); }
H1.HeaderClassName
{
color: #CE0547;
}
.AnyTagClassName
{
color: #CE0547;
}
</style>
background-color css
<style>
a { background-color: #CE0547; }
a { background-color: rgb(206,5,71); }
div.DivClassName
{
background-color: #CE0547;
}
.BgClassName
{
background-color: #CE0547;
}
</style>
border-color css
<style>
span { border-color: #CE0547; }
span { border-color: rgb(206,5,71); }
td.TdClassName
{
border-color: #CE0547;
}
.TagClassName
{
border-color: #CE0547;
}
</style>