Shades of Crimson #CE0641
Tints of Crimson #CE0641
RGB
CMYK
RGB Variations
Color information
#CE0641 (or 0xCE0641) is known color: Crimson. HEX triplet: CE, 06 and 41. RGB value is (206,6,65). Sum of RGB (Red+Green+Blue) = 206+6+65=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0641 is #31F9BE. Grayscale: #484848. Windows color (decimal): -3275199 or 4261582. OLE color: 4261582.
HSL color Cylindrical-coordinate representation of color #CE0641: hue angle of 342.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 #CE0641 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 65 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.19 |
| HSL | 342.3º | 0.94% | 0.42% | - |
| HSV(B) | 342.3º | 0.97% | 0.81% | - |
| XYZ | 26.47 | 13.63 | 6.24 | - |
| YUV | 72.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 65 | 0 | 0.97 | 0.68 | 0.19 | 342.3 | 0.94 | 0.42 |
| Hex | CE | 6 | 41 | 0 | 61 | 44 | 13 | 156 | 5E | 2A |
| Octal | 316 | 6 | 101 | 0 | 141 | 104 | 23 | 526 | 136 | 52 |
| Binary | 11001110 | 110 | 1000001 | 0 | 1100001 | 1000100 | 10011 | 101010110 | 1011110 | 101010 |
Color Harmonies of #CE0641
Complementary color
Monochromatic Colors of #CE0641
Black with #CE0641
Text Example
Text Example
White with #CE0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0641; }
p { color: rgb(206,6,65); }
H1.HeaderClassName
{
color: #CE0641;
}
.AnyTagClassName
{
color: #CE0641;
}
</style>
background-color css
<style>
a { background-color: #CE0641; }
a { background-color: rgb(206,6,65); }
div.DivClassName
{
background-color: #CE0641;
}
.BgClassName
{
background-color: #CE0641;
}
</style>
border-color css
<style>
span { border-color: #CE0641; }
span { border-color: rgb(206,6,65); }
td.TdClassName
{
border-color: #CE0641;
}
.TagClassName
{
border-color: #CE0641;
}
</style>