Shades of Brick Red #CE2B48
Tints of Brick Red #CE2B48
RGB
CMYK
RGB Variations
Color information
#CE2B48 (or 0xCE2B48) is known color: Brick Red. HEX triplet: CE, 2B and 48. RGB value is (206,43,72). Sum of RGB (Red+Green+Blue) = 206+43+72=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B48 is #31D4B7. Grayscale: #5F5F5F. Windows color (decimal): -3265720 or 4729806. OLE color: 4729806.
HSL color Cylindrical-coordinate representation of color #CE2B48: hue angle of 349.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B48 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 72 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.19 |
| HSL | 349.33º | 0.65% | 0.49% | - |
| HSV(B) | 349.33º | 0.79% | 0.81% | - |
| XYZ | 27.49 | 15.32 | 7.64 | - |
| YUV | 95.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 72 | 0 | 0.79 | 0.65 | 0.19 | 349.33 | 0.65 | 0.49 |
| Hex | CE | 2B | 48 | 0 | 4F | 41 | 13 | 15D | 41 | 31 |
| Octal | 316 | 53 | 110 | 0 | 117 | 101 | 23 | 535 | 101 | 61 |
| Binary | 11001110 | 101011 | 1001000 | 0 | 1001111 | 1000001 | 10011 | 101011101 | 1000001 | 110001 |
Color Harmonies of #CE2B48
Complementary color
Monochromatic Colors of #CE2B48
Black with #CE2B48
Text Example
Text Example
White with #CE2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B48; }
p { color: rgb(206,43,72); }
H1.HeaderClassName
{
color: #CE2B48;
}
.AnyTagClassName
{
color: #CE2B48;
}
</style>
background-color css
<style>
a { background-color: #CE2B48; }
a { background-color: rgb(206,43,72); }
div.DivClassName
{
background-color: #CE2B48;
}
.BgClassName
{
background-color: #CE2B48;
}
</style>
border-color css
<style>
span { border-color: #CE2B48; }
span { border-color: rgb(206,43,72); }
td.TdClassName
{
border-color: #CE2B48;
}
.TagClassName
{
border-color: #CE2B48;
}
</style>