Shades of Brick Red #CE3647
Tints of Brick Red #CE3647
RGB
CMYK
RGB Variations
Color information
#CE3647 (or 0xCE3647) is known color: Brick Red. HEX triplet: CE, 36 and 47. RGB value is (206,54,71). Sum of RGB (Red+Green+Blue) = 206+54+71=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3647 is #31C9B8. Grayscale: #656565. Windows color (decimal): -3262905 or 4667086. OLE color: 4667086.
HSL color Cylindrical-coordinate representation of color #CE3647: hue angle of 353.29º 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 #CE3647 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 71 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.19 |
| HSL | 353.29º | 0.61% | 0.51% | - |
| HSV(B) | 353.29º | 0.74% | 0.81% | - |
| XYZ | 27.91 | 16.22 | 7.62 | - |
| YUV | 101.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 71 | 0 | 0.74 | 0.66 | 0.19 | 353.29 | 0.61 | 0.51 |
| Hex | CE | 36 | 47 | 0 | 4A | 42 | 13 | 161 | 3D | 33 |
| Octal | 316 | 66 | 107 | 0 | 112 | 102 | 23 | 541 | 75 | 63 |
| Binary | 11001110 | 110110 | 1000111 | 0 | 1001010 | 1000010 | 10011 | 101100001 | 111101 | 110011 |
Color Harmonies of #CE3647
Complementary color
Monochromatic Colors of #CE3647
Black with #CE3647
Text Example
Text Example
White with #CE3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3647; }
p { color: rgb(206,54,71); }
H1.HeaderClassName
{
color: #CE3647;
}
.AnyTagClassName
{
color: #CE3647;
}
</style>
background-color css
<style>
a { background-color: #CE3647; }
a { background-color: rgb(206,54,71); }
div.DivClassName
{
background-color: #CE3647;
}
.BgClassName
{
background-color: #CE3647;
}
</style>
border-color css
<style>
span { border-color: #CE3647; }
span { border-color: rgb(206,54,71); }
td.TdClassName
{
border-color: #CE3647;
}
.TagClassName
{
border-color: #CE3647;
}
</style>