Shades of Brick Red #CE314A
Tints of Brick Red #CE314A
RGB
CMYK
RGB Variations
Color information
#CE314A (or 0xCE314A) is known color: Brick Red. HEX triplet: CE, 31 and 4A. RGB value is (206,49,74). Sum of RGB (Red+Green+Blue) = 206+49+74=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE314A is #31CEB5. Grayscale: #626262. Windows color (decimal): -3264182 or 4862414. OLE color: 4862414.
HSL color Cylindrical-coordinate representation of color #CE314A: hue angle of 350.45º 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 #CE314A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 74 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.19 |
| HSL | 350.45º | 0.62% | 0.5% | - |
| HSV(B) | 350.45º | 0.76% | 0.81% | - |
| XYZ | 27.79 | 15.81 | 8.07 | - |
| YUV | 98.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 74 | 0 | 0.76 | 0.64 | 0.19 | 350.45 | 0.62 | 0.5 |
| Hex | CE | 31 | 4A | 0 | 4C | 40 | 13 | 15E | 3E | 32 |
| Octal | 316 | 61 | 112 | 0 | 114 | 100 | 23 | 536 | 76 | 62 |
| Binary | 11001110 | 110001 | 1001010 | 0 | 1001100 | 1000000 | 10011 | 101011110 | 111110 | 110010 |
Color Harmonies of #CE314A
Complementary color
Monochromatic Colors of #CE314A
Black with #CE314A
Text Example
Text Example
White with #CE314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE314A; }
p { color: rgb(206,49,74); }
H1.HeaderClassName
{
color: #CE314A;
}
.AnyTagClassName
{
color: #CE314A;
}
</style>
background-color css
<style>
a { background-color: #CE314A; }
a { background-color: rgb(206,49,74); }
div.DivClassName
{
background-color: #CE314A;
}
.BgClassName
{
background-color: #CE314A;
}
</style>
border-color css
<style>
span { border-color: #CE314A; }
span { border-color: rgb(206,49,74); }
td.TdClassName
{
border-color: #CE314A;
}
.TagClassName
{
border-color: #CE314A;
}
</style>