Shades of Brick Red #CE3445
Tints of Brick Red #CE3445
RGB
CMYK
RGB Variations
Color information
#CE3445 (or 0xCE3445) is known color: Brick Red. HEX triplet: CE, 34 and 45. RGB value is (206,52,69). Sum of RGB (Red+Green+Blue) = 206+52+69=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3445 is #31CBBA. Grayscale: #646464. Windows color (decimal): -3263419 or 4535502. OLE color: 4535502.
HSL color Cylindrical-coordinate representation of color #CE3445: hue angle of 353.38º 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 #CE3445 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 69 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.19 |
| HSL | 353.38º | 0.61% | 0.51% | - |
| HSV(B) | 353.38º | 0.75% | 0.81% | - |
| XYZ | 27.76 | 16.01 | 7.26 | - |
| YUV | 99.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 69 | 0 | 0.75 | 0.67 | 0.19 | 353.38 | 0.61 | 0.51 |
| Hex | CE | 34 | 45 | 0 | 4B | 43 | 13 | 161 | 3D | 33 |
| Octal | 316 | 64 | 105 | 0 | 113 | 103 | 23 | 541 | 75 | 63 |
| Binary | 11001110 | 110100 | 1000101 | 0 | 1001011 | 1000011 | 10011 | 101100001 | 111101 | 110011 |
Color Harmonies of #CE3445
Complementary color
Monochromatic Colors of #CE3445
Black with #CE3445
Text Example
Text Example
White with #CE3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3445; }
p { color: rgb(206,52,69); }
H1.HeaderClassName
{
color: #CE3445;
}
.AnyTagClassName
{
color: #CE3445;
}
</style>
background-color css
<style>
a { background-color: #CE3445; }
a { background-color: rgb(206,52,69); }
div.DivClassName
{
background-color: #CE3445;
}
.BgClassName
{
background-color: #CE3445;
}
</style>
border-color css
<style>
span { border-color: #CE3445; }
span { border-color: rgb(206,52,69); }
td.TdClassName
{
border-color: #CE3445;
}
.TagClassName
{
border-color: #CE3445;
}
</style>