Shades of Brick Red #CE3147
Tints of Brick Red #CE3147
RGB
CMYK
RGB Variations
Color information
#CE3147 (or 0xCE3147) is known color: Brick Red. HEX triplet: CE, 31 and 47. RGB value is (206,49,71). Sum of RGB (Red+Green+Blue) = 206+49+71=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3147 is #31CEB8. Grayscale: #626262. Windows color (decimal): -3264185 or 4665806. OLE color: 4665806.
HSL color Cylindrical-coordinate representation of color #CE3147: hue angle of 351.59º degrees, saturation: 0.62, 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 #CE3147 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 71 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.19 |
| HSL | 351.59º | 0.62% | 0.5% | - |
| HSV(B) | 351.59º | 0.76% | 0.81% | - |
| XYZ | 27.69 | 15.77 | 7.55 | - |
| YUV | 98.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 71 | 0 | 0.76 | 0.66 | 0.19 | 351.59 | 0.62 | 0.5 |
| Hex | CE | 31 | 47 | 0 | 4C | 42 | 13 | 160 | 3E | 32 |
| Octal | 316 | 61 | 107 | 0 | 114 | 102 | 23 | 540 | 76 | 62 |
| Binary | 11001110 | 110001 | 1000111 | 0 | 1001100 | 1000010 | 10011 | 101100000 | 111110 | 110010 |
Color Harmonies of #CE3147
Complementary color
Monochromatic Colors of #CE3147
Black with #CE3147
Text Example
Text Example
White with #CE3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3147; }
p { color: rgb(206,49,71); }
H1.HeaderClassName
{
color: #CE3147;
}
.AnyTagClassName
{
color: #CE3147;
}
</style>
background-color css
<style>
a { background-color: #CE3147; }
a { background-color: rgb(206,49,71); }
div.DivClassName
{
background-color: #CE3147;
}
.BgClassName
{
background-color: #CE3147;
}
</style>
border-color css
<style>
span { border-color: #CE3147; }
span { border-color: rgb(206,49,71); }
td.TdClassName
{
border-color: #CE3147;
}
.TagClassName
{
border-color: #CE3147;
}
</style>