Shades of Brick Red #CE293D
Tints of Brick Red #CE293D
RGB
CMYK
RGB Variations
Color information
#CE293D (or 0xCE293D) is known color: Brick Red. HEX triplet: CE, 29 and 3D. RGB value is (206,41,61). Sum of RGB (Red+Green+Blue) = 206+41+61=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE293D is #31D6C2. Grayscale: #5C5C5C. Windows color (decimal): -3266243 or 4008398. OLE color: 4008398.
HSL color Cylindrical-coordinate representation of color #CE293D: hue angle of 352.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE293D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 61 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.19 |
| HSL | 352.73º | 0.67% | 0.48% | - |
| HSV(B) | 352.73º | 0.8% | 0.81% | - |
| XYZ | 27.09 | 15.04 | 5.89 | - |
| YUV | 92.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 61 | 0 | 0.80 | 0.70 | 0.19 | 352.73 | 0.67 | 0.48 |
| Hex | CE | 29 | 3D | 0 | 50 | 46 | 13 | 161 | 43 | 30 |
| Octal | 316 | 51 | 75 | 0 | 120 | 106 | 23 | 541 | 103 | 60 |
| Binary | 11001110 | 101001 | 111101 | 0 | 1010000 | 1000110 | 10011 | 101100001 | 1000011 | 110000 |
Color Harmonies of #CE293D
Complementary color
Monochromatic Colors of #CE293D
Black with #CE293D
Text Example
Text Example
White with #CE293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE293D; }
p { color: rgb(206,41,61); }
H1.HeaderClassName
{
color: #CE293D;
}
.AnyTagClassName
{
color: #CE293D;
}
</style>
background-color css
<style>
a { background-color: #CE293D; }
a { background-color: rgb(206,41,61); }
div.DivClassName
{
background-color: #CE293D;
}
.BgClassName
{
background-color: #CE293D;
}
</style>
border-color css
<style>
span { border-color: #CE293D; }
span { border-color: rgb(206,41,61); }
td.TdClassName
{
border-color: #CE293D;
}
.TagClassName
{
border-color: #CE293D;
}
</style>