Shades of Brick Red #CE2D43
Tints of Brick Red #CE2D43
RGB
CMYK
RGB Variations
Color information
#CE2D43 (or 0xCE2D43) is known color: Brick Red. HEX triplet: CE, 2D and 43. RGB value is (206,45,67). Sum of RGB (Red+Green+Blue) = 206+45+67=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D43 is #31D2BC. Grayscale: #5F5F5F. Windows color (decimal): -3265213 or 4402638. OLE color: 4402638.
HSL color Cylindrical-coordinate representation of color #CE2D43: hue angle of 351.8º 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 #CE2D43 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 67 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.19 |
| HSL | 351.8º | 0.64% | 0.49% | - |
| HSV(B) | 351.8º | 0.78% | 0.81% | - |
| XYZ | 27.41 | 15.4 | 6.84 | - |
| YUV | 95.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 67 | 0 | 0.78 | 0.67 | 0.19 | 351.8 | 0.64 | 0.49 |
| Hex | CE | 2D | 43 | 0 | 4E | 43 | 13 | 160 | 40 | 31 |
| Octal | 316 | 55 | 103 | 0 | 116 | 103 | 23 | 540 | 100 | 61 |
| Binary | 11001110 | 101101 | 1000011 | 0 | 1001110 | 1000011 | 10011 | 101100000 | 1000000 | 110001 |
Color Harmonies of #CE2D43
Complementary color
Monochromatic Colors of #CE2D43
Black with #CE2D43
Text Example
Text Example
White with #CE2D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D43; }
p { color: rgb(206,45,67); }
H1.HeaderClassName
{
color: #CE2D43;
}
.AnyTagClassName
{
color: #CE2D43;
}
</style>
background-color css
<style>
a { background-color: #CE2D43; }
a { background-color: rgb(206,45,67); }
div.DivClassName
{
background-color: #CE2D43;
}
.BgClassName
{
background-color: #CE2D43;
}
</style>
border-color css
<style>
span { border-color: #CE2D43; }
span { border-color: rgb(206,45,67); }
td.TdClassName
{
border-color: #CE2D43;
}
.TagClassName
{
border-color: #CE2D43;
}
</style>