Shades of Crimson #CE0631
Tints of Crimson #CE0631
RGB
CMYK
RGB Variations
Color information
#CE0631 (or 0xCE0631) is known color: Crimson. HEX triplet: CE, 06 and 31. RGB value is (206,6,49). Sum of RGB (Red+Green+Blue) = 206+6+49=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0631 is #31F9CE. Grayscale: #464646. Windows color (decimal): -3275215 or 3213006. OLE color: 3213006.
HSL color Cylindrical-coordinate representation of color #CE0631: hue angle of 347.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0631 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.19 |
| HSL | 347.1º | 0.94% | 0.42% | - |
| HSV(B) | 347.1º | 0.97% | 0.81% | - |
| XYZ | 26.07 | 13.47 | 4.13 | - |
| YUV | 70.7 | 115.76 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 49 | 0 | 0.97 | 0.76 | 0.19 | 347.1 | 0.94 | 0.42 |
| Hex | CE | 6 | 31 | 0 | 61 | 4C | 13 | 15B | 5E | 2A |
| Octal | 316 | 6 | 61 | 0 | 141 | 114 | 23 | 533 | 136 | 52 |
| Binary | 11001110 | 110 | 110001 | 0 | 1100001 | 1001100 | 10011 | 101011011 | 1011110 | 101010 |
Color Harmonies of #CE0631
Complementary color
Monochromatic Colors of #CE0631
Black with #CE0631
Text Example
Text Example
White with #CE0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0631; }
p { color: rgb(206,6,49); }
H1.HeaderClassName
{
color: #CE0631;
}
.AnyTagClassName
{
color: #CE0631;
}
</style>
background-color css
<style>
a { background-color: #CE0631; }
a { background-color: rgb(206,6,49); }
div.DivClassName
{
background-color: #CE0631;
}
.BgClassName
{
background-color: #CE0631;
}
</style>
border-color css
<style>
span { border-color: #CE0631; }
span { border-color: rgb(206,6,49); }
td.TdClassName
{
border-color: #CE0631;
}
.TagClassName
{
border-color: #CE0631;
}
</style>