Shades of Crimson #CE1337
Tints of Crimson #CE1337
RGB
CMYK
RGB Variations
Color information
#CE1337 (or 0xCE1337) is known color: Crimson. HEX triplet: CE, 13 and 37. RGB value is (206,19,55). Sum of RGB (Red+Green+Blue) = 206+19+55=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1337 is #31ECC8. Grayscale: #4F4F4F. Windows color (decimal): -3271881 or 3609550. OLE color: 3609550.
HSL color Cylindrical-coordinate representation of color #CE1337: hue angle of 348.45º degrees, saturation: 0.83, 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 #CE1337 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 55 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.19 |
| HSL | 348.45º | 0.83% | 0.44% | - |
| HSV(B) | 348.45º | 0.91% | 0.81% | - |
| XYZ | 26.38 | 13.86 | 4.9 | - |
| YUV | 79.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 55 | 0 | 0.91 | 0.73 | 0.19 | 348.45 | 0.83 | 0.44 |
| Hex | CE | 13 | 37 | 0 | 5B | 49 | 13 | 15C | 53 | 2C |
| Octal | 316 | 23 | 67 | 0 | 133 | 111 | 23 | 534 | 123 | 54 |
| Binary | 11001110 | 10011 | 110111 | 0 | 1011011 | 1001001 | 10011 | 101011100 | 1010011 | 101100 |
Color Harmonies of #CE1337
Complementary color
Monochromatic Colors of #CE1337
Black with #CE1337
Text Example
Text Example
White with #CE1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1337; }
p { color: rgb(206,19,55); }
H1.HeaderClassName
{
color: #CE1337;
}
.AnyTagClassName
{
color: #CE1337;
}
</style>
background-color css
<style>
a { background-color: #CE1337; }
a { background-color: rgb(206,19,55); }
div.DivClassName
{
background-color: #CE1337;
}
.BgClassName
{
background-color: #CE1337;
}
</style>
border-color css
<style>
span { border-color: #CE1337; }
span { border-color: rgb(206,19,55); }
td.TdClassName
{
border-color: #CE1337;
}
.TagClassName
{
border-color: #CE1337;
}
</style>