Shades of Brick Red #CE2E3C
Tints of Brick Red #CE2E3C
RGB
CMYK
RGB Variations
Color information
#CE2E3C (or 0xCE2E3C) is known color: Brick Red. HEX triplet: CE, 2E and 3C. RGB value is (206,46,60). Sum of RGB (Red+Green+Blue) = 206+46+60=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E3C is #31D1C3. Grayscale: #5F5F5F. Windows color (decimal): -3264964 or 3944142. OLE color: 3944142.
HSL color Cylindrical-coordinate representation of color #CE2E3C: hue angle of 354.75º degrees, saturation: 0.63, 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 #CE2E3C is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 60 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.19 |
| HSL | 354.75º | 0.63% | 0.49% | - |
| HSV(B) | 354.75º | 0.78% | 0.81% | - |
| XYZ | 27.25 | 15.4 | 5.81 | - |
| YUV | 95.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 60 | 0 | 0.78 | 0.71 | 0.19 | 354.75 | 0.63 | 0.49 |
| Hex | CE | 2E | 3C | 0 | 4E | 47 | 13 | 163 | 3F | 31 |
| Octal | 316 | 56 | 74 | 0 | 116 | 107 | 23 | 543 | 77 | 61 |
| Binary | 11001110 | 101110 | 111100 | 0 | 1001110 | 1000111 | 10011 | 101100011 | 111111 | 110001 |
Color Harmonies of #CE2E3C
Complementary color
Monochromatic Colors of #CE2E3C
Black with #CE2E3C
Text Example
Text Example
White with #CE2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E3C; }
p { color: rgb(206,46,60); }
H1.HeaderClassName
{
color: #CE2E3C;
}
.AnyTagClassName
{
color: #CE2E3C;
}
</style>
background-color css
<style>
a { background-color: #CE2E3C; }
a { background-color: rgb(206,46,60); }
div.DivClassName
{
background-color: #CE2E3C;
}
.BgClassName
{
background-color: #CE2E3C;
}
</style>
border-color css
<style>
span { border-color: #CE2E3C; }
span { border-color: rgb(206,46,60); }
td.TdClassName
{
border-color: #CE2E3C;
}
.TagClassName
{
border-color: #CE2E3C;
}
</style>