Shades of Brick Red #CE3242
Tints of Brick Red #CE3242
RGB
CMYK
RGB Variations
Color information
#CE3242 (or 0xCE3242) is known color: Brick Red. HEX triplet: CE, 32 and 42. RGB value is (206,50,66). Sum of RGB (Red+Green+Blue) = 206+50+66=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3242 is #31CDBD. Grayscale: #626262. Windows color (decimal): -3263934 or 4338382. OLE color: 4338382.
HSL color Cylindrical-coordinate representation of color #CE3242: hue angle of 353.85º degrees, saturation: 0.61, 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 #CE3242 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 66 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.19 |
| HSL | 353.85º | 0.61% | 0.5% | - |
| HSV(B) | 353.85º | 0.76% | 0.81% | - |
| XYZ | 27.58 | 15.8 | 6.75 | - |
| YUV | 98.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 66 | 0 | 0.76 | 0.68 | 0.19 | 353.85 | 0.61 | 0.5 |
| Hex | CE | 32 | 42 | 0 | 4C | 44 | 13 | 162 | 3D | 32 |
| Octal | 316 | 62 | 102 | 0 | 114 | 104 | 23 | 542 | 75 | 62 |
| Binary | 11001110 | 110010 | 1000010 | 0 | 1001100 | 1000100 | 10011 | 101100010 | 111101 | 110010 |
Color Harmonies of #CE3242
Complementary color
Monochromatic Colors of #CE3242
Black with #CE3242
Text Example
Text Example
White with #CE3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3242; }
p { color: rgb(206,50,66); }
H1.HeaderClassName
{
color: #CE3242;
}
.AnyTagClassName
{
color: #CE3242;
}
</style>
background-color css
<style>
a { background-color: #CE3242; }
a { background-color: rgb(206,50,66); }
div.DivClassName
{
background-color: #CE3242;
}
.BgClassName
{
background-color: #CE3242;
}
</style>
border-color css
<style>
span { border-color: #CE3242; }
span { border-color: rgb(206,50,66); }
td.TdClassName
{
border-color: #CE3242;
}
.TagClassName
{
border-color: #CE3242;
}
</style>