Shades of Brick Red #CE344D
Tints of Brick Red #CE344D
RGB
CMYK
RGB Variations
Color information
#CE344D (or 0xCE344D) is known color: Brick Red. HEX triplet: CE, 34 and 4D. RGB value is (206,52,77). Sum of RGB (Red+Green+Blue) = 206+52+77=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE344D is #31CBB2. Grayscale: #646464. Windows color (decimal): -3263411 or 5059790. OLE color: 5059790.
HSL color Cylindrical-coordinate representation of color #CE344D: hue angle of 350.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE344D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 77 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.19 |
| HSL | 350.26º | 0.61% | 0.51% | - |
| HSV(B) | 350.26º | 0.75% | 0.81% | - |
| XYZ | 28.02 | 16.11 | 8.65 | - |
| YUV | 100.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 77 | 0 | 0.75 | 0.63 | 0.19 | 350.26 | 0.61 | 0.51 |
| Hex | CE | 34 | 4D | 0 | 4B | 3F | 13 | 15E | 3D | 33 |
| Octal | 316 | 64 | 115 | 0 | 113 | 77 | 23 | 536 | 75 | 63 |
| Binary | 11001110 | 110100 | 1001101 | 0 | 1001011 | 111111 | 10011 | 101011110 | 111101 | 110011 |
Color Harmonies of #CE344D
Complementary color
Monochromatic Colors of #CE344D
Black with #CE344D
Text Example
Text Example
White with #CE344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE344D; }
p { color: rgb(206,52,77); }
H1.HeaderClassName
{
color: #CE344D;
}
.AnyTagClassName
{
color: #CE344D;
}
</style>
background-color css
<style>
a { background-color: #CE344D; }
a { background-color: rgb(206,52,77); }
div.DivClassName
{
background-color: #CE344D;
}
.BgClassName
{
background-color: #CE344D;
}
</style>
border-color css
<style>
span { border-color: #CE344D; }
span { border-color: rgb(206,52,77); }
td.TdClassName
{
border-color: #CE344D;
}
.TagClassName
{
border-color: #CE344D;
}
</style>