Shades of Brick Red #CE3241
Tints of Brick Red #CE3241
RGB
CMYK
RGB Variations
Color information
#CE3241 (or 0xCE3241) is known color: Brick Red. HEX triplet: CE, 32 and 41. RGB value is (206,50,65). Sum of RGB (Red+Green+Blue) = 206+50+65=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3241 is #31CDBE. Grayscale: #626262. Windows color (decimal): -3263935 or 4272846. OLE color: 4272846.
HSL color Cylindrical-coordinate representation of color #CE3241: hue angle of 354.23º 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 #CE3241 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 65 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.19 |
| HSL | 354.23º | 0.61% | 0.5% | - |
| HSV(B) | 354.23º | 0.76% | 0.81% | - |
| XYZ | 27.55 | 15.78 | 6.6 | - |
| YUV | 98.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 65 | 0 | 0.76 | 0.68 | 0.19 | 354.23 | 0.61 | 0.5 |
| Hex | CE | 32 | 41 | 0 | 4C | 44 | 13 | 162 | 3D | 32 |
| Octal | 316 | 62 | 101 | 0 | 114 | 104 | 23 | 542 | 75 | 62 |
| Binary | 11001110 | 110010 | 1000001 | 0 | 1001100 | 1000100 | 10011 | 101100010 | 111101 | 110010 |
Color Harmonies of #CE3241
Complementary color
Monochromatic Colors of #CE3241
Black with #CE3241
Text Example
Text Example
White with #CE3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3241; }
p { color: rgb(206,50,65); }
H1.HeaderClassName
{
color: #CE3241;
}
.AnyTagClassName
{
color: #CE3241;
}
</style>
background-color css
<style>
a { background-color: #CE3241; }
a { background-color: rgb(206,50,65); }
div.DivClassName
{
background-color: #CE3241;
}
.BgClassName
{
background-color: #CE3241;
}
</style>
border-color css
<style>
span { border-color: #CE3241; }
span { border-color: rgb(206,50,65); }
td.TdClassName
{
border-color: #CE3241;
}
.TagClassName
{
border-color: #CE3241;
}
</style>