Shades of Brick Red #CE2347
Tints of Brick Red #CE2347
RGB
CMYK
RGB Variations
Color information
#CE2347 (or 0xCE2347) is known color: Brick Red. HEX triplet: CE, 23 and 47. RGB value is (206,35,71). Sum of RGB (Red+Green+Blue) = 206+35+71=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2347 is #31DCB8. Grayscale: #5A5A5A. Windows color (decimal): -3267769 or 4662222. OLE color: 4662222.
HSL color Cylindrical-coordinate representation of color #CE2347: hue angle of 347.37º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2347 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 71 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.19 |
| HSL | 347.37º | 0.71% | 0.47% | - |
| HSV(B) | 347.37º | 0.83% | 0.81% | - |
| XYZ | 27.19 | 14.78 | 7.38 | - |
| YUV | 90.23 | 117.15 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 71 | 0 | 0.83 | 0.66 | 0.19 | 347.37 | 0.71 | 0.47 |
| Hex | CE | 23 | 47 | 0 | 53 | 42 | 13 | 15B | 47 | 2F |
| Octal | 316 | 43 | 107 | 0 | 123 | 102 | 23 | 533 | 107 | 57 |
| Binary | 11001110 | 100011 | 1000111 | 0 | 1010011 | 1000010 | 10011 | 101011011 | 1000111 | 101111 |
Color Harmonies of #CE2347
Complementary color
Monochromatic Colors of #CE2347
Black with #CE2347
Text Example
Text Example
White with #CE2347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2347; }
p { color: rgb(206,35,71); }
H1.HeaderClassName
{
color: #CE2347;
}
.AnyTagClassName
{
color: #CE2347;
}
</style>
background-color css
<style>
a { background-color: #CE2347; }
a { background-color: rgb(206,35,71); }
div.DivClassName
{
background-color: #CE2347;
}
.BgClassName
{
background-color: #CE2347;
}
</style>
border-color css
<style>
span { border-color: #CE2347; }
span { border-color: rgb(206,35,71); }
td.TdClassName
{
border-color: #CE2347;
}
.TagClassName
{
border-color: #CE2347;
}
</style>