Shades of Brick Red #CE314C
Tints of Brick Red #CE314C
RGB
CMYK
RGB Variations
Color information
#CE314C (or 0xCE314C) is known color: Brick Red. HEX triplet: CE, 31 and 4C. RGB value is (206,49,76). Sum of RGB (Red+Green+Blue) = 206+49+76=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE314C is #31CEB3. Grayscale: #636363. Windows color (decimal): -3264180 or 4993486. OLE color: 4993486.
HSL color Cylindrical-coordinate representation of color #CE314C: hue angle of 349.68º degrees, saturation: 0.62, 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 #CE314C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 76 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.19 |
| HSL | 349.68º | 0.62% | 0.5% | - |
| HSV(B) | 349.68º | 0.76% | 0.81% | - |
| XYZ | 27.86 | 15.84 | 8.43 | - |
| YUV | 99.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 76 | 0 | 0.76 | 0.63 | 0.19 | 349.68 | 0.62 | 0.5 |
| Hex | CE | 31 | 4C | 0 | 4C | 3F | 13 | 15E | 3E | 32 |
| Octal | 316 | 61 | 114 | 0 | 114 | 77 | 23 | 536 | 76 | 62 |
| Binary | 11001110 | 110001 | 1001100 | 0 | 1001100 | 111111 | 10011 | 101011110 | 111110 | 110010 |
Color Harmonies of #CE314C
Complementary color
Monochromatic Colors of #CE314C
Black with #CE314C
Text Example
Text Example
White with #CE314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE314C; }
p { color: rgb(206,49,76); }
H1.HeaderClassName
{
color: #CE314C;
}
.AnyTagClassName
{
color: #CE314C;
}
</style>
background-color css
<style>
a { background-color: #CE314C; }
a { background-color: rgb(206,49,76); }
div.DivClassName
{
background-color: #CE314C;
}
.BgClassName
{
background-color: #CE314C;
}
</style>
border-color css
<style>
span { border-color: #CE314C; }
span { border-color: rgb(206,49,76); }
td.TdClassName
{
border-color: #CE314C;
}
.TagClassName
{
border-color: #CE314C;
}
</style>