Shades of Brick Red #CE234A
Tints of Brick Red #CE234A
RGB
CMYK
RGB Variations
Color information
#CE234A (or 0xCE234A) is known color: Brick Red. HEX triplet: CE, 23 and 4A. RGB value is (206,35,74). Sum of RGB (Red+Green+Blue) = 206+35+74=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE234A is #31DCB5. Grayscale: #5A5A5A. Windows color (decimal): -3267766 or 4858830. OLE color: 4858830.
HSL color Cylindrical-coordinate representation of color #CE234A: hue angle of 346.32º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE234A is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 74 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.19 |
| HSL | 346.32º | 0.71% | 0.47% | - |
| HSV(B) | 346.32º | 0.83% | 0.81% | - |
| XYZ | 27.29 | 14.82 | 7.9 | - |
| YUV | 90.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 74 | 0 | 0.83 | 0.64 | 0.19 | 346.32 | 0.71 | 0.47 |
| Hex | CE | 23 | 4A | 0 | 53 | 40 | 13 | 15A | 47 | 2F |
| Octal | 316 | 43 | 112 | 0 | 123 | 100 | 23 | 532 | 107 | 57 |
| Binary | 11001110 | 100011 | 1001010 | 0 | 1010011 | 1000000 | 10011 | 101011010 | 1000111 | 101111 |
Color Harmonies of #CE234A
Complementary color
Monochromatic Colors of #CE234A
Black with #CE234A
Text Example
Text Example
White with #CE234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE234A; }
p { color: rgb(206,35,74); }
H1.HeaderClassName
{
color: #CE234A;
}
.AnyTagClassName
{
color: #CE234A;
}
</style>
background-color css
<style>
a { background-color: #CE234A; }
a { background-color: rgb(206,35,74); }
div.DivClassName
{
background-color: #CE234A;
}
.BgClassName
{
background-color: #CE234A;
}
</style>
border-color css
<style>
span { border-color: #CE234A; }
span { border-color: rgb(206,35,74); }
td.TdClassName
{
border-color: #CE234A;
}
.TagClassName
{
border-color: #CE234A;
}
</style>