Shades of Brick Red #CE3947
Tints of Brick Red #CE3947
RGB
CMYK
RGB Variations
Color information
#CE3947 (or 0xCE3947) is known color: Brick Red. HEX triplet: CE, 39 and 47. RGB value is (206,57,71). Sum of RGB (Red+Green+Blue) = 206+57+71=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3947 is #31C6B8. Grayscale: #676767. Windows color (decimal): -3262137 or 4667854. OLE color: 4667854.
HSL color Cylindrical-coordinate representation of color #CE3947: hue angle of 354.36º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3947 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 71 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.19 |
| HSL | 354.36º | 0.6% | 0.52% | - |
| HSV(B) | 354.36º | 0.72% | 0.81% | - |
| XYZ | 28.05 | 16.5 | 7.67 | - |
| YUV | 103.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 71 | 0 | 0.72 | 0.66 | 0.19 | 354.36 | 0.6 | 0.52 |
| Hex | CE | 39 | 47 | 0 | 48 | 42 | 13 | 162 | 3C | 34 |
| Octal | 316 | 71 | 107 | 0 | 110 | 102 | 23 | 542 | 74 | 64 |
| Binary | 11001110 | 111001 | 1000111 | 0 | 1001000 | 1000010 | 10011 | 101100010 | 111100 | 110100 |
Color Harmonies of #CE3947
Complementary color
Monochromatic Colors of #CE3947
Black with #CE3947
Text Example
Text Example
White with #CE3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3947; }
p { color: rgb(206,57,71); }
H1.HeaderClassName
{
color: #CE3947;
}
.AnyTagClassName
{
color: #CE3947;
}
</style>
background-color css
<style>
a { background-color: #CE3947; }
a { background-color: rgb(206,57,71); }
div.DivClassName
{
background-color: #CE3947;
}
.BgClassName
{
background-color: #CE3947;
}
</style>
border-color css
<style>
span { border-color: #CE3947; }
span { border-color: rgb(206,57,71); }
td.TdClassName
{
border-color: #CE3947;
}
.TagClassName
{
border-color: #CE3947;
}
</style>