Shades of Crimson #CE184D
Tints of Crimson #CE184D
RGB
CMYK
RGB Variations
Color information
#CE184D (or 0xCE184D) is known color: Crimson. HEX triplet: CE, 18 and 4D. RGB value is (206,24,77). Sum of RGB (Red+Green+Blue) = 206+24+77=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE184D is #31E7B2. Grayscale: #545454. Windows color (decimal): -3270579 or 5052622. OLE color: 5052622.
HSL color Cylindrical-coordinate representation of color #CE184D: hue angle of 342.53º degrees, saturation: 0.79, 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 #CE184D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 77 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.19 |
| HSL | 342.53º | 0.79% | 0.45% | - |
| HSV(B) | 342.53º | 0.88% | 0.81% | - |
| XYZ | 27.12 | 14.31 | 8.35 | - |
| YUV | 84.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 77 | 0 | 0.88 | 0.63 | 0.19 | 342.53 | 0.79 | 0.45 |
| Hex | CE | 18 | 4D | 0 | 58 | 3F | 13 | 157 | 4F | 2D |
| Octal | 316 | 30 | 115 | 0 | 130 | 77 | 23 | 527 | 117 | 55 |
| Binary | 11001110 | 11000 | 1001101 | 0 | 1011000 | 111111 | 10011 | 101010111 | 1001111 | 101101 |
Color Harmonies of #CE184D
Complementary color
Monochromatic Colors of #CE184D
Black with #CE184D
Text Example
Text Example
White with #CE184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE184D; }
p { color: rgb(206,24,77); }
H1.HeaderClassName
{
color: #CE184D;
}
.AnyTagClassName
{
color: #CE184D;
}
</style>
background-color css
<style>
a { background-color: #CE184D; }
a { background-color: rgb(206,24,77); }
div.DivClassName
{
background-color: #CE184D;
}
.BgClassName
{
background-color: #CE184D;
}
</style>
border-color css
<style>
span { border-color: #CE184D; }
span { border-color: rgb(206,24,77); }
td.TdClassName
{
border-color: #CE184D;
}
.TagClassName
{
border-color: #CE184D;
}
</style>