Shades of Brick Red #CE2E3F
Tints of Brick Red #CE2E3F
RGB
CMYK
RGB Variations
Color information
#CE2E3F (or 0xCE2E3F) is known color: Brick Red. HEX triplet: CE, 2E and 3F. RGB value is (206,46,63). Sum of RGB (Red+Green+Blue) = 206+46+63=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E3F is #31D1C0. Grayscale: #5F5F5F. Windows color (decimal): -3264961 or 4140750. OLE color: 4140750.
HSL color Cylindrical-coordinate representation of color #CE2E3F: hue angle of 353.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 #CE2E3F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 63 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.19 |
| HSL | 353.63º | 0.63% | 0.49% | - |
| HSV(B) | 353.63º | 0.78% | 0.81% | - |
| XYZ | 27.33 | 15.43 | 6.24 | - |
| YUV | 95.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 63 | 0 | 0.78 | 0.69 | 0.19 | 353.63 | 0.63 | 0.49 |
| Hex | CE | 2E | 3F | 0 | 4E | 45 | 13 | 162 | 3F | 31 |
| Octal | 316 | 56 | 77 | 0 | 116 | 105 | 23 | 542 | 77 | 61 |
| Binary | 11001110 | 101110 | 111111 | 0 | 1001110 | 1000101 | 10011 | 101100010 | 111111 | 110001 |
Color Harmonies of #CE2E3F
Complementary color
Monochromatic Colors of #CE2E3F
Black with #CE2E3F
Text Example
Text Example
White with #CE2E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E3F; }
p { color: rgb(206,46,63); }
H1.HeaderClassName
{
color: #CE2E3F;
}
.AnyTagClassName
{
color: #CE2E3F;
}
</style>
background-color css
<style>
a { background-color: #CE2E3F; }
a { background-color: rgb(206,46,63); }
div.DivClassName
{
background-color: #CE2E3F;
}
.BgClassName
{
background-color: #CE2E3F;
}
</style>
border-color css
<style>
span { border-color: #CE2E3F; }
span { border-color: rgb(206,46,63); }
td.TdClassName
{
border-color: #CE2E3F;
}
.TagClassName
{
border-color: #CE2E3F;
}
</style>