Shades of Brick Red #CE3342
Tints of Brick Red #CE3342
RGB
CMYK
RGB Variations
Color information
#CE3342 (or 0xCE3342) is known color: Brick Red. HEX triplet: CE, 33 and 42. RGB value is (206,51,66). Sum of RGB (Red+Green+Blue) = 206+51+66=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3342 is #31CCBD. Grayscale: #636363. Windows color (decimal): -3263678 or 4338638. OLE color: 4338638.
HSL color Cylindrical-coordinate representation of color #CE3342: hue angle of 354.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3342 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 66 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.19 |
| HSL | 354.19º | 0.61% | 0.5% | - |
| HSV(B) | 354.19º | 0.75% | 0.81% | - |
| XYZ | 27.62 | 15.88 | 6.76 | - |
| YUV | 99.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 66 | 0 | 0.75 | 0.68 | 0.19 | 354.19 | 0.61 | 0.5 |
| Hex | CE | 33 | 42 | 0 | 4B | 44 | 13 | 162 | 3D | 32 |
| Octal | 316 | 63 | 102 | 0 | 113 | 104 | 23 | 542 | 75 | 62 |
| Binary | 11001110 | 110011 | 1000010 | 0 | 1001011 | 1000100 | 10011 | 101100010 | 111101 | 110010 |
Color Harmonies of #CE3342
Complementary color
Monochromatic Colors of #CE3342
Black with #CE3342
Text Example
Text Example
White with #CE3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3342; }
p { color: rgb(206,51,66); }
H1.HeaderClassName
{
color: #CE3342;
}
.AnyTagClassName
{
color: #CE3342;
}
</style>
background-color css
<style>
a { background-color: #CE3342; }
a { background-color: rgb(206,51,66); }
div.DivClassName
{
background-color: #CE3342;
}
.BgClassName
{
background-color: #CE3342;
}
</style>
border-color css
<style>
span { border-color: #CE3342; }
span { border-color: rgb(206,51,66); }
td.TdClassName
{
border-color: #CE3342;
}
.TagClassName
{
border-color: #CE3342;
}
</style>