Shades of Brick Red #CE2A39
Tints of Brick Red #CE2A39
RGB
CMYK
RGB Variations
Color information
#CE2A39 (or 0xCE2A39) is known color: Brick Red. HEX triplet: CE, 2A and 39. RGB value is (206,42,57). Sum of RGB (Red+Green+Blue) = 206+42+57=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2A39 is #31D5C6. Grayscale: #5C5C5C. Windows color (decimal): -3265991 or 3746510. OLE color: 3746510.
HSL color Cylindrical-coordinate representation of color #CE2A39: hue angle of 354.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A39 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 57 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.19 |
| HSL | 354.51º | 0.66% | 0.49% | - |
| HSV(B) | 354.51º | 0.8% | 0.81% | - |
| XYZ | 27.02 | 15.07 | 5.36 | - |
| YUV | 92.75 | 107.83 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 57 | 0 | 0.80 | 0.72 | 0.19 | 354.51 | 0.66 | 0.49 |
| Hex | CE | 2A | 39 | 0 | 50 | 48 | 13 | 163 | 42 | 31 |
| Octal | 316 | 52 | 71 | 0 | 120 | 110 | 23 | 543 | 102 | 61 |
| Binary | 11001110 | 101010 | 111001 | 0 | 1010000 | 1001000 | 10011 | 101100011 | 1000010 | 110001 |
Color Harmonies of #CE2A39
Complementary color
Monochromatic Colors of #CE2A39
Black with #CE2A39
Text Example
Text Example
White with #CE2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A39; }
p { color: rgb(206,42,57); }
H1.HeaderClassName
{
color: #CE2A39;
}
.AnyTagClassName
{
color: #CE2A39;
}
</style>
background-color css
<style>
a { background-color: #CE2A39; }
a { background-color: rgb(206,42,57); }
div.DivClassName
{
background-color: #CE2A39;
}
.BgClassName
{
background-color: #CE2A39;
}
</style>
border-color css
<style>
span { border-color: #CE2A39; }
span { border-color: rgb(206,42,57); }
td.TdClassName
{
border-color: #CE2A39;
}
.TagClassName
{
border-color: #CE2A39;
}
</style>