Shades of Brick Red #CE4048
Tints of Brick Red #CE4048
RGB
CMYK
RGB Variations
Color information
#CE4048 (or 0xCE4048) is known color: Brick Red. HEX triplet: CE, 40 and 48. RGB value is (206,64,72). Sum of RGB (Red+Green+Blue) = 206+64+72=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4048 is #31BFB7. Grayscale: #6B6B6B. Windows color (decimal): -3260344 or 4735182. OLE color: 4735182.
HSL color Cylindrical-coordinate representation of color #CE4048: hue angle of 356.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4048 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 72 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.19 |
| HSL | 356.62º | 0.59% | 0.53% | - |
| HSV(B) | 356.62º | 0.69% | 0.81% | - |
| XYZ | 28.46 | 17.26 | 7.96 | - |
| YUV | 107.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 72 | 0 | 0.69 | 0.65 | 0.19 | 356.62 | 0.59 | 0.53 |
| Hex | CE | 40 | 48 | 0 | 45 | 41 | 13 | 165 | 3B | 35 |
| Octal | 316 | 100 | 110 | 0 | 105 | 101 | 23 | 545 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1001000 | 0 | 1000101 | 1000001 | 10011 | 101100101 | 111011 | 110101 |
Color Harmonies of #CE4048
Complementary color
Monochromatic Colors of #CE4048
Black with #CE4048
Text Example
Text Example
White with #CE4048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4048; }
p { color: rgb(206,64,72); }
H1.HeaderClassName
{
color: #CE4048;
}
.AnyTagClassName
{
color: #CE4048;
}
</style>
background-color css
<style>
a { background-color: #CE4048; }
a { background-color: rgb(206,64,72); }
div.DivClassName
{
background-color: #CE4048;
}
.BgClassName
{
background-color: #CE4048;
}
</style>
border-color css
<style>
span { border-color: #CE4048; }
span { border-color: rgb(206,64,72); }
td.TdClassName
{
border-color: #CE4048;
}
.TagClassName
{
border-color: #CE4048;
}
</style>