Shades of Brick Red #CE2244
Tints of Brick Red #CE2244
RGB
CMYK
RGB Variations
Color information
#CE2244 (or 0xCE2244) is known color: Brick Red. HEX triplet: CE, 22 and 44. RGB value is (206,34,68). Sum of RGB (Red+Green+Blue) = 206+34+68=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2244 is #31DDBB. Grayscale: #595959. Windows color (decimal): -3268028 or 4465358. OLE color: 4465358.
HSL color Cylindrical-coordinate representation of color #CE2244: hue angle of 348.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2244 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 68 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.19 |
| HSL | 348.14º | 0.72% | 0.47% | - |
| HSV(B) | 348.14º | 0.83% | 0.81% | - |
| XYZ | 27.07 | 14.68 | 6.88 | - |
| YUV | 89.3 | 115.98 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 68 | 0 | 0.83 | 0.67 | 0.19 | 348.14 | 0.72 | 0.47 |
| Hex | CE | 22 | 44 | 0 | 53 | 43 | 13 | 15C | 48 | 2F |
| Octal | 316 | 42 | 104 | 0 | 123 | 103 | 23 | 534 | 110 | 57 |
| Binary | 11001110 | 100010 | 1000100 | 0 | 1010011 | 1000011 | 10011 | 101011100 | 1001000 | 101111 |
Color Harmonies of #CE2244
Complementary color
Monochromatic Colors of #CE2244
Black with #CE2244
Text Example
Text Example
White with #CE2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2244; }
p { color: rgb(206,34,68); }
H1.HeaderClassName
{
color: #CE2244;
}
.AnyTagClassName
{
color: #CE2244;
}
</style>
background-color css
<style>
a { background-color: #CE2244; }
a { background-color: rgb(206,34,68); }
div.DivClassName
{
background-color: #CE2244;
}
.BgClassName
{
background-color: #CE2244;
}
</style>
border-color css
<style>
span { border-color: #CE2244; }
span { border-color: rgb(206,34,68); }
td.TdClassName
{
border-color: #CE2244;
}
.TagClassName
{
border-color: #CE2244;
}
</style>