Shades of Brick Red #CE2D3B
Tints of Brick Red #CE2D3B
RGB
CMYK
RGB Variations
Color information
#CE2D3B (or 0xCE2D3B) is known color: Brick Red. HEX triplet: CE, 2D and 3B. RGB value is (206,45,59). Sum of RGB (Red+Green+Blue) = 206+45+59=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D3B is #31D2C4. Grayscale: #5E5E5E. Windows color (decimal): -3265221 or 3878350. OLE color: 3878350.
HSL color Cylindrical-coordinate representation of color #CE2D3B: hue angle of 354.78º degrees, saturation: 0.64, 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 #CE2D3B is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 59 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.19 |
| HSL | 354.78º | 0.64% | 0.49% | - |
| HSV(B) | 354.78º | 0.78% | 0.81% | - |
| XYZ | 27.18 | 15.31 | 5.66 | - |
| YUV | 94.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 59 | 0 | 0.78 | 0.71 | 0.19 | 354.78 | 0.64 | 0.49 |
| Hex | CE | 2D | 3B | 0 | 4E | 47 | 13 | 163 | 40 | 31 |
| Octal | 316 | 55 | 73 | 0 | 116 | 107 | 23 | 543 | 100 | 61 |
| Binary | 11001110 | 101101 | 111011 | 0 | 1001110 | 1000111 | 10011 | 101100011 | 1000000 | 110001 |
Color Harmonies of #CE2D3B
Complementary color
Monochromatic Colors of #CE2D3B
Black with #CE2D3B
Text Example
Text Example
White with #CE2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D3B; }
p { color: rgb(206,45,59); }
H1.HeaderClassName
{
color: #CE2D3B;
}
.AnyTagClassName
{
color: #CE2D3B;
}
</style>
background-color css
<style>
a { background-color: #CE2D3B; }
a { background-color: rgb(206,45,59); }
div.DivClassName
{
background-color: #CE2D3B;
}
.BgClassName
{
background-color: #CE2D3B;
}
</style>
border-color css
<style>
span { border-color: #CE2D3B; }
span { border-color: rgb(206,45,59); }
td.TdClassName
{
border-color: #CE2D3B;
}
.TagClassName
{
border-color: #CE2D3B;
}
</style>