Shades of Crimson #CE104D
Tints of Crimson #CE104D
RGB
CMYK
RGB Variations
Color information
#CE104D (or 0xCE104D) is known color: Crimson. HEX triplet: CE, 10 and 4D. RGB value is (206,16,77). Sum of RGB (Red+Green+Blue) = 206+16+77=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE104D is #31EFB2. Grayscale: #4F4F4F. Windows color (decimal): -3272627 or 5050574. OLE color: 5050574.
HSL color Cylindrical-coordinate representation of color #CE104D: hue angle of 340.74º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE104D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 77 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.19 |
| HSL | 340.74º | 0.86% | 0.44% | - |
| HSV(B) | 340.74º | 0.92% | 0.81% | - |
| XYZ | 26.98 | 14.03 | 8.31 | - |
| YUV | 79.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 77 | 0 | 0.92 | 0.63 | 0.19 | 340.74 | 0.86 | 0.44 |
| Hex | CE | 10 | 4D | 0 | 5C | 3F | 13 | 155 | 56 | 2C |
| Octal | 316 | 20 | 115 | 0 | 134 | 77 | 23 | 525 | 126 | 54 |
| Binary | 11001110 | 10000 | 1001101 | 0 | 1011100 | 111111 | 10011 | 101010101 | 1010110 | 101100 |
Color Harmonies of #CE104D
Complementary color
Monochromatic Colors of #CE104D
Black with #CE104D
Text Example
Text Example
White with #CE104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE104D; }
p { color: rgb(206,16,77); }
H1.HeaderClassName
{
color: #CE104D;
}
.AnyTagClassName
{
color: #CE104D;
}
</style>
background-color css
<style>
a { background-color: #CE104D; }
a { background-color: rgb(206,16,77); }
div.DivClassName
{
background-color: #CE104D;
}
.BgClassName
{
background-color: #CE104D;
}
</style>
border-color css
<style>
span { border-color: #CE104D; }
span { border-color: rgb(206,16,77); }
td.TdClassName
{
border-color: #CE104D;
}
.TagClassName
{
border-color: #CE104D;
}
</style>