Shades of Brick Red #CE2E4C
Tints of Brick Red #CE2E4C
RGB
CMYK
RGB Variations
Color information
#CE2E4C (or 0xCE2E4C) is known color: Brick Red. HEX triplet: CE, 2E and 4C. RGB value is (206,46,76). Sum of RGB (Red+Green+Blue) = 206+46+76=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E4C is #31D1B3. Grayscale: #616161. Windows color (decimal): -3264948 or 4992718. OLE color: 4992718.
HSL color Cylindrical-coordinate representation of color #CE2E4C: hue angle of 348.75º 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 #CE2E4C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 76 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.19 |
| HSL | 348.75º | 0.63% | 0.49% | - |
| HSV(B) | 348.75º | 0.78% | 0.81% | - |
| XYZ | 27.74 | 15.6 | 8.39 | - |
| YUV | 97.26 | 116.01 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 76 | 0 | 0.78 | 0.63 | 0.19 | 348.75 | 0.63 | 0.49 |
| Hex | CE | 2E | 4C | 0 | 4E | 3F | 13 | 15D | 3F | 31 |
| Octal | 316 | 56 | 114 | 0 | 116 | 77 | 23 | 535 | 77 | 61 |
| Binary | 11001110 | 101110 | 1001100 | 0 | 1001110 | 111111 | 10011 | 101011101 | 111111 | 110001 |
Color Harmonies of #CE2E4C
Complementary color
Monochromatic Colors of #CE2E4C
Black with #CE2E4C
Text Example
Text Example
White with #CE2E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E4C; }
p { color: rgb(206,46,76); }
H1.HeaderClassName
{
color: #CE2E4C;
}
.AnyTagClassName
{
color: #CE2E4C;
}
</style>
background-color css
<style>
a { background-color: #CE2E4C; }
a { background-color: rgb(206,46,76); }
div.DivClassName
{
background-color: #CE2E4C;
}
.BgClassName
{
background-color: #CE2E4C;
}
</style>
border-color css
<style>
span { border-color: #CE2E4C; }
span { border-color: rgb(206,46,76); }
td.TdClassName
{
border-color: #CE2E4C;
}
.TagClassName
{
border-color: #CE2E4C;
}
</style>