Shades of Brick Red #CE214A
Tints of Brick Red #CE214A
RGB
CMYK
RGB Variations
Color information
#CE214A (or 0xCE214A) is known color: Brick Red. HEX triplet: CE, 21 and 4A. RGB value is (206,33,74). Sum of RGB (Red+Green+Blue) = 206+33+74=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE214A is #31DEB5. Grayscale: #595959. Windows color (decimal): -3268278 or 4858318. OLE color: 4858318.
HSL color Cylindrical-coordinate representation of color #CE214A: hue angle of 345.78º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE214A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 74 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.19 |
| HSL | 345.78º | 0.72% | 0.47% | - |
| HSV(B) | 345.78º | 0.84% | 0.81% | - |
| XYZ | 27.23 | 14.7 | 7.88 | - |
| YUV | 89.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 74 | 0 | 0.84 | 0.64 | 0.19 | 345.78 | 0.72 | 0.47 |
| Hex | CE | 21 | 4A | 0 | 54 | 40 | 13 | 15A | 48 | 2F |
| Octal | 316 | 41 | 112 | 0 | 124 | 100 | 23 | 532 | 110 | 57 |
| Binary | 11001110 | 100001 | 1001010 | 0 | 1010100 | 1000000 | 10011 | 101011010 | 1001000 | 101111 |
Color Harmonies of #CE214A
Complementary color
Monochromatic Colors of #CE214A
Black with #CE214A
Text Example
Text Example
White with #CE214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE214A; }
p { color: rgb(206,33,74); }
H1.HeaderClassName
{
color: #CE214A;
}
.AnyTagClassName
{
color: #CE214A;
}
</style>
background-color css
<style>
a { background-color: #CE214A; }
a { background-color: rgb(206,33,74); }
div.DivClassName
{
background-color: #CE214A;
}
.BgClassName
{
background-color: #CE214A;
}
</style>
border-color css
<style>
span { border-color: #CE214A; }
span { border-color: rgb(206,33,74); }
td.TdClassName
{
border-color: #CE214A;
}
.TagClassName
{
border-color: #CE214A;
}
</style>