Shades of Brick Red #CE364D
Tints of Brick Red #CE364D
RGB
CMYK
RGB Variations
Color information
#CE364D (or 0xCE364D) is known color: Brick Red. HEX triplet: CE, 36 and 4D. RGB value is (206,54,77). Sum of RGB (Red+Green+Blue) = 206+54+77=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE364D is #31C9B2. Grayscale: #666666. Windows color (decimal): -3262899 or 5060302. OLE color: 5060302.
HSL color Cylindrical-coordinate representation of color #CE364D: hue angle of 350.92º 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 #CE364D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 77 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.19 |
| HSL | 350.92º | 0.61% | 0.51% | - |
| HSV(B) | 350.92º | 0.74% | 0.81% | - |
| XYZ | 28.11 | 16.3 | 8.68 | - |
| YUV | 102.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 77 | 0 | 0.74 | 0.63 | 0.19 | 350.92 | 0.61 | 0.51 |
| Hex | CE | 36 | 4D | 0 | 4A | 3F | 13 | 15F | 3D | 33 |
| Octal | 316 | 66 | 115 | 0 | 112 | 77 | 23 | 537 | 75 | 63 |
| Binary | 11001110 | 110110 | 1001101 | 0 | 1001010 | 111111 | 10011 | 101011111 | 111101 | 110011 |
Color Harmonies of #CE364D
Complementary color
Monochromatic Colors of #CE364D
Black with #CE364D
Text Example
Text Example
White with #CE364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE364D; }
p { color: rgb(206,54,77); }
H1.HeaderClassName
{
color: #CE364D;
}
.AnyTagClassName
{
color: #CE364D;
}
</style>
background-color css
<style>
a { background-color: #CE364D; }
a { background-color: rgb(206,54,77); }
div.DivClassName
{
background-color: #CE364D;
}
.BgClassName
{
background-color: #CE364D;
}
</style>
border-color css
<style>
span { border-color: #CE364D; }
span { border-color: rgb(206,54,77); }
td.TdClassName
{
border-color: #CE364D;
}
.TagClassName
{
border-color: #CE364D;
}
</style>