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