Shades of Brick Red #CE2A3D
Tints of Brick Red #CE2A3D
RGB
CMYK
RGB Variations
Color information
#CE2A3D (or 0xCE2A3D) is known color: Brick Red. HEX triplet: CE, 2A and 3D. RGB value is (206,42,61). Sum of RGB (Red+Green+Blue) = 206+42+61=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2A3D is #31D5C2. Grayscale: #5D5D5D. Windows color (decimal): -3265987 or 4008654. OLE color: 4008654.
HSL color Cylindrical-coordinate representation of color #CE2A3D: hue angle of 353.05º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A3D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 61 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.19 |
| HSL | 353.05º | 0.66% | 0.49% | - |
| HSV(B) | 353.05º | 0.8% | 0.81% | - |
| XYZ | 27.12 | 15.11 | 5.9 | - |
| YUV | 93.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 61 | 0 | 0.80 | 0.70 | 0.19 | 353.05 | 0.66 | 0.49 |
| Hex | CE | 2A | 3D | 0 | 50 | 46 | 13 | 161 | 42 | 31 |
| Octal | 316 | 52 | 75 | 0 | 120 | 106 | 23 | 541 | 102 | 61 |
| Binary | 11001110 | 101010 | 111101 | 0 | 1010000 | 1000110 | 10011 | 101100001 | 1000010 | 110001 |
Color Harmonies of #CE2A3D
Complementary color
Monochromatic Colors of #CE2A3D
Black with #CE2A3D
Text Example
Text Example
White with #CE2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A3D; }
p { color: rgb(206,42,61); }
H1.HeaderClassName
{
color: #CE2A3D;
}
.AnyTagClassName
{
color: #CE2A3D;
}
</style>
background-color css
<style>
a { background-color: #CE2A3D; }
a { background-color: rgb(206,42,61); }
div.DivClassName
{
background-color: #CE2A3D;
}
.BgClassName
{
background-color: #CE2A3D;
}
</style>
border-color css
<style>
span { border-color: #CE2A3D; }
span { border-color: rgb(206,42,61); }
td.TdClassName
{
border-color: #CE2A3D;
}
.TagClassName
{
border-color: #CE2A3D;
}
</style>