Shades of Brick Red #CE3E4C
Tints of Brick Red #CE3E4C
RGB
CMYK
RGB Variations
Color information
#CE3E4C (or 0xCE3E4C) is known color: Brick Red. HEX triplet: CE, 3E and 4C. RGB value is (206,62,76). Sum of RGB (Red+Green+Blue) = 206+62+76=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E4C is #31C1B3. Grayscale: #6A6A6A. Windows color (decimal): -3260852 or 4996814. OLE color: 4996814.
HSL color Cylindrical-coordinate representation of color #CE3E4C: hue angle of 354.17º 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 #CE3E4C is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 76 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.19 |
| HSL | 354.17º | 0.6% | 0.53% | - |
| HSV(B) | 354.17º | 0.7% | 0.81% | - |
| XYZ | 28.48 | 17.09 | 8.63 | - |
| YUV | 106.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 76 | 0 | 0.70 | 0.63 | 0.19 | 354.17 | 0.6 | 0.53 |
| Hex | CE | 3E | 4C | 0 | 46 | 3F | 13 | 162 | 3C | 35 |
| Octal | 316 | 76 | 114 | 0 | 106 | 77 | 23 | 542 | 74 | 65 |
| Binary | 11001110 | 111110 | 1001100 | 0 | 1000110 | 111111 | 10011 | 101100010 | 111100 | 110101 |
Color Harmonies of #CE3E4C
Complementary color
Monochromatic Colors of #CE3E4C
Black with #CE3E4C
Text Example
Text Example
White with #CE3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E4C; }
p { color: rgb(206,62,76); }
H1.HeaderClassName
{
color: #CE3E4C;
}
.AnyTagClassName
{
color: #CE3E4C;
}
</style>
background-color css
<style>
a { background-color: #CE3E4C; }
a { background-color: rgb(206,62,76); }
div.DivClassName
{
background-color: #CE3E4C;
}
.BgClassName
{
background-color: #CE3E4C;
}
</style>
border-color css
<style>
span { border-color: #CE3E4C; }
span { border-color: rgb(206,62,76); }
td.TdClassName
{
border-color: #CE3E4C;
}
.TagClassName
{
border-color: #CE3E4C;
}
</style>