Shades of Crimson #CE113A
Tints of Crimson #CE113A
RGB
CMYK
RGB Variations
Color information
#CE113A (or 0xCE113A) is known color: Crimson. HEX triplet: CE, 11 and 3A. RGB value is (206,17,58). Sum of RGB (Red+Green+Blue) = 206+17+58=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE113A is #31EEC5. Grayscale: #4E4E4E. Windows color (decimal): -3272390 or 3805646. OLE color: 3805646.
HSL color Cylindrical-coordinate representation of color #CE113A: hue angle of 346.98º 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 #CE113A is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.19 |
| HSL | 346.98º | 0.85% | 0.44% | - |
| HSV(B) | 346.98º | 0.92% | 0.81% | - |
| XYZ | 26.42 | 13.83 | 5.28 | - |
| YUV | 78.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 58 | 0 | 0.92 | 0.72 | 0.19 | 346.98 | 0.85 | 0.44 |
| Hex | CE | 11 | 3A | 0 | 5C | 48 | 13 | 15B | 55 | 2C |
| Octal | 316 | 21 | 72 | 0 | 134 | 110 | 23 | 533 | 125 | 54 |
| Binary | 11001110 | 10001 | 111010 | 0 | 1011100 | 1001000 | 10011 | 101011011 | 1010101 | 101100 |
Color Harmonies of #CE113A
Complementary color
Monochromatic Colors of #CE113A
Black with #CE113A
Text Example
Text Example
White with #CE113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE113A; }
p { color: rgb(206,17,58); }
H1.HeaderClassName
{
color: #CE113A;
}
.AnyTagClassName
{
color: #CE113A;
}
</style>
background-color css
<style>
a { background-color: #CE113A; }
a { background-color: rgb(206,17,58); }
div.DivClassName
{
background-color: #CE113A;
}
.BgClassName
{
background-color: #CE113A;
}
</style>
border-color css
<style>
span { border-color: #CE113A; }
span { border-color: rgb(206,17,58); }
td.TdClassName
{
border-color: #CE113A;
}
.TagClassName
{
border-color: #CE113A;
}
</style>