Shades of Brick Red #CE3A4D
Tints of Brick Red #CE3A4D
RGB
CMYK
RGB Variations
Color information
#CE3A4D (or 0xCE3A4D) is known color: Brick Red. HEX triplet: CE, 3A and 4D. RGB value is (206,58,77). Sum of RGB (Red+Green+Blue) = 206+58+77=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A4D is #31C5B2. Grayscale: #686868. Windows color (decimal): -3261875 or 5061326. OLE color: 5061326.
HSL color Cylindrical-coordinate representation of color #CE3A4D: hue angle of 352.3º 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 #CE3A4D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 77 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.19 |
| HSL | 352.3º | 0.6% | 0.52% | - |
| HSV(B) | 352.3º | 0.72% | 0.81% | - |
| XYZ | 28.31 | 16.68 | 8.75 | - |
| YUV | 104.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 77 | 0 | 0.72 | 0.63 | 0.19 | 352.3 | 0.6 | 0.52 |
| Hex | CE | 3A | 4D | 0 | 48 | 3F | 13 | 160 | 3C | 34 |
| Octal | 316 | 72 | 115 | 0 | 110 | 77 | 23 | 540 | 74 | 64 |
| Binary | 11001110 | 111010 | 1001101 | 0 | 1001000 | 111111 | 10011 | 101100000 | 111100 | 110100 |
Color Harmonies of #CE3A4D
Complementary color
Monochromatic Colors of #CE3A4D
Black with #CE3A4D
Text Example
Text Example
White with #CE3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A4D; }
p { color: rgb(206,58,77); }
H1.HeaderClassName
{
color: #CE3A4D;
}
.AnyTagClassName
{
color: #CE3A4D;
}
</style>
background-color css
<style>
a { background-color: #CE3A4D; }
a { background-color: rgb(206,58,77); }
div.DivClassName
{
background-color: #CE3A4D;
}
.BgClassName
{
background-color: #CE3A4D;
}
</style>
border-color css
<style>
span { border-color: #CE3A4D; }
span { border-color: rgb(206,58,77); }
td.TdClassName
{
border-color: #CE3A4D;
}
.TagClassName
{
border-color: #CE3A4D;
}
</style>