Shades of Brick Red #CE2640
Tints of Brick Red #CE2640
RGB
CMYK
RGB Variations
Color information
#CE2640 (or 0xCE2640) is known color: Brick Red. HEX triplet: CE, 26 and 40. RGB value is (206,38,64). Sum of RGB (Red+Green+Blue) = 206+38+64=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2640 is #31D9BF. Grayscale: #5B5B5B. Windows color (decimal): -3267008 or 4204238. OLE color: 4204238.
HSL color Cylindrical-coordinate representation of color #CE2640: hue angle of 350.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2640 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 64 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.19 |
| HSL | 350.71º | 0.69% | 0.48% | - |
| HSV(B) | 350.71º | 0.82% | 0.81% | - |
| XYZ | 27.07 | 14.88 | 6.3 | - |
| YUV | 91.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 64 | 0 | 0.82 | 0.69 | 0.19 | 350.71 | 0.69 | 0.48 |
| Hex | CE | 26 | 40 | 0 | 52 | 45 | 13 | 15F | 45 | 30 |
| Octal | 316 | 46 | 100 | 0 | 122 | 105 | 23 | 537 | 105 | 60 |
| Binary | 11001110 | 100110 | 1000000 | 0 | 1010010 | 1000101 | 10011 | 101011111 | 1000101 | 110000 |
Color Harmonies of #CE2640
Complementary color
Monochromatic Colors of #CE2640
Black with #CE2640
Text Example
Text Example
White with #CE2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2640; }
p { color: rgb(206,38,64); }
H1.HeaderClassName
{
color: #CE2640;
}
.AnyTagClassName
{
color: #CE2640;
}
</style>
background-color css
<style>
a { background-color: #CE2640; }
a { background-color: rgb(206,38,64); }
div.DivClassName
{
background-color: #CE2640;
}
.BgClassName
{
background-color: #CE2640;
}
</style>
border-color css
<style>
span { border-color: #CE2640; }
span { border-color: rgb(206,38,64); }
td.TdClassName
{
border-color: #CE2640;
}
.TagClassName
{
border-color: #CE2640;
}
</style>