Shades of Crimson #CE043F
Tints of Crimson #CE043F
RGB
CMYK
RGB Variations
Color information
#CE043F (or 0xCE043F) is known color: Crimson. HEX triplet: CE, 04 and 3F. RGB value is (206,4,63). Sum of RGB (Red+Green+Blue) = 206+4+63=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE043F is #31FBC0. Grayscale: #474747. Windows color (decimal): -3275713 or 4129998. OLE color: 4129998.
HSL color Cylindrical-coordinate representation of color #CE043F: hue angle of 342.48º 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 #CE043F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.19 |
| HSL | 342.48º | 0.96% | 0.41% | - |
| HSV(B) | 342.48º | 0.98% | 0.81% | - |
| XYZ | 26.39 | 13.57 | 5.93 | - |
| YUV | 71.12 | 123.42 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 63 | 0 | 0.98 | 0.69 | 0.19 | 342.48 | 0.96 | 0.41 |
| Hex | CE | 4 | 3F | 0 | 62 | 45 | 13 | 156 | 60 | 29 |
| Octal | 316 | 4 | 77 | 0 | 142 | 105 | 23 | 526 | 140 | 51 |
| Binary | 11001110 | 100 | 111111 | 0 | 1100010 | 1000101 | 10011 | 101010110 | 1100000 | 101001 |
Color Harmonies of #CE043F
Complementary color
Monochromatic Colors of #CE043F
Black with #CE043F
Text Example
Text Example
White with #CE043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE043F; }
p { color: rgb(206,4,63); }
H1.HeaderClassName
{
color: #CE043F;
}
.AnyTagClassName
{
color: #CE043F;
}
</style>
background-color css
<style>
a { background-color: #CE043F; }
a { background-color: rgb(206,4,63); }
div.DivClassName
{
background-color: #CE043F;
}
.BgClassName
{
background-color: #CE043F;
}
</style>
border-color css
<style>
span { border-color: #CE043F; }
span { border-color: rgb(206,4,63); }
td.TdClassName
{
border-color: #CE043F;
}
.TagClassName
{
border-color: #CE043F;
}
</style>