Shades of Brick Red #CE3143
Tints of Brick Red #CE3143
RGB
CMYK
RGB Variations
Color information
#CE3143 (or 0xCE3143) is known color: Brick Red. HEX triplet: CE, 31 and 43. RGB value is (206,49,67). Sum of RGB (Red+Green+Blue) = 206+49+67=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3143 is #31CEBC. Grayscale: #626262. Windows color (decimal): -3264189 or 4403662. OLE color: 4403662.
HSL color Cylindrical-coordinate representation of color #CE3143: hue angle of 353.12º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3143 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 67 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.19 |
| HSL | 353.12º | 0.62% | 0.5% | - |
| HSV(B) | 353.12º | 0.76% | 0.81% | - |
| XYZ | 27.57 | 15.72 | 6.89 | - |
| YUV | 98 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 67 | 0 | 0.76 | 0.67 | 0.19 | 353.12 | 0.62 | 0.5 |
| Hex | CE | 31 | 43 | 0 | 4C | 43 | 13 | 161 | 3E | 32 |
| Octal | 316 | 61 | 103 | 0 | 114 | 103 | 23 | 541 | 76 | 62 |
| Binary | 11001110 | 110001 | 1000011 | 0 | 1001100 | 1000011 | 10011 | 101100001 | 111110 | 110010 |
Color Harmonies of #CE3143
Complementary color
Monochromatic Colors of #CE3143
Black with #CE3143
Text Example
Text Example
White with #CE3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3143; }
p { color: rgb(206,49,67); }
H1.HeaderClassName
{
color: #CE3143;
}
.AnyTagClassName
{
color: #CE3143;
}
</style>
background-color css
<style>
a { background-color: #CE3143; }
a { background-color: rgb(206,49,67); }
div.DivClassName
{
background-color: #CE3143;
}
.BgClassName
{
background-color: #CE3143;
}
</style>
border-color css
<style>
span { border-color: #CE3143; }
span { border-color: rgb(206,49,67); }
td.TdClassName
{
border-color: #CE3143;
}
.TagClassName
{
border-color: #CE3143;
}
</style>