Shades of Crimson #CE164A
Tints of Crimson #CE164A
RGB
CMYK
RGB Variations
Color information
#CE164A (or 0xCE164A) is known color: Crimson. HEX triplet: CE, 16 and 4A. RGB value is (206,22,74). Sum of RGB (Red+Green+Blue) = 206+22+74=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE164A is #31E9B5. Grayscale: #525252. Windows color (decimal): -3271094 or 4855502. OLE color: 4855502.
HSL color Cylindrical-coordinate representation of color #CE164A: hue angle of 343.04º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE164A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 74 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.19 |
| HSL | 343.04º | 0.81% | 0.45% | - |
| HSV(B) | 343.04º | 0.89% | 0.81% | - |
| XYZ | 26.98 | 14.19 | 7.8 | - |
| YUV | 82.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 74 | 0 | 0.89 | 0.64 | 0.19 | 343.04 | 0.81 | 0.45 |
| Hex | CE | 16 | 4A | 0 | 59 | 40 | 13 | 157 | 51 | 2D |
| Octal | 316 | 26 | 112 | 0 | 131 | 100 | 23 | 527 | 121 | 55 |
| Binary | 11001110 | 10110 | 1001010 | 0 | 1011001 | 1000000 | 10011 | 101010111 | 1010001 | 101101 |
Color Harmonies of #CE164A
Complementary color
Monochromatic Colors of #CE164A
Black with #CE164A
Text Example
Text Example
White with #CE164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE164A; }
p { color: rgb(206,22,74); }
H1.HeaderClassName
{
color: #CE164A;
}
.AnyTagClassName
{
color: #CE164A;
}
</style>
background-color css
<style>
a { background-color: #CE164A; }
a { background-color: rgb(206,22,74); }
div.DivClassName
{
background-color: #CE164A;
}
.BgClassName
{
background-color: #CE164A;
}
</style>
border-color css
<style>
span { border-color: #CE164A; }
span { border-color: rgb(206,22,74); }
td.TdClassName
{
border-color: #CE164A;
}
.TagClassName
{
border-color: #CE164A;
}
</style>