Shades of Brick Red #CE384C
Tints of Brick Red #CE384C
RGB
CMYK
RGB Variations
Color information
#CE384C (or 0xCE384C) is known color: Brick Red. HEX triplet: CE, 38 and 4C. RGB value is (206,56,76). Sum of RGB (Red+Green+Blue) = 206+56+76=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE384C is #31C7B3. Grayscale: #676767. Windows color (decimal): -3262388 or 4995278. OLE color: 4995278.
HSL color Cylindrical-coordinate representation of color #CE384C: hue angle of 352º 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 #CE384C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 76 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.19 |
| HSL | 352º | 0.6% | 0.51% | - |
| HSV(B) | 352º | 0.73% | 0.81% | - |
| XYZ | 28.17 | 16.47 | 8.53 | - |
| YUV | 103.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 76 | 0 | 0.73 | 0.63 | 0.19 | 352 | 0.6 | 0.51 |
| Hex | CE | 38 | 4C | 0 | 49 | 3F | 13 | 160 | 3C | 33 |
| Octal | 316 | 70 | 114 | 0 | 111 | 77 | 23 | 540 | 74 | 63 |
| Binary | 11001110 | 111000 | 1001100 | 0 | 1001001 | 111111 | 10011 | 101100000 | 111100 | 110011 |
Color Harmonies of #CE384C
Complementary color
Monochromatic Colors of #CE384C
Black with #CE384C
Text Example
Text Example
White with #CE384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE384C; }
p { color: rgb(206,56,76); }
H1.HeaderClassName
{
color: #CE384C;
}
.AnyTagClassName
{
color: #CE384C;
}
</style>
background-color css
<style>
a { background-color: #CE384C; }
a { background-color: rgb(206,56,76); }
div.DivClassName
{
background-color: #CE384C;
}
.BgClassName
{
background-color: #CE384C;
}
</style>
border-color css
<style>
span { border-color: #CE384C; }
span { border-color: rgb(206,56,76); }
td.TdClassName
{
border-color: #CE384C;
}
.TagClassName
{
border-color: #CE384C;
}
</style>