Shades of Brick Red #CE3C47
Tints of Brick Red #CE3C47
RGB
CMYK
RGB Variations
Color information
#CE3C47 (or 0xCE3C47) is known color: Brick Red. HEX triplet: CE, 3C and 47. RGB value is (206,60,71). Sum of RGB (Red+Green+Blue) = 206+60+71=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C47 is #31C3B8. Grayscale: #696969. Windows color (decimal): -3261369 or 4668622. OLE color: 4668622.
HSL color Cylindrical-coordinate representation of color #CE3C47: hue angle of 355.48º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C47 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 71 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.19 |
| HSL | 355.48º | 0.6% | 0.52% | - |
| HSV(B) | 355.48º | 0.71% | 0.81% | - |
| XYZ | 28.21 | 16.81 | 7.72 | - |
| YUV | 104.91 | 108.87 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 71 | 0 | 0.71 | 0.66 | 0.19 | 355.48 | 0.6 | 0.52 |
| Hex | CE | 3C | 47 | 0 | 47 | 42 | 13 | 163 | 3C | 34 |
| Octal | 316 | 74 | 107 | 0 | 107 | 102 | 23 | 543 | 74 | 64 |
| Binary | 11001110 | 111100 | 1000111 | 0 | 1000111 | 1000010 | 10011 | 101100011 | 111100 | 110100 |
Color Harmonies of #CE3C47
Complementary color
Monochromatic Colors of #CE3C47
Black with #CE3C47
Text Example
Text Example
White with #CE3C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C47; }
p { color: rgb(206,60,71); }
H1.HeaderClassName
{
color: #CE3C47;
}
.AnyTagClassName
{
color: #CE3C47;
}
</style>
background-color css
<style>
a { background-color: #CE3C47; }
a { background-color: rgb(206,60,71); }
div.DivClassName
{
background-color: #CE3C47;
}
.BgClassName
{
background-color: #CE3C47;
}
</style>
border-color css
<style>
span { border-color: #CE3C47; }
span { border-color: rgb(206,60,71); }
td.TdClassName
{
border-color: #CE3C47;
}
.TagClassName
{
border-color: #CE3C47;
}
</style>