Shades of Brick Red #CE384A
Tints of Brick Red #CE384A
RGB
CMYK
RGB Variations
Color information
#CE384A (or 0xCE384A) is known color: Brick Red. HEX triplet: CE, 38 and 4A. RGB value is (206,56,74). Sum of RGB (Red+Green+Blue) = 206+56+74=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE384A is #31C7B5. Grayscale: #666666. Windows color (decimal): -3262390 or 4864206. OLE color: 4864206.
HSL color Cylindrical-coordinate representation of color #CE384A: hue angle of 352.8º 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 #CE384A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 74 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.19 |
| HSL | 352.8º | 0.6% | 0.51% | - |
| HSV(B) | 352.8º | 0.73% | 0.81% | - |
| XYZ | 28.1 | 16.44 | 8.17 | - |
| YUV | 102.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 74 | 0 | 0.73 | 0.64 | 0.19 | 352.8 | 0.6 | 0.51 |
| Hex | CE | 38 | 4A | 0 | 49 | 40 | 13 | 161 | 3C | 33 |
| Octal | 316 | 70 | 112 | 0 | 111 | 100 | 23 | 541 | 74 | 63 |
| Binary | 11001110 | 111000 | 1001010 | 0 | 1001001 | 1000000 | 10011 | 101100001 | 111100 | 110011 |
Color Harmonies of #CE384A
Complementary color
Monochromatic Colors of #CE384A
Black with #CE384A
Text Example
Text Example
White with #CE384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE384A; }
p { color: rgb(206,56,74); }
H1.HeaderClassName
{
color: #CE384A;
}
.AnyTagClassName
{
color: #CE384A;
}
</style>
background-color css
<style>
a { background-color: #CE384A; }
a { background-color: rgb(206,56,74); }
div.DivClassName
{
background-color: #CE384A;
}
.BgClassName
{
background-color: #CE384A;
}
</style>
border-color css
<style>
span { border-color: #CE384A; }
span { border-color: rgb(206,56,74); }
td.TdClassName
{
border-color: #CE384A;
}
.TagClassName
{
border-color: #CE384A;
}
</style>