Shades of Brick Red #CE3246
Tints of Brick Red #CE3246
RGB
CMYK
RGB Variations
Color information
#CE3246 (or 0xCE3246) is known color: Brick Red. HEX triplet: CE, 32 and 46. RGB value is (206,50,70). Sum of RGB (Red+Green+Blue) = 206+50+70=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3246 is #31CDB9. Grayscale: #636363. Windows color (decimal): -3263930 or 4600526. OLE color: 4600526.
HSL color Cylindrical-coordinate representation of color #CE3246: hue angle of 352.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3246 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 70 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.19 |
| HSL | 352.31º | 0.61% | 0.5% | - |
| HSV(B) | 352.31º | 0.76% | 0.81% | - |
| XYZ | 27.7 | 15.85 | 7.39 | - |
| YUV | 98.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 70 | 0 | 0.76 | 0.66 | 0.19 | 352.31 | 0.61 | 0.5 |
| Hex | CE | 32 | 46 | 0 | 4C | 42 | 13 | 160 | 3D | 32 |
| Octal | 316 | 62 | 106 | 0 | 114 | 102 | 23 | 540 | 75 | 62 |
| Binary | 11001110 | 110010 | 1000110 | 0 | 1001100 | 1000010 | 10011 | 101100000 | 111101 | 110010 |
Color Harmonies of #CE3246
Complementary color
Monochromatic Colors of #CE3246
Black with #CE3246
Text Example
Text Example
White with #CE3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3246; }
p { color: rgb(206,50,70); }
H1.HeaderClassName
{
color: #CE3246;
}
.AnyTagClassName
{
color: #CE3246;
}
</style>
background-color css
<style>
a { background-color: #CE3246; }
a { background-color: rgb(206,50,70); }
div.DivClassName
{
background-color: #CE3246;
}
.BgClassName
{
background-color: #CE3246;
}
</style>
border-color css
<style>
span { border-color: #CE3246; }
span { border-color: rgb(206,50,70); }
td.TdClassName
{
border-color: #CE3246;
}
.TagClassName
{
border-color: #CE3246;
}
</style>