Shades of Crimson #CE0637
Tints of Crimson #CE0637
RGB
CMYK
RGB Variations
Color information
#CE0637 (or 0xCE0637) is known color: Crimson. HEX triplet: CE, 06 and 37. RGB value is (206,6,55). Sum of RGB (Red+Green+Blue) = 206+6+55=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0637 is #31F9C8. Grayscale: #474747. Windows color (decimal): -3275209 or 3606222. OLE color: 3606222.
HSL color Cylindrical-coordinate representation of color #CE0637: hue angle of 345.3º 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 #CE0637 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.19 |
| HSL | 345.3º | 0.94% | 0.42% | - |
| HSV(B) | 345.3º | 0.97% | 0.81% | - |
| XYZ | 26.21 | 13.53 | 4.84 | - |
| YUV | 71.39 | 118.76 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 55 | 0 | 0.97 | 0.73 | 0.19 | 345.3 | 0.94 | 0.42 |
| Hex | CE | 6 | 37 | 0 | 61 | 49 | 13 | 159 | 5E | 2A |
| Octal | 316 | 6 | 67 | 0 | 141 | 111 | 23 | 531 | 136 | 52 |
| Binary | 11001110 | 110 | 110111 | 0 | 1100001 | 1001001 | 10011 | 101011001 | 1011110 | 101010 |
Color Harmonies of #CE0637
Complementary color
Monochromatic Colors of #CE0637
Black with #CE0637
Text Example
Text Example
White with #CE0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0637; }
p { color: rgb(206,6,55); }
H1.HeaderClassName
{
color: #CE0637;
}
.AnyTagClassName
{
color: #CE0637;
}
</style>
background-color css
<style>
a { background-color: #CE0637; }
a { background-color: rgb(206,6,55); }
div.DivClassName
{
background-color: #CE0637;
}
.BgClassName
{
background-color: #CE0637;
}
</style>
border-color css
<style>
span { border-color: #CE0637; }
span { border-color: rgb(206,6,55); }
td.TdClassName
{
border-color: #CE0637;
}
.TagClassName
{
border-color: #CE0637;
}
</style>