Shades of Crimson #CE123D
Tints of Crimson #CE123D
RGB
CMYK
RGB Variations
Color information
#CE123D (or 0xCE123D) is known color: Crimson. HEX triplet: CE, 12 and 3D. RGB value is (206,18,61). Sum of RGB (Red+Green+Blue) = 206+18+61=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE123D is #31EDC2. Grayscale: #4F4F4F. Windows color (decimal): -3272131 or 4002510. OLE color: 4002510.
HSL color Cylindrical-coordinate representation of color #CE123D: hue angle of 346.28º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE123D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.19 |
| HSL | 346.28º | 0.84% | 0.44% | - |
| HSV(B) | 346.28º | 0.91% | 0.81% | - |
| XYZ | 26.51 | 13.89 | 5.7 | - |
| YUV | 79.11 | 117.78 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 61 | 0 | 0.91 | 0.70 | 0.19 | 346.28 | 0.84 | 0.44 |
| Hex | CE | 12 | 3D | 0 | 5B | 46 | 13 | 15A | 54 | 2C |
| Octal | 316 | 22 | 75 | 0 | 133 | 106 | 23 | 532 | 124 | 54 |
| Binary | 11001110 | 10010 | 111101 | 0 | 1011011 | 1000110 | 10011 | 101011010 | 1010100 | 101100 |
Color Harmonies of #CE123D
Complementary color
Monochromatic Colors of #CE123D
Black with #CE123D
Text Example
Text Example
White with #CE123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE123D; }
p { color: rgb(206,18,61); }
H1.HeaderClassName
{
color: #CE123D;
}
.AnyTagClassName
{
color: #CE123D;
}
</style>
background-color css
<style>
a { background-color: #CE123D; }
a { background-color: rgb(206,18,61); }
div.DivClassName
{
background-color: #CE123D;
}
.BgClassName
{
background-color: #CE123D;
}
</style>
border-color css
<style>
span { border-color: #CE123D; }
span { border-color: rgb(206,18,61); }
td.TdClassName
{
border-color: #CE123D;
}
.TagClassName
{
border-color: #CE123D;
}
</style>