Shades of Crimson #CE0440
Tints of Crimson #CE0440
RGB
CMYK
RGB Variations
Color information
#CE0440 (or 0xCE0440) is known color: Crimson. HEX triplet: CE, 04 and 40. RGB value is (206,4,64). Sum of RGB (Red+Green+Blue) = 206+4+64=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0440 is #31FBBF. Grayscale: #474747. Windows color (decimal): -3275712 or 4195534. OLE color: 4195534.
HSL color Cylindrical-coordinate representation of color #CE0440: hue angle of 342.18º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0440 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 64 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.19 |
| HSL | 342.18º | 0.96% | 0.41% | - |
| HSV(B) | 342.18º | 0.98% | 0.81% | - |
| XYZ | 26.42 | 13.58 | 6.08 | - |
| YUV | 71.24 | 123.92 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 64 | 0 | 0.98 | 0.69 | 0.19 | 342.18 | 0.96 | 0.41 |
| Hex | CE | 4 | 40 | 0 | 62 | 45 | 13 | 156 | 60 | 29 |
| Octal | 316 | 4 | 100 | 0 | 142 | 105 | 23 | 526 | 140 | 51 |
| Binary | 11001110 | 100 | 1000000 | 0 | 1100010 | 1000101 | 10011 | 101010110 | 1100000 | 101001 |
Color Harmonies of #CE0440
Complementary color
Monochromatic Colors of #CE0440
Black with #CE0440
Text Example
Text Example
White with #CE0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0440; }
p { color: rgb(206,4,64); }
H1.HeaderClassName
{
color: #CE0440;
}
.AnyTagClassName
{
color: #CE0440;
}
</style>
background-color css
<style>
a { background-color: #CE0440; }
a { background-color: rgb(206,4,64); }
div.DivClassName
{
background-color: #CE0440;
}
.BgClassName
{
background-color: #CE0440;
}
</style>
border-color css
<style>
span { border-color: #CE0440; }
span { border-color: rgb(206,4,64); }
td.TdClassName
{
border-color: #CE0440;
}
.TagClassName
{
border-color: #CE0440;
}
</style>