Shades of Brick Red #CE3C4D
Tints of Brick Red #CE3C4D
RGB
CMYK
RGB Variations
Color information
#CE3C4D (or 0xCE3C4D) is known color: Brick Red. HEX triplet: CE, 3C and 4D. RGB value is (206,60,77). Sum of RGB (Red+Green+Blue) = 206+60+77=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C4D is #31C3B2. Grayscale: #696969. Windows color (decimal): -3261363 or 5061838. OLE color: 5061838.
HSL color Cylindrical-coordinate representation of color #CE3C4D: hue angle of 353.01º 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 #CE3C4D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 77 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.19 |
| HSL | 353.01º | 0.6% | 0.52% | - |
| HSV(B) | 353.01º | 0.71% | 0.81% | - |
| XYZ | 28.41 | 16.89 | 8.78 | - |
| YUV | 105.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 77 | 0 | 0.71 | 0.63 | 0.19 | 353.01 | 0.6 | 0.52 |
| Hex | CE | 3C | 4D | 0 | 47 | 3F | 13 | 161 | 3C | 34 |
| Octal | 316 | 74 | 115 | 0 | 107 | 77 | 23 | 541 | 74 | 64 |
| Binary | 11001110 | 111100 | 1001101 | 0 | 1000111 | 111111 | 10011 | 101100001 | 111100 | 110100 |
Color Harmonies of #CE3C4D
Complementary color
Monochromatic Colors of #CE3C4D
Black with #CE3C4D
Text Example
Text Example
White with #CE3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C4D; }
p { color: rgb(206,60,77); }
H1.HeaderClassName
{
color: #CE3C4D;
}
.AnyTagClassName
{
color: #CE3C4D;
}
</style>
background-color css
<style>
a { background-color: #CE3C4D; }
a { background-color: rgb(206,60,77); }
div.DivClassName
{
background-color: #CE3C4D;
}
.BgClassName
{
background-color: #CE3C4D;
}
</style>
border-color css
<style>
span { border-color: #CE3C4D; }
span { border-color: rgb(206,60,77); }
td.TdClassName
{
border-color: #CE3C4D;
}
.TagClassName
{
border-color: #CE3C4D;
}
</style>