Shades of Crimson #CE123A
Tints of Crimson #CE123A
RGB
CMYK
RGB Variations
Color information
#CE123A (or 0xCE123A) is known color: Crimson. HEX triplet: CE, 12 and 3A. RGB value is (206,18,58). Sum of RGB (Red+Green+Blue) = 206+18+58=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE123A is #31EDC5. Grayscale: #4E4E4E. Windows color (decimal): -3272134 or 3805902. OLE color: 3805902.
HSL color Cylindrical-coordinate representation of color #CE123A: hue angle of 347.23º 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 #CE123A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 58 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.19 |
| HSL | 347.23º | 0.84% | 0.44% | - |
| HSV(B) | 347.23º | 0.91% | 0.81% | - |
| XYZ | 26.43 | 13.86 | 5.29 | - |
| YUV | 78.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 58 | 0 | 0.91 | 0.72 | 0.19 | 347.23 | 0.84 | 0.44 |
| Hex | CE | 12 | 3A | 0 | 5B | 48 | 13 | 15B | 54 | 2C |
| Octal | 316 | 22 | 72 | 0 | 133 | 110 | 23 | 533 | 124 | 54 |
| Binary | 11001110 | 10010 | 111010 | 0 | 1011011 | 1001000 | 10011 | 101011011 | 1010100 | 101100 |
Color Harmonies of #CE123A
Complementary color
Monochromatic Colors of #CE123A
Black with #CE123A
Text Example
Text Example
White with #CE123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE123A; }
p { color: rgb(206,18,58); }
H1.HeaderClassName
{
color: #CE123A;
}
.AnyTagClassName
{
color: #CE123A;
}
</style>
background-color css
<style>
a { background-color: #CE123A; }
a { background-color: rgb(206,18,58); }
div.DivClassName
{
background-color: #CE123A;
}
.BgClassName
{
background-color: #CE123A;
}
</style>
border-color css
<style>
span { border-color: #CE123A; }
span { border-color: rgb(206,18,58); }
td.TdClassName
{
border-color: #CE123A;
}
.TagClassName
{
border-color: #CE123A;
}
</style>