Shades of Crimson #CE0040
Tints of Crimson #CE0040
RGB
CMYK
RGB Variations
Color information
#CE0040 (or 0xCE0040) is known color: Crimson. HEX triplet: CE, 00 and 40. RGB value is (206,0,64). Sum of RGB (Red+Green+Blue) = 206+0+64=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0040 is #31FFBF. Grayscale: #444444. Windows color (decimal): -3276736 or 4194510. OLE color: 4194510.
HSL color Cylindrical-coordinate representation of color #CE0040: hue angle of 341.36º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0040 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.69 | 0.19 |
| HSL | 341.36º | 1% | 0.4% | - |
| HSV(B) | 341.36º | 1% | 0.81% | - |
| XYZ | 26.38 | 13.49 | 6.06 | - |
| YUV | 68.89 | 125.25 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 64 | 0 | 1 | 0.69 | 0.19 | 341.36 | 1 | 0.4 |
| Hex | CE | 0 | 40 | 0 | 64 | 45 | 13 | 155 | 64 | 28 |
| Octal | 316 | 0 | 100 | 0 | 144 | 105 | 23 | 525 | 144 | 50 |
| Binary | 11001110 | 0 | 1000000 | 0 | 1100100 | 1000101 | 10011 | 101010101 | 1100100 | 101000 |
Color Harmonies of #CE0040
Complementary color
Monochromatic Colors of #CE0040
Black with #CE0040
Text Example
Text Example
White with #CE0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0040; }
p { color: rgb(206,0,64); }
H1.HeaderClassName
{
color: #CE0040;
}
.AnyTagClassName
{
color: #CE0040;
}
</style>
background-color css
<style>
a { background-color: #CE0040; }
a { background-color: rgb(206,0,64); }
div.DivClassName
{
background-color: #CE0040;
}
.BgClassName
{
background-color: #CE0040;
}
</style>
border-color css
<style>
span { border-color: #CE0040; }
span { border-color: rgb(206,0,64); }
td.TdClassName
{
border-color: #CE0040;
}
.TagClassName
{
border-color: #CE0040;
}
</style>