Shades of Brick Red #CE354C
Tints of Brick Red #CE354C
RGB
CMYK
RGB Variations
Color information
#CE354C (or 0xCE354C) is known color: Brick Red. HEX triplet: CE, 35 and 4C. RGB value is (206,53,76). Sum of RGB (Red+Green+Blue) = 206+53+76=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE354C is #31CAB3. Grayscale: #656565. Windows color (decimal): -3263156 or 4994510. OLE color: 4994510.
HSL color Cylindrical-coordinate representation of color #CE354C: hue angle of 350.98º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE354C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 76 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.19 |
| HSL | 350.98º | 0.61% | 0.51% | - |
| HSV(B) | 350.98º | 0.74% | 0.81% | - |
| XYZ | 28.03 | 16.19 | 8.49 | - |
| YUV | 101.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 76 | 0 | 0.74 | 0.63 | 0.19 | 350.98 | 0.61 | 0.51 |
| Hex | CE | 35 | 4C | 0 | 4A | 3F | 13 | 15F | 3D | 33 |
| Octal | 316 | 65 | 114 | 0 | 112 | 77 | 23 | 537 | 75 | 63 |
| Binary | 11001110 | 110101 | 1001100 | 0 | 1001010 | 111111 | 10011 | 101011111 | 111101 | 110011 |
Color Harmonies of #CE354C
Complementary color
Monochromatic Colors of #CE354C
Black with #CE354C
Text Example
Text Example
White with #CE354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE354C; }
p { color: rgb(206,53,76); }
H1.HeaderClassName
{
color: #CE354C;
}
.AnyTagClassName
{
color: #CE354C;
}
</style>
background-color css
<style>
a { background-color: #CE354C; }
a { background-color: rgb(206,53,76); }
div.DivClassName
{
background-color: #CE354C;
}
.BgClassName
{
background-color: #CE354C;
}
</style>
border-color css
<style>
span { border-color: #CE354C; }
span { border-color: rgb(206,53,76); }
td.TdClassName
{
border-color: #CE354C;
}
.TagClassName
{
border-color: #CE354C;
}
</style>