Shades of Brick Red #CE3444
Tints of Brick Red #CE3444
RGB
CMYK
RGB Variations
Color information
#CE3444 (or 0xCE3444) is known color: Brick Red. HEX triplet: CE, 34 and 44. RGB value is (206,52,68). Sum of RGB (Red+Green+Blue) = 206+52+68=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3444 is #31CBBB. Grayscale: #636363. Windows color (decimal): -3263420 or 4469966. OLE color: 4469966.
HSL color Cylindrical-coordinate representation of color #CE3444: hue angle of 353.77º 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 #CE3444 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 68 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.19 |
| HSL | 353.77º | 0.61% | 0.51% | - |
| HSV(B) | 353.77º | 0.75% | 0.81% | - |
| XYZ | 27.72 | 16 | 7.09 | - |
| YUV | 99.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 68 | 0 | 0.75 | 0.67 | 0.19 | 353.77 | 0.61 | 0.51 |
| Hex | CE | 34 | 44 | 0 | 4B | 43 | 13 | 162 | 3D | 33 |
| Octal | 316 | 64 | 104 | 0 | 113 | 103 | 23 | 542 | 75 | 63 |
| Binary | 11001110 | 110100 | 1000100 | 0 | 1001011 | 1000011 | 10011 | 101100010 | 111101 | 110011 |
Color Harmonies of #CE3444
Complementary color
Monochromatic Colors of #CE3444
Black with #CE3444
Text Example
Text Example
White with #CE3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3444; }
p { color: rgb(206,52,68); }
H1.HeaderClassName
{
color: #CE3444;
}
.AnyTagClassName
{
color: #CE3444;
}
</style>
background-color css
<style>
a { background-color: #CE3444; }
a { background-color: rgb(206,52,68); }
div.DivClassName
{
background-color: #CE3444;
}
.BgClassName
{
background-color: #CE3444;
}
</style>
border-color css
<style>
span { border-color: #CE3444; }
span { border-color: rgb(206,52,68); }
td.TdClassName
{
border-color: #CE3444;
}
.TagClassName
{
border-color: #CE3444;
}
</style>