Shades of Crimson #CE123B
Tints of Crimson #CE123B
RGB
CMYK
RGB Variations
Color information
#CE123B (or 0xCE123B) is known color: Crimson. HEX triplet: CE, 12 and 3B. RGB value is (206,18,59). Sum of RGB (Red+Green+Blue) = 206+18+59=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE123B is #31EDC4. Grayscale: #4E4E4E. Windows color (decimal): -3272133 or 3871438. OLE color: 3871438.
HSL color Cylindrical-coordinate representation of color #CE123B: hue angle of 346.91º 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 #CE123B is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 59 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.19 |
| HSL | 346.91º | 0.84% | 0.44% | - |
| HSV(B) | 346.91º | 0.91% | 0.81% | - |
| XYZ | 26.46 | 13.87 | 5.42 | - |
| YUV | 78.89 | 116.78 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 59 | 0 | 0.91 | 0.71 | 0.19 | 346.91 | 0.84 | 0.44 |
| Hex | CE | 12 | 3B | 0 | 5B | 47 | 13 | 15B | 54 | 2C |
| Octal | 316 | 22 | 73 | 0 | 133 | 107 | 23 | 533 | 124 | 54 |
| Binary | 11001110 | 10010 | 111011 | 0 | 1011011 | 1000111 | 10011 | 101011011 | 1010100 | 101100 |
Color Harmonies of #CE123B
Complementary color
Monochromatic Colors of #CE123B
Black with #CE123B
Text Example
Text Example
White with #CE123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE123B; }
p { color: rgb(206,18,59); }
H1.HeaderClassName
{
color: #CE123B;
}
.AnyTagClassName
{
color: #CE123B;
}
</style>
background-color css
<style>
a { background-color: #CE123B; }
a { background-color: rgb(206,18,59); }
div.DivClassName
{
background-color: #CE123B;
}
.BgClassName
{
background-color: #CE123B;
}
</style>
border-color css
<style>
span { border-color: #CE123B; }
span { border-color: rgb(206,18,59); }
td.TdClassName
{
border-color: #CE123B;
}
.TagClassName
{
border-color: #CE123B;
}
</style>