Shades of Crimson #CE194F
Tints of Crimson #CE194F
RGB
CMYK
RGB Variations
Color information
#CE194F (or 0xCE194F) is known color: Crimson. HEX triplet: CE, 19 and 4F. RGB value is (206,25,79). Sum of RGB (Red+Green+Blue) = 206+25+79=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE194F is #31E6B0. Grayscale: #555555. Windows color (decimal): -3270321 or 5183950. OLE color: 5183950.
HSL color Cylindrical-coordinate representation of color #CE194F: hue angle of 342.1º 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 #CE194F is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 79 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.19 |
| HSL | 342.1º | 0.78% | 0.45% | - |
| HSV(B) | 342.1º | 0.88% | 0.81% | - |
| XYZ | 27.21 | 14.38 | 8.74 | - |
| YUV | 85.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 79 | 0 | 0.88 | 0.62 | 0.19 | 342.1 | 0.78 | 0.45 |
| Hex | CE | 19 | 4F | 0 | 58 | 3E | 13 | 156 | 4E | 2D |
| Octal | 316 | 31 | 117 | 0 | 130 | 76 | 23 | 526 | 116 | 55 |
| Binary | 11001110 | 11001 | 1001111 | 0 | 1011000 | 111110 | 10011 | 101010110 | 1001110 | 101101 |
Color Harmonies of #CE194F
Complementary color
Monochromatic Colors of #CE194F
Black with #CE194F
Text Example
Text Example
White with #CE194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE194F; }
p { color: rgb(206,25,79); }
H1.HeaderClassName
{
color: #CE194F;
}
.AnyTagClassName
{
color: #CE194F;
}
</style>
background-color css
<style>
a { background-color: #CE194F; }
a { background-color: rgb(206,25,79); }
div.DivClassName
{
background-color: #CE194F;
}
.BgClassName
{
background-color: #CE194F;
}
</style>
border-color css
<style>
span { border-color: #CE194F; }
span { border-color: rgb(206,25,79); }
td.TdClassName
{
border-color: #CE194F;
}
.TagClassName
{
border-color: #CE194F;
}
</style>