Shades of Brick Red #CE3545
Tints of Brick Red #CE3545
RGB
CMYK
RGB Variations
Color information
#CE3545 (or 0xCE3545) is known color: Brick Red. HEX triplet: CE, 35 and 45. RGB value is (206,53,69). Sum of RGB (Red+Green+Blue) = 206+53+69=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3545 is #31CABA. Grayscale: #646464. Windows color (decimal): -3263163 or 4535758. OLE color: 4535758.
HSL color Cylindrical-coordinate representation of color #CE3545: hue angle of 353.73º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3545 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 69 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.19 |
| HSL | 353.73º | 0.61% | 0.51% | - |
| HSV(B) | 353.73º | 0.74% | 0.81% | - |
| XYZ | 27.8 | 16.1 | 7.27 | - |
| YUV | 100.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 69 | 0 | 0.74 | 0.67 | 0.19 | 353.73 | 0.61 | 0.51 |
| Hex | CE | 35 | 45 | 0 | 4A | 43 | 13 | 162 | 3D | 33 |
| Octal | 316 | 65 | 105 | 0 | 112 | 103 | 23 | 542 | 75 | 63 |
| Binary | 11001110 | 110101 | 1000101 | 0 | 1001010 | 1000011 | 10011 | 101100010 | 111101 | 110011 |
Color Harmonies of #CE3545
Complementary color
Monochromatic Colors of #CE3545
Black with #CE3545
Text Example
Text Example
White with #CE3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3545; }
p { color: rgb(206,53,69); }
H1.HeaderClassName
{
color: #CE3545;
}
.AnyTagClassName
{
color: #CE3545;
}
</style>
background-color css
<style>
a { background-color: #CE3545; }
a { background-color: rgb(206,53,69); }
div.DivClassName
{
background-color: #CE3545;
}
.BgClassName
{
background-color: #CE3545;
}
</style>
border-color css
<style>
span { border-color: #CE3545; }
span { border-color: rgb(206,53,69); }
td.TdClassName
{
border-color: #CE3545;
}
.TagClassName
{
border-color: #CE3545;
}
</style>