Shades of Brick Red #CE2449
Tints of Brick Red #CE2449
RGB
CMYK
RGB Variations
Color information
#CE2449 (or 0xCE2449) is known color: Brick Red. HEX triplet: CE, 24 and 49. RGB value is (206,36,73). Sum of RGB (Red+Green+Blue) = 206+36+73=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2449 is #31DBB6. Grayscale: #5B5B5B. Windows color (decimal): -3267511 or 4793550. OLE color: 4793550.
HSL color Cylindrical-coordinate representation of color #CE2449: hue angle of 346.94º degrees, saturation: 0.7, 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 #CE2449 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 73 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.19 |
| HSL | 346.94º | 0.7% | 0.47% | - |
| HSV(B) | 346.94º | 0.83% | 0.81% | - |
| XYZ | 27.29 | 14.86 | 7.73 | - |
| YUV | 91.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 73 | 0 | 0.83 | 0.65 | 0.19 | 346.94 | 0.7 | 0.47 |
| Hex | CE | 24 | 49 | 0 | 53 | 41 | 13 | 15B | 46 | 2F |
| Octal | 316 | 44 | 111 | 0 | 123 | 101 | 23 | 533 | 106 | 57 |
| Binary | 11001110 | 100100 | 1001001 | 0 | 1010011 | 1000001 | 10011 | 101011011 | 1000110 | 101111 |
Color Harmonies of #CE2449
Complementary color
Monochromatic Colors of #CE2449
Black with #CE2449
Text Example
Text Example
White with #CE2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2449; }
p { color: rgb(206,36,73); }
H1.HeaderClassName
{
color: #CE2449;
}
.AnyTagClassName
{
color: #CE2449;
}
</style>
background-color css
<style>
a { background-color: #CE2449; }
a { background-color: rgb(206,36,73); }
div.DivClassName
{
background-color: #CE2449;
}
.BgClassName
{
background-color: #CE2449;
}
</style>
border-color css
<style>
span { border-color: #CE2449; }
span { border-color: rgb(206,36,73); }
td.TdClassName
{
border-color: #CE2449;
}
.TagClassName
{
border-color: #CE2449;
}
</style>