Shades of Brick Red #CE294A
Tints of Brick Red #CE294A
RGB
CMYK
RGB Variations
Color information
#CE294A (or 0xCE294A) is known color: Brick Red. HEX triplet: CE, 29 and 4A. RGB value is (206,41,74). Sum of RGB (Red+Green+Blue) = 206+41+74=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE294A is #31D6B5. Grayscale: #5E5E5E. Windows color (decimal): -3266230 or 4860366. OLE color: 4860366.
HSL color Cylindrical-coordinate representation of color #CE294A: hue angle of 348º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE294A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 74 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.19 |
| HSL | 348º | 0.67% | 0.48% | - |
| HSV(B) | 348º | 0.8% | 0.81% | - |
| XYZ | 27.48 | 15.2 | 7.96 | - |
| YUV | 94.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 74 | 0 | 0.80 | 0.64 | 0.19 | 348 | 0.67 | 0.48 |
| Hex | CE | 29 | 4A | 0 | 50 | 40 | 13 | 15C | 43 | 30 |
| Octal | 316 | 51 | 112 | 0 | 120 | 100 | 23 | 534 | 103 | 60 |
| Binary | 11001110 | 101001 | 1001010 | 0 | 1010000 | 1000000 | 10011 | 101011100 | 1000011 | 110000 |
Color Harmonies of #CE294A
Complementary color
Monochromatic Colors of #CE294A
Black with #CE294A
Text Example
Text Example
White with #CE294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE294A; }
p { color: rgb(206,41,74); }
H1.HeaderClassName
{
color: #CE294A;
}
.AnyTagClassName
{
color: #CE294A;
}
</style>
background-color css
<style>
a { background-color: #CE294A; }
a { background-color: rgb(206,41,74); }
div.DivClassName
{
background-color: #CE294A;
}
.BgClassName
{
background-color: #CE294A;
}
</style>
border-color css
<style>
span { border-color: #CE294A; }
span { border-color: rgb(206,41,74); }
td.TdClassName
{
border-color: #CE294A;
}
.TagClassName
{
border-color: #CE294A;
}
</style>