Shades of Crimson #CE0634
Tints of Crimson #CE0634
RGB
CMYK
RGB Variations
Color information
#CE0634 (or 0xCE0634) is known color: Crimson. HEX triplet: CE, 06 and 34. RGB value is (206,6,52). Sum of RGB (Red+Green+Blue) = 206+6+52=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0634 is #31F9CB. Grayscale: #474747. Windows color (decimal): -3275212 or 3409614. OLE color: 3409614.
HSL color Cylindrical-coordinate representation of color #CE0634: hue angle of 346.2º 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 #CE0634 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 52 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.19 |
| HSL | 346.2º | 0.94% | 0.42% | - |
| HSV(B) | 346.2º | 0.97% | 0.81% | - |
| XYZ | 26.14 | 13.5 | 4.48 | - |
| YUV | 71.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 52 | 0 | 0.97 | 0.75 | 0.19 | 346.2 | 0.94 | 0.42 |
| Hex | CE | 6 | 34 | 0 | 61 | 4B | 13 | 15A | 5E | 2A |
| Octal | 316 | 6 | 64 | 0 | 141 | 113 | 23 | 532 | 136 | 52 |
| Binary | 11001110 | 110 | 110100 | 0 | 1100001 | 1001011 | 10011 | 101011010 | 1011110 | 101010 |
Color Harmonies of #CE0634
Complementary color
Monochromatic Colors of #CE0634
Black with #CE0634
Text Example
Text Example
White with #CE0634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0634; }
p { color: rgb(206,6,52); }
H1.HeaderClassName
{
color: #CE0634;
}
.AnyTagClassName
{
color: #CE0634;
}
</style>
background-color css
<style>
a { background-color: #CE0634; }
a { background-color: rgb(206,6,52); }
div.DivClassName
{
background-color: #CE0634;
}
.BgClassName
{
background-color: #CE0634;
}
</style>
border-color css
<style>
span { border-color: #CE0634; }
span { border-color: rgb(206,6,52); }
td.TdClassName
{
border-color: #CE0634;
}
.TagClassName
{
border-color: #CE0634;
}
</style>