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