Shades of Brick Red #CE384B
Tints of Brick Red #CE384B
RGB
CMYK
RGB Variations
Color information
#CE384B (or 0xCE384B) is known color: Brick Red. HEX triplet: CE, 38 and 4B. RGB value is (206,56,75). Sum of RGB (Red+Green+Blue) = 206+56+75=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE384B is #31C7B4. Grayscale: #676767. Windows color (decimal): -3262389 or 4929742. OLE color: 4929742.
HSL color Cylindrical-coordinate representation of color #CE384B: hue angle of 352.4º 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 #CE384B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 75 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.19 |
| HSL | 352.4º | 0.6% | 0.51% | - |
| HSV(B) | 352.4º | 0.73% | 0.81% | - |
| XYZ | 28.14 | 16.46 | 8.35 | - |
| YUV | 103.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 75 | 0 | 0.73 | 0.64 | 0.19 | 352.4 | 0.6 | 0.51 |
| Hex | CE | 38 | 4B | 0 | 49 | 40 | 13 | 160 | 3C | 33 |
| Octal | 316 | 70 | 113 | 0 | 111 | 100 | 23 | 540 | 74 | 63 |
| Binary | 11001110 | 111000 | 1001011 | 0 | 1001001 | 1000000 | 10011 | 101100000 | 111100 | 110011 |
Color Harmonies of #CE384B
Complementary color
Monochromatic Colors of #CE384B
Black with #CE384B
Text Example
Text Example
White with #CE384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE384B; }
p { color: rgb(206,56,75); }
H1.HeaderClassName
{
color: #CE384B;
}
.AnyTagClassName
{
color: #CE384B;
}
</style>
background-color css
<style>
a { background-color: #CE384B; }
a { background-color: rgb(206,56,75); }
div.DivClassName
{
background-color: #CE384B;
}
.BgClassName
{
background-color: #CE384B;
}
</style>
border-color css
<style>
span { border-color: #CE384B; }
span { border-color: rgb(206,56,75); }
td.TdClassName
{
border-color: #CE384B;
}
.TagClassName
{
border-color: #CE384B;
}
</style>