Shades of Brick Red #CE2D46
Tints of Brick Red #CE2D46
RGB
CMYK
RGB Variations
Color information
#CE2D46 (or 0xCE2D46) is known color: Brick Red. HEX triplet: CE, 2D and 46. RGB value is (206,45,70). Sum of RGB (Red+Green+Blue) = 206+45+70=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D46 is #31D2B9. Grayscale: #606060. Windows color (decimal): -3265210 or 4599246. OLE color: 4599246.
HSL color Cylindrical-coordinate representation of color #CE2D46: hue angle of 350.68º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D46 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 70 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.19 |
| HSL | 350.68º | 0.64% | 0.49% | - |
| HSV(B) | 350.68º | 0.78% | 0.81% | - |
| XYZ | 27.5 | 15.44 | 7.33 | - |
| YUV | 95.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 70 | 0 | 0.78 | 0.66 | 0.19 | 350.68 | 0.64 | 0.49 |
| Hex | CE | 2D | 46 | 0 | 4E | 42 | 13 | 15F | 40 | 31 |
| Octal | 316 | 55 | 106 | 0 | 116 | 102 | 23 | 537 | 100 | 61 |
| Binary | 11001110 | 101101 | 1000110 | 0 | 1001110 | 1000010 | 10011 | 101011111 | 1000000 | 110001 |
Color Harmonies of #CE2D46
Complementary color
Monochromatic Colors of #CE2D46
Black with #CE2D46
Text Example
Text Example
White with #CE2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D46; }
p { color: rgb(206,45,70); }
H1.HeaderClassName
{
color: #CE2D46;
}
.AnyTagClassName
{
color: #CE2D46;
}
</style>
background-color css
<style>
a { background-color: #CE2D46; }
a { background-color: rgb(206,45,70); }
div.DivClassName
{
background-color: #CE2D46;
}
.BgClassName
{
background-color: #CE2D46;
}
</style>
border-color css
<style>
span { border-color: #CE2D46; }
span { border-color: rgb(206,45,70); }
td.TdClassName
{
border-color: #CE2D46;
}
.TagClassName
{
border-color: #CE2D46;
}
</style>