Shades of Brick Red #CE3247
Tints of Brick Red #CE3247
RGB
CMYK
RGB Variations
Color information
#CE3247 (or 0xCE3247) is known color: Brick Red. HEX triplet: CE, 32 and 47. RGB value is (206,50,71). Sum of RGB (Red+Green+Blue) = 206+50+71=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3247 is #31CDB8. Grayscale: #636363. Windows color (decimal): -3263929 or 4666062. OLE color: 4666062.
HSL color Cylindrical-coordinate representation of color #CE3247: hue angle of 351.92º 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 #CE3247 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 71 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.19 |
| HSL | 351.92º | 0.61% | 0.5% | - |
| HSV(B) | 351.92º | 0.76% | 0.81% | - |
| XYZ | 27.73 | 15.86 | 7.56 | - |
| YUV | 99.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 71 | 0 | 0.76 | 0.66 | 0.19 | 351.92 | 0.61 | 0.5 |
| Hex | CE | 32 | 47 | 0 | 4C | 42 | 13 | 160 | 3D | 32 |
| Octal | 316 | 62 | 107 | 0 | 114 | 102 | 23 | 540 | 75 | 62 |
| Binary | 11001110 | 110010 | 1000111 | 0 | 1001100 | 1000010 | 10011 | 101100000 | 111101 | 110010 |
Color Harmonies of #CE3247
Complementary color
Monochromatic Colors of #CE3247
Black with #CE3247
Text Example
Text Example
White with #CE3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3247; }
p { color: rgb(206,50,71); }
H1.HeaderClassName
{
color: #CE3247;
}
.AnyTagClassName
{
color: #CE3247;
}
</style>
background-color css
<style>
a { background-color: #CE3247; }
a { background-color: rgb(206,50,71); }
div.DivClassName
{
background-color: #CE3247;
}
.BgClassName
{
background-color: #CE3247;
}
</style>
border-color css
<style>
span { border-color: #CE3247; }
span { border-color: rgb(206,50,71); }
td.TdClassName
{
border-color: #CE3247;
}
.TagClassName
{
border-color: #CE3247;
}
</style>