Shades of Crimson #CE0137
Tints of Crimson #CE0137
RGB
CMYK
RGB Variations
Color information
#CE0137 (or 0xCE0137) is known color: Crimson. HEX triplet: CE, 01 and 37. RGB value is (206,1,55). Sum of RGB (Red+Green+Blue) = 206+1+55=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0137 is #31FEC8. Grayscale: #444444. Windows color (decimal): -3276489 or 3604942. OLE color: 3604942.
HSL color Cylindrical-coordinate representation of color #CE0137: hue angle of 344.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0137 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.19 |
| HSL | 344.2º | 0.99% | 0.41% | - |
| HSV(B) | 344.2º | 1% | 0.81% | - |
| XYZ | 26.15 | 13.42 | 4.83 | - |
| YUV | 68.45 | 120.42 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 55 | 0 | 1.00 | 0.73 | 0.19 | 344.2 | 0.99 | 0.41 |
| Hex | CE | 1 | 37 | 0 | 64 | 49 | 13 | 158 | 63 | 29 |
| Octal | 316 | 1 | 67 | 0 | 144 | 111 | 23 | 530 | 143 | 51 |
| Binary | 11001110 | 1 | 110111 | 0 | 1100100 | 1001001 | 10011 | 101011000 | 1100011 | 101001 |
Color Harmonies of #CE0137
Complementary color
Monochromatic Colors of #CE0137
Black with #CE0137
Text Example
Text Example
White with #CE0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0137; }
p { color: rgb(206,1,55); }
H1.HeaderClassName
{
color: #CE0137;
}
.AnyTagClassName
{
color: #CE0137;
}
</style>
background-color css
<style>
a { background-color: #CE0137; }
a { background-color: rgb(206,1,55); }
div.DivClassName
{
background-color: #CE0137;
}
.BgClassName
{
background-color: #CE0137;
}
</style>
border-color css
<style>
span { border-color: #CE0137; }
span { border-color: rgb(206,1,55); }
td.TdClassName
{
border-color: #CE0137;
}
.TagClassName
{
border-color: #CE0137;
}
</style>