Shades of Brick Red #CE204A
Tints of Brick Red #CE204A
RGB
CMYK
RGB Variations
Color information
#CE204A (or 0xCE204A) is known color: Brick Red. HEX triplet: CE, 20 and 4A. RGB value is (206,32,74). Sum of RGB (Red+Green+Blue) = 206+32+74=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE204A is #31DFB5. Grayscale: #585858. Windows color (decimal): -3268534 or 4858062. OLE color: 4858062.
HSL color Cylindrical-coordinate representation of color #CE204A: hue angle of 345.52º degrees, saturation: 0.73, 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 #CE204A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 74 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.19 |
| HSL | 345.52º | 0.73% | 0.47% | - |
| HSV(B) | 345.52º | 0.84% | 0.81% | - |
| XYZ | 27.21 | 14.65 | 7.87 | - |
| YUV | 88.81 | 119.65 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 74 | 0 | 0.84 | 0.64 | 0.19 | 345.52 | 0.73 | 0.47 |
| Hex | CE | 20 | 4A | 0 | 54 | 40 | 13 | 15A | 49 | 2F |
| Octal | 316 | 40 | 112 | 0 | 124 | 100 | 23 | 532 | 111 | 57 |
| Binary | 11001110 | 100000 | 1001010 | 0 | 1010100 | 1000000 | 10011 | 101011010 | 1001001 | 101111 |
Color Harmonies of #CE204A
Complementary color
Monochromatic Colors of #CE204A
Black with #CE204A
Text Example
Text Example
White with #CE204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE204A; }
p { color: rgb(206,32,74); }
H1.HeaderClassName
{
color: #CE204A;
}
.AnyTagClassName
{
color: #CE204A;
}
</style>
background-color css
<style>
a { background-color: #CE204A; }
a { background-color: rgb(206,32,74); }
div.DivClassName
{
background-color: #CE204A;
}
.BgClassName
{
background-color: #CE204A;
}
</style>
border-color css
<style>
span { border-color: #CE204A; }
span { border-color: rgb(206,32,74); }
td.TdClassName
{
border-color: #CE204A;
}
.TagClassName
{
border-color: #CE204A;
}
</style>