Shades of Crimson #CE194E
Tints of Crimson #CE194E
RGB
CMYK
RGB Variations
Color information
#CE194E (or 0xCE194E) is known color: Crimson. HEX triplet: CE, 19 and 4E. RGB value is (206,25,78). Sum of RGB (Red+Green+Blue) = 206+25+78=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE194E is #31E6B1. Grayscale: #555555. Windows color (decimal): -3270322 or 5118414. OLE color: 5118414.
HSL color Cylindrical-coordinate representation of color #CE194E: hue angle of 342.43º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE194E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 78 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.19 |
| HSL | 342.43º | 0.78% | 0.45% | - |
| HSV(B) | 342.43º | 0.88% | 0.81% | - |
| XYZ | 27.18 | 14.37 | 8.55 | - |
| YUV | 85.16 | 123.97 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 78 | 0 | 0.88 | 0.62 | 0.19 | 342.43 | 0.78 | 0.45 |
| Hex | CE | 19 | 4E | 0 | 58 | 3E | 13 | 156 | 4E | 2D |
| Octal | 316 | 31 | 116 | 0 | 130 | 76 | 23 | 526 | 116 | 55 |
| Binary | 11001110 | 11001 | 1001110 | 0 | 1011000 | 111110 | 10011 | 101010110 | 1001110 | 101101 |
Color Harmonies of #CE194E
Complementary color
Monochromatic Colors of #CE194E
Black with #CE194E
Text Example
Text Example
White with #CE194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE194E; }
p { color: rgb(206,25,78); }
H1.HeaderClassName
{
color: #CE194E;
}
.AnyTagClassName
{
color: #CE194E;
}
</style>
background-color css
<style>
a { background-color: #CE194E; }
a { background-color: rgb(206,25,78); }
div.DivClassName
{
background-color: #CE194E;
}
.BgClassName
{
background-color: #CE194E;
}
</style>
border-color css
<style>
span { border-color: #CE194E; }
span { border-color: rgb(206,25,78); }
td.TdClassName
{
border-color: #CE194E;
}
.TagClassName
{
border-color: #CE194E;
}
</style>