Shades of Brick Red #CE324B
Tints of Brick Red #CE324B
RGB
CMYK
RGB Variations
Color information
#CE324B (or 0xCE324B) is known color: Brick Red. HEX triplet: CE, 32 and 4B. RGB value is (206,50,75). Sum of RGB (Red+Green+Blue) = 206+50+75=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE324B is #31CDB4. Grayscale: #636363. Windows color (decimal): -3263925 or 4928206. OLE color: 4928206.
HSL color Cylindrical-coordinate representation of color #CE324B: hue angle of 350.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE324B is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 75 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.19 |
| HSL | 350.38º | 0.61% | 0.5% | - |
| HSV(B) | 350.38º | 0.76% | 0.81% | - |
| XYZ | 27.86 | 15.91 | 8.26 | - |
| YUV | 99.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 75 | 0 | 0.76 | 0.64 | 0.19 | 350.38 | 0.61 | 0.5 |
| Hex | CE | 32 | 4B | 0 | 4C | 40 | 13 | 15E | 3D | 32 |
| Octal | 316 | 62 | 113 | 0 | 114 | 100 | 23 | 536 | 75 | 62 |
| Binary | 11001110 | 110010 | 1001011 | 0 | 1001100 | 1000000 | 10011 | 101011110 | 111101 | 110010 |
Color Harmonies of #CE324B
Complementary color
Monochromatic Colors of #CE324B
Black with #CE324B
Text Example
Text Example
White with #CE324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE324B; }
p { color: rgb(206,50,75); }
H1.HeaderClassName
{
color: #CE324B;
}
.AnyTagClassName
{
color: #CE324B;
}
</style>
background-color css
<style>
a { background-color: #CE324B; }
a { background-color: rgb(206,50,75); }
div.DivClassName
{
background-color: #CE324B;
}
.BgClassName
{
background-color: #CE324B;
}
</style>
border-color css
<style>
span { border-color: #CE324B; }
span { border-color: rgb(206,50,75); }
td.TdClassName
{
border-color: #CE324B;
}
.TagClassName
{
border-color: #CE324B;
}
</style>