Shades of Crimson #CE1132
Tints of Crimson #CE1132
RGB
CMYK
RGB Variations
Color information
#CE1132 (or 0xCE1132) is known color: Crimson. HEX triplet: CE, 11 and 32. RGB value is (206,17,50). Sum of RGB (Red+Green+Blue) = 206+17+50=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1132 is #31EECD. Grayscale: #4D4D4D. Windows color (decimal): -3272398 or 3281358. OLE color: 3281358.
HSL color Cylindrical-coordinate representation of color #CE1132: hue angle of 349.52º degrees, saturation: 0.85, 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 #CE1132 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 50 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.19 |
| HSL | 349.52º | 0.85% | 0.44% | - |
| HSV(B) | 349.52º | 0.92% | 0.81% | - |
| XYZ | 26.23 | 13.75 | 4.29 | - |
| YUV | 77.27 | 112.62 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 50 | 0 | 0.92 | 0.76 | 0.19 | 349.52 | 0.85 | 0.44 |
| Hex | CE | 11 | 32 | 0 | 5C | 4C | 13 | 15E | 55 | 2C |
| Octal | 316 | 21 | 62 | 0 | 134 | 114 | 23 | 536 | 125 | 54 |
| Binary | 11001110 | 10001 | 110010 | 0 | 1011100 | 1001100 | 10011 | 101011110 | 1010101 | 101100 |
Color Harmonies of #CE1132
Complementary color
Monochromatic Colors of #CE1132
Black with #CE1132
Text Example
Text Example
White with #CE1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1132; }
p { color: rgb(206,17,50); }
H1.HeaderClassName
{
color: #CE1132;
}
.AnyTagClassName
{
color: #CE1132;
}
</style>
background-color css
<style>
a { background-color: #CE1132; }
a { background-color: rgb(206,17,50); }
div.DivClassName
{
background-color: #CE1132;
}
.BgClassName
{
background-color: #CE1132;
}
</style>
border-color css
<style>
span { border-color: #CE1132; }
span { border-color: rgb(206,17,50); }
td.TdClassName
{
border-color: #CE1132;
}
.TagClassName
{
border-color: #CE1132;
}
</style>