Shades of Brick Red #CE3A47
Tints of Brick Red #CE3A47
RGB
CMYK
RGB Variations
Color information
#CE3A47 (or 0xCE3A47) is known color: Brick Red. HEX triplet: CE, 3A and 47. RGB value is (206,58,71). Sum of RGB (Red+Green+Blue) = 206+58+71=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A47 is #31C5B8. Grayscale: #676767. Windows color (decimal): -3261881 or 4668110. OLE color: 4668110.
HSL color Cylindrical-coordinate representation of color #CE3A47: hue angle of 354.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A47 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 71 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.19 |
| HSL | 354.73º | 0.6% | 0.52% | - |
| HSV(B) | 354.73º | 0.72% | 0.81% | - |
| XYZ | 28.1 | 16.6 | 7.68 | - |
| YUV | 103.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 71 | 0 | 0.72 | 0.66 | 0.19 | 354.73 | 0.6 | 0.52 |
| Hex | CE | 3A | 47 | 0 | 48 | 42 | 13 | 163 | 3C | 34 |
| Octal | 316 | 72 | 107 | 0 | 110 | 102 | 23 | 543 | 74 | 64 |
| Binary | 11001110 | 111010 | 1000111 | 0 | 1001000 | 1000010 | 10011 | 101100011 | 111100 | 110100 |
Color Harmonies of #CE3A47
Complementary color
Monochromatic Colors of #CE3A47
Black with #CE3A47
Text Example
Text Example
White with #CE3A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A47; }
p { color: rgb(206,58,71); }
H1.HeaderClassName
{
color: #CE3A47;
}
.AnyTagClassName
{
color: #CE3A47;
}
</style>
background-color css
<style>
a { background-color: #CE3A47; }
a { background-color: rgb(206,58,71); }
div.DivClassName
{
background-color: #CE3A47;
}
.BgClassName
{
background-color: #CE3A47;
}
</style>
border-color css
<style>
span { border-color: #CE3A47; }
span { border-color: rgb(206,58,71); }
td.TdClassName
{
border-color: #CE3A47;
}
.TagClassName
{
border-color: #CE3A47;
}
</style>