Shades of Brick Red #CE2E45
Tints of Brick Red #CE2E45
RGB
CMYK
RGB Variations
Color information
#CE2E45 (or 0xCE2E45) is known color: Brick Red. HEX triplet: CE, 2E and 45. RGB value is (206,46,69). Sum of RGB (Red+Green+Blue) = 206+46+69=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E45 is #31D1BA. Grayscale: #606060. Windows color (decimal): -3264955 or 4533966. OLE color: 4533966.
HSL color Cylindrical-coordinate representation of color #CE2E45: hue angle of 351.38º 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 #CE2E45 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 69 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.19 |
| HSL | 351.38º | 0.63% | 0.49% | - |
| HSV(B) | 351.38º | 0.78% | 0.81% | - |
| XYZ | 27.5 | 15.51 | 7.17 | - |
| YUV | 96.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 69 | 0 | 0.78 | 0.67 | 0.19 | 351.38 | 0.63 | 0.49 |
| Hex | CE | 2E | 45 | 0 | 4E | 43 | 13 | 15F | 3F | 31 |
| Octal | 316 | 56 | 105 | 0 | 116 | 103 | 23 | 537 | 77 | 61 |
| Binary | 11001110 | 101110 | 1000101 | 0 | 1001110 | 1000011 | 10011 | 101011111 | 111111 | 110001 |
Color Harmonies of #CE2E45
Complementary color
Monochromatic Colors of #CE2E45
Black with #CE2E45
Text Example
Text Example
White with #CE2E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E45; }
p { color: rgb(206,46,69); }
H1.HeaderClassName
{
color: #CE2E45;
}
.AnyTagClassName
{
color: #CE2E45;
}
</style>
background-color css
<style>
a { background-color: #CE2E45; }
a { background-color: rgb(206,46,69); }
div.DivClassName
{
background-color: #CE2E45;
}
.BgClassName
{
background-color: #CE2E45;
}
</style>
border-color css
<style>
span { border-color: #CE2E45; }
span { border-color: rgb(206,46,69); }
td.TdClassName
{
border-color: #CE2E45;
}
.TagClassName
{
border-color: #CE2E45;
}
</style>