Shades of Brick Red #CE2E47
Tints of Brick Red #CE2E47
RGB
CMYK
RGB Variations
Color information
#CE2E47 (or 0xCE2E47) is known color: Brick Red. HEX triplet: CE, 2E and 47. RGB value is (206,46,71). Sum of RGB (Red+Green+Blue) = 206+46+71=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E47 is #31D1B8. Grayscale: #606060. Windows color (decimal): -3264953 or 4665038. OLE color: 4665038.
HSL color Cylindrical-coordinate representation of color #CE2E47: hue angle of 350.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E47 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 71 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.19 |
| HSL | 350.63º | 0.63% | 0.49% | - |
| HSV(B) | 350.63º | 0.78% | 0.81% | - |
| XYZ | 27.57 | 15.53 | 7.51 | - |
| YUV | 96.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 71 | 0 | 0.78 | 0.66 | 0.19 | 350.63 | 0.63 | 0.49 |
| Hex | CE | 2E | 47 | 0 | 4E | 42 | 13 | 15F | 3F | 31 |
| Octal | 316 | 56 | 107 | 0 | 116 | 102 | 23 | 537 | 77 | 61 |
| Binary | 11001110 | 101110 | 1000111 | 0 | 1001110 | 1000010 | 10011 | 101011111 | 111111 | 110001 |
Color Harmonies of #CE2E47
Complementary color
Monochromatic Colors of #CE2E47
Black with #CE2E47
Text Example
Text Example
White with #CE2E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E47; }
p { color: rgb(206,46,71); }
H1.HeaderClassName
{
color: #CE2E47;
}
.AnyTagClassName
{
color: #CE2E47;
}
</style>
background-color css
<style>
a { background-color: #CE2E47; }
a { background-color: rgb(206,46,71); }
div.DivClassName
{
background-color: #CE2E47;
}
.BgClassName
{
background-color: #CE2E47;
}
</style>
border-color css
<style>
span { border-color: #CE2E47; }
span { border-color: rgb(206,46,71); }
td.TdClassName
{
border-color: #CE2E47;
}
.TagClassName
{
border-color: #CE2E47;
}
</style>