Shades of Brick Red #CE384D
Tints of Brick Red #CE384D
RGB
CMYK
RGB Variations
Color information
#CE384D (or 0xCE384D) is known color: Brick Red. HEX triplet: CE, 38 and 4D. RGB value is (206,56,77). Sum of RGB (Red+Green+Blue) = 206+56+77=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE384D is #31C7B2. Grayscale: #676767. Windows color (decimal): -3262387 or 5060814. OLE color: 5060814.
HSL color Cylindrical-coordinate representation of color #CE384D: hue angle of 351.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE384D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 77 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.19 |
| HSL | 351.6º | 0.6% | 0.51% | - |
| HSV(B) | 351.6º | 0.73% | 0.81% | - |
| XYZ | 28.21 | 16.49 | 8.72 | - |
| YUV | 103.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 77 | 0 | 0.73 | 0.63 | 0.19 | 351.6 | 0.6 | 0.51 |
| Hex | CE | 38 | 4D | 0 | 49 | 3F | 13 | 160 | 3C | 33 |
| Octal | 316 | 70 | 115 | 0 | 111 | 77 | 23 | 540 | 74 | 63 |
| Binary | 11001110 | 111000 | 1001101 | 0 | 1001001 | 111111 | 10011 | 101100000 | 111100 | 110011 |
Color Harmonies of #CE384D
Complementary color
Monochromatic Colors of #CE384D
Black with #CE384D
Text Example
Text Example
White with #CE384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE384D; }
p { color: rgb(206,56,77); }
H1.HeaderClassName
{
color: #CE384D;
}
.AnyTagClassName
{
color: #CE384D;
}
</style>
background-color css
<style>
a { background-color: #CE384D; }
a { background-color: rgb(206,56,77); }
div.DivClassName
{
background-color: #CE384D;
}
.BgClassName
{
background-color: #CE384D;
}
</style>
border-color css
<style>
span { border-color: #CE384D; }
span { border-color: rgb(206,56,77); }
td.TdClassName
{
border-color: #CE384D;
}
.TagClassName
{
border-color: #CE384D;
}
</style>