Shades of Brick Red #CE324D
Tints of Brick Red #CE324D
RGB
CMYK
RGB Variations
Color information
#CE324D (or 0xCE324D) is known color: Brick Red. HEX triplet: CE, 32 and 4D. RGB value is (206,50,77). Sum of RGB (Red+Green+Blue) = 206+50+77=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE324D is #31CDB2. Grayscale: #636363. Windows color (decimal): -3263923 or 5059278. OLE color: 5059278.
HSL color Cylindrical-coordinate representation of color #CE324D: hue angle of 349.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE324D is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 77 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.19 |
| HSL | 349.62º | 0.61% | 0.5% | - |
| HSV(B) | 349.62º | 0.76% | 0.81% | - |
| XYZ | 27.93 | 15.94 | 8.63 | - |
| YUV | 99.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 77 | 0 | 0.76 | 0.63 | 0.19 | 349.62 | 0.61 | 0.5 |
| Hex | CE | 32 | 4D | 0 | 4C | 3F | 13 | 15E | 3D | 32 |
| Octal | 316 | 62 | 115 | 0 | 114 | 77 | 23 | 536 | 75 | 62 |
| Binary | 11001110 | 110010 | 1001101 | 0 | 1001100 | 111111 | 10011 | 101011110 | 111101 | 110010 |
Color Harmonies of #CE324D
Complementary color
Monochromatic Colors of #CE324D
Black with #CE324D
Text Example
Text Example
White with #CE324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE324D; }
p { color: rgb(206,50,77); }
H1.HeaderClassName
{
color: #CE324D;
}
.AnyTagClassName
{
color: #CE324D;
}
</style>
background-color css
<style>
a { background-color: #CE324D; }
a { background-color: rgb(206,50,77); }
div.DivClassName
{
background-color: #CE324D;
}
.BgClassName
{
background-color: #CE324D;
}
</style>
border-color css
<style>
span { border-color: #CE324D; }
span { border-color: rgb(206,50,77); }
td.TdClassName
{
border-color: #CE324D;
}
.TagClassName
{
border-color: #CE324D;
}
</style>