Shades of Brick Red #CE2E3D
Tints of Brick Red #CE2E3D
RGB
CMYK
RGB Variations
Color information
#CE2E3D (or 0xCE2E3D) is known color: Brick Red. HEX triplet: CE, 2E and 3D. RGB value is (206,46,61). Sum of RGB (Red+Green+Blue) = 206+46+61=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E3D is #31D1C2. Grayscale: #5F5F5F. Windows color (decimal): -3264963 or 4009678. OLE color: 4009678.
HSL color Cylindrical-coordinate representation of color #CE2E3D: hue angle of 354.38º 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 #CE2E3D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 61 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.19 |
| HSL | 354.38º | 0.63% | 0.49% | - |
| HSV(B) | 354.38º | 0.78% | 0.81% | - |
| XYZ | 27.27 | 15.41 | 5.95 | - |
| YUV | 95.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 61 | 0 | 0.78 | 0.70 | 0.19 | 354.38 | 0.63 | 0.49 |
| Hex | CE | 2E | 3D | 0 | 4E | 46 | 13 | 162 | 3F | 31 |
| Octal | 316 | 56 | 75 | 0 | 116 | 106 | 23 | 542 | 77 | 61 |
| Binary | 11001110 | 101110 | 111101 | 0 | 1001110 | 1000110 | 10011 | 101100010 | 111111 | 110001 |
Color Harmonies of #CE2E3D
Complementary color
Monochromatic Colors of #CE2E3D
Black with #CE2E3D
Text Example
Text Example
White with #CE2E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E3D; }
p { color: rgb(206,46,61); }
H1.HeaderClassName
{
color: #CE2E3D;
}
.AnyTagClassName
{
color: #CE2E3D;
}
</style>
background-color css
<style>
a { background-color: #CE2E3D; }
a { background-color: rgb(206,46,61); }
div.DivClassName
{
background-color: #CE2E3D;
}
.BgClassName
{
background-color: #CE2E3D;
}
</style>
border-color css
<style>
span { border-color: #CE2E3D; }
span { border-color: rgb(206,46,61); }
td.TdClassName
{
border-color: #CE2E3D;
}
.TagClassName
{
border-color: #CE2E3D;
}
</style>