Shades of Brick Red #CE2745
Tints of Brick Red #CE2745
RGB
CMYK
RGB Variations
Color information
#CE2745 (or 0xCE2745) is known color: Brick Red. HEX triplet: CE, 27 and 45. RGB value is (206,39,69). Sum of RGB (Red+Green+Blue) = 206+39+69=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2745 is #31D8BA. Grayscale: #5C5C5C. Windows color (decimal): -3266747 or 4532174. OLE color: 4532174.
HSL color Cylindrical-coordinate representation of color #CE2745: hue angle of 349.22º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2745 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 69 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.19 |
| HSL | 349.22º | 0.68% | 0.48% | - |
| HSV(B) | 349.22º | 0.81% | 0.81% | - |
| XYZ | 27.25 | 15 | 7.09 | - |
| YUV | 92.35 | 114.83 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 69 | 0 | 0.81 | 0.67 | 0.19 | 349.22 | 0.68 | 0.48 |
| Hex | CE | 27 | 45 | 0 | 51 | 43 | 13 | 15D | 44 | 30 |
| Octal | 316 | 47 | 105 | 0 | 121 | 103 | 23 | 535 | 104 | 60 |
| Binary | 11001110 | 100111 | 1000101 | 0 | 1010001 | 1000011 | 10011 | 101011101 | 1000100 | 110000 |
Color Harmonies of #CE2745
Complementary color
Monochromatic Colors of #CE2745
Black with #CE2745
Text Example
Text Example
White with #CE2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2745; }
p { color: rgb(206,39,69); }
H1.HeaderClassName
{
color: #CE2745;
}
.AnyTagClassName
{
color: #CE2745;
}
</style>
background-color css
<style>
a { background-color: #CE2745; }
a { background-color: rgb(206,39,69); }
div.DivClassName
{
background-color: #CE2745;
}
.BgClassName
{
background-color: #CE2745;
}
</style>
border-color css
<style>
span { border-color: #CE2745; }
span { border-color: rgb(206,39,69); }
td.TdClassName
{
border-color: #CE2745;
}
.TagClassName
{
border-color: #CE2745;
}
</style>