Shades of Brick Red #CE3442
Tints of Brick Red #CE3442
RGB
CMYK
RGB Variations
Color information
#CE3442 (or 0xCE3442) is known color: Brick Red. HEX triplet: CE, 34 and 42. RGB value is (206,52,66). Sum of RGB (Red+Green+Blue) = 206+52+66=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3442 is #31CBBD. Grayscale: #636363. Windows color (decimal): -3263422 or 4338894. OLE color: 4338894.
HSL color Cylindrical-coordinate representation of color #CE3442: hue angle of 354.55º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3442 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 66 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.19 |
| HSL | 354.55º | 0.61% | 0.51% | - |
| HSV(B) | 354.55º | 0.75% | 0.81% | - |
| XYZ | 27.66 | 15.97 | 6.78 | - |
| YUV | 99.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 66 | 0 | 0.75 | 0.68 | 0.19 | 354.55 | 0.61 | 0.51 |
| Hex | CE | 34 | 42 | 0 | 4B | 44 | 13 | 163 | 3D | 33 |
| Octal | 316 | 64 | 102 | 0 | 113 | 104 | 23 | 543 | 75 | 63 |
| Binary | 11001110 | 110100 | 1000010 | 0 | 1001011 | 1000100 | 10011 | 101100011 | 111101 | 110011 |
Color Harmonies of #CE3442
Complementary color
Monochromatic Colors of #CE3442
Black with #CE3442
Text Example
Text Example
White with #CE3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3442; }
p { color: rgb(206,52,66); }
H1.HeaderClassName
{
color: #CE3442;
}
.AnyTagClassName
{
color: #CE3442;
}
</style>
background-color css
<style>
a { background-color: #CE3442; }
a { background-color: rgb(206,52,66); }
div.DivClassName
{
background-color: #CE3442;
}
.BgClassName
{
background-color: #CE3442;
}
</style>
border-color css
<style>
span { border-color: #CE3442; }
span { border-color: rgb(206,52,66); }
td.TdClassName
{
border-color: #CE3442;
}
.TagClassName
{
border-color: #CE3442;
}
</style>