Shades of Brick Red #CE2E41
Tints of Brick Red #CE2E41
RGB
CMYK
RGB Variations
Color information
#CE2E41 (or 0xCE2E41) is known color: Brick Red. HEX triplet: CE, 2E and 41. RGB value is (206,46,65). Sum of RGB (Red+Green+Blue) = 206+46+65=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E41 is #31D1BE. Grayscale: #606060. Windows color (decimal): -3264959 or 4271822. OLE color: 4271822.
HSL color Cylindrical-coordinate representation of color #CE2E41: hue angle of 352.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E41 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 65 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.19 |
| HSL | 352.88º | 0.63% | 0.49% | - |
| HSV(B) | 352.88º | 0.78% | 0.81% | - |
| XYZ | 27.38 | 15.46 | 6.54 | - |
| YUV | 96.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 65 | 0 | 0.78 | 0.68 | 0.19 | 352.88 | 0.63 | 0.49 |
| Hex | CE | 2E | 41 | 0 | 4E | 44 | 13 | 161 | 3F | 31 |
| Octal | 316 | 56 | 101 | 0 | 116 | 104 | 23 | 541 | 77 | 61 |
| Binary | 11001110 | 101110 | 1000001 | 0 | 1001110 | 1000100 | 10011 | 101100001 | 111111 | 110001 |
Color Harmonies of #CE2E41
Complementary color
Monochromatic Colors of #CE2E41
Black with #CE2E41
Text Example
Text Example
White with #CE2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E41; }
p { color: rgb(206,46,65); }
H1.HeaderClassName
{
color: #CE2E41;
}
.AnyTagClassName
{
color: #CE2E41;
}
</style>
background-color css
<style>
a { background-color: #CE2E41; }
a { background-color: rgb(206,46,65); }
div.DivClassName
{
background-color: #CE2E41;
}
.BgClassName
{
background-color: #CE2E41;
}
</style>
border-color css
<style>
span { border-color: #CE2E41; }
span { border-color: rgb(206,46,65); }
td.TdClassName
{
border-color: #CE2E41;
}
.TagClassName
{
border-color: #CE2E41;
}
</style>