Shades of Crimson #CE103D
Tints of Crimson #CE103D
RGB
CMYK
RGB Variations
Color information
#CE103D (or 0xCE103D) is known color: Crimson. HEX triplet: CE, 10 and 3D. RGB value is (206,16,61). Sum of RGB (Red+Green+Blue) = 206+16+61=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE103D is #31EFC2. Grayscale: #4D4D4D. Windows color (decimal): -3272643 or 4001998. OLE color: 4001998.
HSL color Cylindrical-coordinate representation of color #CE103D: hue angle of 345.79º 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 #CE103D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.19 |
| HSL | 345.79º | 0.86% | 0.44% | - |
| HSV(B) | 345.79º | 0.92% | 0.81% | - |
| XYZ | 26.48 | 13.83 | 5.69 | - |
| YUV | 77.94 | 118.45 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 61 | 0 | 0.92 | 0.70 | 0.19 | 345.79 | 0.86 | 0.44 |
| Hex | CE | 10 | 3D | 0 | 5C | 46 | 13 | 15A | 56 | 2C |
| Octal | 316 | 20 | 75 | 0 | 134 | 106 | 23 | 532 | 126 | 54 |
| Binary | 11001110 | 10000 | 111101 | 0 | 1011100 | 1000110 | 10011 | 101011010 | 1010110 | 101100 |
Color Harmonies of #CE103D
Complementary color
Monochromatic Colors of #CE103D
Black with #CE103D
Text Example
Text Example
White with #CE103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE103D; }
p { color: rgb(206,16,61); }
H1.HeaderClassName
{
color: #CE103D;
}
.AnyTagClassName
{
color: #CE103D;
}
</style>
background-color css
<style>
a { background-color: #CE103D; }
a { background-color: rgb(206,16,61); }
div.DivClassName
{
background-color: #CE103D;
}
.BgClassName
{
background-color: #CE103D;
}
</style>
border-color css
<style>
span { border-color: #CE103D; }
span { border-color: rgb(206,16,61); }
td.TdClassName
{
border-color: #CE103D;
}
.TagClassName
{
border-color: #CE103D;
}
</style>