Shades of Brick Red #CE2B49
Tints of Brick Red #CE2B49
RGB
CMYK
RGB Variations
Color information
#CE2B49 (or 0xCE2B49) is known color: Brick Red. HEX triplet: CE, 2B and 49. RGB value is (206,43,73). Sum of RGB (Red+Green+Blue) = 206+43+73=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B49 is #31D4B6. Grayscale: #5F5F5F. Windows color (decimal): -3265719 or 4795342. OLE color: 4795342.
HSL color Cylindrical-coordinate representation of color #CE2B49: hue angle of 348.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B49 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 73 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.19 |
| HSL | 348.96º | 0.65% | 0.49% | - |
| HSV(B) | 348.96º | 0.79% | 0.81% | - |
| XYZ | 27.52 | 15.33 | 7.81 | - |
| YUV | 95.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 73 | 0 | 0.79 | 0.65 | 0.19 | 348.96 | 0.65 | 0.49 |
| Hex | CE | 2B | 49 | 0 | 4F | 41 | 13 | 15D | 41 | 31 |
| Octal | 316 | 53 | 111 | 0 | 117 | 101 | 23 | 535 | 101 | 61 |
| Binary | 11001110 | 101011 | 1001001 | 0 | 1001111 | 1000001 | 10011 | 101011101 | 1000001 | 110001 |
Color Harmonies of #CE2B49
Complementary color
Monochromatic Colors of #CE2B49
Black with #CE2B49
Text Example
Text Example
White with #CE2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B49; }
p { color: rgb(206,43,73); }
H1.HeaderClassName
{
color: #CE2B49;
}
.AnyTagClassName
{
color: #CE2B49;
}
</style>
background-color css
<style>
a { background-color: #CE2B49; }
a { background-color: rgb(206,43,73); }
div.DivClassName
{
background-color: #CE2B49;
}
.BgClassName
{
background-color: #CE2B49;
}
</style>
border-color css
<style>
span { border-color: #CE2B49; }
span { border-color: rgb(206,43,73); }
td.TdClassName
{
border-color: #CE2B49;
}
.TagClassName
{
border-color: #CE2B49;
}
</style>