Shades of Brick Red #CE3046
Tints of Brick Red #CE3046
RGB
CMYK
RGB Variations
Color information
#CE3046 (or 0xCE3046) is known color: Brick Red. HEX triplet: CE, 30 and 46. RGB value is (206,48,70). Sum of RGB (Red+Green+Blue) = 206+48+70=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3046 is #31CFB9. Grayscale: #616161. Windows color (decimal): -3264442 or 4600014. OLE color: 4600014.
HSL color Cylindrical-coordinate representation of color #CE3046: hue angle of 351.65º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3046 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 70 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.19 |
| HSL | 351.65º | 0.62% | 0.5% | - |
| HSV(B) | 351.65º | 0.77% | 0.81% | - |
| XYZ | 27.62 | 15.68 | 7.36 | - |
| YUV | 97.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 70 | 0 | 0.77 | 0.66 | 0.19 | 351.65 | 0.62 | 0.5 |
| Hex | CE | 30 | 46 | 0 | 4D | 42 | 13 | 160 | 3E | 32 |
| Octal | 316 | 60 | 106 | 0 | 115 | 102 | 23 | 540 | 76 | 62 |
| Binary | 11001110 | 110000 | 1000110 | 0 | 1001101 | 1000010 | 10011 | 101100000 | 111110 | 110010 |
Color Harmonies of #CE3046
Complementary color
Monochromatic Colors of #CE3046
Black with #CE3046
Text Example
Text Example
White with #CE3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3046; }
p { color: rgb(206,48,70); }
H1.HeaderClassName
{
color: #CE3046;
}
.AnyTagClassName
{
color: #CE3046;
}
</style>
background-color css
<style>
a { background-color: #CE3046; }
a { background-color: rgb(206,48,70); }
div.DivClassName
{
background-color: #CE3046;
}
.BgClassName
{
background-color: #CE3046;
}
</style>
border-color css
<style>
span { border-color: #CE3046; }
span { border-color: rgb(206,48,70); }
td.TdClassName
{
border-color: #CE3046;
}
.TagClassName
{
border-color: #CE3046;
}
</style>