Shades of Brick Red #CE293E
Tints of Brick Red #CE293E
RGB
CMYK
RGB Variations
Color information
#CE293E (or 0xCE293E) is known color: Brick Red. HEX triplet: CE, 29 and 3E. RGB value is (206,41,62). Sum of RGB (Red+Green+Blue) = 206+41+62=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE293E is #31D6C1. Grayscale: #5C5C5C. Windows color (decimal): -3266242 or 4073934. OLE color: 4073934.
HSL color Cylindrical-coordinate representation of color #CE293E: hue angle of 352.36º 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 #CE293E is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 62 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.19 |
| HSL | 352.36º | 0.67% | 0.48% | - |
| HSV(B) | 352.36º | 0.8% | 0.81% | - |
| XYZ | 27.12 | 15.06 | 6.03 | - |
| YUV | 92.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 62 | 0 | 0.80 | 0.70 | 0.19 | 352.36 | 0.67 | 0.48 |
| Hex | CE | 29 | 3E | 0 | 50 | 46 | 13 | 160 | 43 | 30 |
| Octal | 316 | 51 | 76 | 0 | 120 | 106 | 23 | 540 | 103 | 60 |
| Binary | 11001110 | 101001 | 111110 | 0 | 1010000 | 1000110 | 10011 | 101100000 | 1000011 | 110000 |
Color Harmonies of #CE293E
Complementary color
Monochromatic Colors of #CE293E
Black with #CE293E
Text Example
Text Example
White with #CE293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE293E; }
p { color: rgb(206,41,62); }
H1.HeaderClassName
{
color: #CE293E;
}
.AnyTagClassName
{
color: #CE293E;
}
</style>
background-color css
<style>
a { background-color: #CE293E; }
a { background-color: rgb(206,41,62); }
div.DivClassName
{
background-color: #CE293E;
}
.BgClassName
{
background-color: #CE293E;
}
</style>
border-color css
<style>
span { border-color: #CE293E; }
span { border-color: rgb(206,41,62); }
td.TdClassName
{
border-color: #CE293E;
}
.TagClassName
{
border-color: #CE293E;
}
</style>