Shades of Brick Red #CE3E4E
Tints of Brick Red #CE3E4E
RGB
CMYK
RGB Variations
Color information
#CE3E4E (or 0xCE3E4E) is known color: Brick Red. HEX triplet: CE, 3E and 4E. RGB value is (206,62,78). Sum of RGB (Red+Green+Blue) = 206+62+78=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E4E is #31C1B1. Grayscale: #6A6A6A. Windows color (decimal): -3260850 or 5127886. OLE color: 5127886.
HSL color Cylindrical-coordinate representation of color #CE3E4E: hue angle of 353.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E4E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 78 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.19 |
| HSL | 353.33º | 0.6% | 0.53% | - |
| HSV(B) | 353.33º | 0.7% | 0.81% | - |
| XYZ | 28.55 | 17.12 | 9.01 | - |
| YUV | 106.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 78 | 0 | 0.70 | 0.62 | 0.19 | 353.33 | 0.6 | 0.53 |
| Hex | CE | 3E | 4E | 0 | 46 | 3E | 13 | 161 | 3C | 35 |
| Octal | 316 | 76 | 116 | 0 | 106 | 76 | 23 | 541 | 74 | 65 |
| Binary | 11001110 | 111110 | 1001110 | 0 | 1000110 | 111110 | 10011 | 101100001 | 111100 | 110101 |
Color Harmonies of #CE3E4E
Complementary color
Monochromatic Colors of #CE3E4E
Black with #CE3E4E
Text Example
Text Example
White with #CE3E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E4E; }
p { color: rgb(206,62,78); }
H1.HeaderClassName
{
color: #CE3E4E;
}
.AnyTagClassName
{
color: #CE3E4E;
}
</style>
background-color css
<style>
a { background-color: #CE3E4E; }
a { background-color: rgb(206,62,78); }
div.DivClassName
{
background-color: #CE3E4E;
}
.BgClassName
{
background-color: #CE3E4E;
}
</style>
border-color css
<style>
span { border-color: #CE3E4E; }
span { border-color: rgb(206,62,78); }
td.TdClassName
{
border-color: #CE3E4E;
}
.TagClassName
{
border-color: #CE3E4E;
}
</style>