Shades of Brick Red #CE3144
Tints of Brick Red #CE3144
RGB
CMYK
RGB Variations
Color information
#CE3144 (or 0xCE3144) is known color: Brick Red. HEX triplet: CE, 31 and 44. RGB value is (206,49,68). Sum of RGB (Red+Green+Blue) = 206+49+68=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3144 is #31CEBB. Grayscale: #626262. Windows color (decimal): -3264188 or 4469198. OLE color: 4469198.
HSL color Cylindrical-coordinate representation of color #CE3144: hue angle of 352.74º 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 #CE3144 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 68 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.19 |
| HSL | 352.74º | 0.62% | 0.5% | - |
| HSV(B) | 352.74º | 0.76% | 0.81% | - |
| XYZ | 27.6 | 15.74 | 7.05 | - |
| YUV | 98.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 68 | 0 | 0.76 | 0.67 | 0.19 | 352.74 | 0.62 | 0.5 |
| Hex | CE | 31 | 44 | 0 | 4C | 43 | 13 | 161 | 3E | 32 |
| Octal | 316 | 61 | 104 | 0 | 114 | 103 | 23 | 541 | 76 | 62 |
| Binary | 11001110 | 110001 | 1000100 | 0 | 1001100 | 1000011 | 10011 | 101100001 | 111110 | 110010 |
Color Harmonies of #CE3144
Complementary color
Monochromatic Colors of #CE3144
Black with #CE3144
Text Example
Text Example
White with #CE3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3144; }
p { color: rgb(206,49,68); }
H1.HeaderClassName
{
color: #CE3144;
}
.AnyTagClassName
{
color: #CE3144;
}
</style>
background-color css
<style>
a { background-color: #CE3144; }
a { background-color: rgb(206,49,68); }
div.DivClassName
{
background-color: #CE3144;
}
.BgClassName
{
background-color: #CE3144;
}
</style>
border-color css
<style>
span { border-color: #CE3144; }
span { border-color: rgb(206,49,68); }
td.TdClassName
{
border-color: #CE3144;
}
.TagClassName
{
border-color: #CE3144;
}
</style>