Shades of Brick Red #CE3746
Tints of Brick Red #CE3746
RGB
CMYK
RGB Variations
Color information
#CE3746 (or 0xCE3746) is known color: Brick Red. HEX triplet: CE, 37 and 46. RGB value is (206,55,70). Sum of RGB (Red+Green+Blue) = 206+55+70=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3746 is #31C8B9. Grayscale: #656565. Windows color (decimal): -3262650 or 4601806. OLE color: 4601806.
HSL color Cylindrical-coordinate representation of color #CE3746: hue angle of 354.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3746 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 70 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.19 |
| HSL | 354.04º | 0.61% | 0.51% | - |
| HSV(B) | 354.04º | 0.73% | 0.81% | - |
| XYZ | 27.93 | 16.3 | 7.47 | - |
| YUV | 101.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 70 | 0 | 0.73 | 0.66 | 0.19 | 354.04 | 0.61 | 0.51 |
| Hex | CE | 37 | 46 | 0 | 49 | 42 | 13 | 162 | 3D | 33 |
| Octal | 316 | 67 | 106 | 0 | 111 | 102 | 23 | 542 | 75 | 63 |
| Binary | 11001110 | 110111 | 1000110 | 0 | 1001001 | 1000010 | 10011 | 101100010 | 111101 | 110011 |
Color Harmonies of #CE3746
Complementary color
Monochromatic Colors of #CE3746
Black with #CE3746
Text Example
Text Example
White with #CE3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3746; }
p { color: rgb(206,55,70); }
H1.HeaderClassName
{
color: #CE3746;
}
.AnyTagClassName
{
color: #CE3746;
}
</style>
background-color css
<style>
a { background-color: #CE3746; }
a { background-color: rgb(206,55,70); }
div.DivClassName
{
background-color: #CE3746;
}
.BgClassName
{
background-color: #CE3746;
}
</style>
border-color css
<style>
span { border-color: #CE3746; }
span { border-color: rgb(206,55,70); }
td.TdClassName
{
border-color: #CE3746;
}
.TagClassName
{
border-color: #CE3746;
}
</style>