Shades of Crimson #CE1336
Tints of Crimson #CE1336
RGB
CMYK
RGB Variations
Color information
#CE1336 (or 0xCE1336) is known color: Crimson. HEX triplet: CE, 13 and 36. RGB value is (206,19,54). Sum of RGB (Red+Green+Blue) = 206+19+54=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1336 is #31ECC9. Grayscale: #4E4E4E. Windows color (decimal): -3271882 or 3544014. OLE color: 3544014.
HSL color Cylindrical-coordinate representation of color #CE1336: hue angle of 348.77º 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 #CE1336 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 54 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.19 |
| HSL | 348.77º | 0.83% | 0.44% | - |
| HSV(B) | 348.77º | 0.91% | 0.81% | - |
| XYZ | 26.35 | 13.85 | 4.78 | - |
| YUV | 78.9 | 113.95 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 54 | 0 | 0.91 | 0.74 | 0.19 | 348.77 | 0.83 | 0.44 |
| Hex | CE | 13 | 36 | 0 | 5B | 4A | 13 | 15D | 53 | 2C |
| Octal | 316 | 23 | 66 | 0 | 133 | 112 | 23 | 535 | 123 | 54 |
| Binary | 11001110 | 10011 | 110110 | 0 | 1011011 | 1001010 | 10011 | 101011101 | 1010011 | 101100 |
Color Harmonies of #CE1336
Complementary color
Monochromatic Colors of #CE1336
Black with #CE1336
Text Example
Text Example
White with #CE1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1336; }
p { color: rgb(206,19,54); }
H1.HeaderClassName
{
color: #CE1336;
}
.AnyTagClassName
{
color: #CE1336;
}
</style>
background-color css
<style>
a { background-color: #CE1336; }
a { background-color: rgb(206,19,54); }
div.DivClassName
{
background-color: #CE1336;
}
.BgClassName
{
background-color: #CE1336;
}
</style>
border-color css
<style>
span { border-color: #CE1336; }
span { border-color: rgb(206,19,54); }
td.TdClassName
{
border-color: #CE1336;
}
.TagClassName
{
border-color: #CE1336;
}
</style>