Shades of Brick Red #CF2E49
Tints of Brick Red #CF2E49
RGB
CMYK
RGB Variations
Color information
#CF2E49 (or 0xCF2E49) is known color: Brick Red. HEX triplet: CF, 2E and 49. RGB value is (207,46,73). Sum of RGB (Red+Green+Blue) = 207+46+73=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E49 is #30D1B6. Grayscale: #616161. Windows color (decimal): -3199415 or 4796111. OLE color: 4796111.
HSL color Cylindrical-coordinate representation of color #CF2E49: hue angle of 349.94º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E49 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 73 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.19 |
| HSL | 349.94º | 0.64% | 0.5% | - |
| HSV(B) | 349.94º | 0.78% | 0.81% | - |
| XYZ | 27.91 | 15.7 | 7.86 | - |
| YUV | 97.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 73 | 0 | 0.78 | 0.65 | 0.19 | 349.94 | 0.64 | 0.5 |
| Hex | CF | 2E | 49 | 0 | 4E | 41 | 13 | 15E | 40 | 32 |
| Octal | 317 | 56 | 111 | 0 | 116 | 101 | 23 | 536 | 100 | 62 |
| Binary | 11001111 | 101110 | 1001001 | 0 | 1001110 | 1000001 | 10011 | 101011110 | 1000000 | 110010 |
Color Harmonies of #CF2E49
Complementary color
Monochromatic Colors of #CF2E49
Black with #CF2E49
Text Example
Text Example
White with #CF2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E49; }
p { color: rgb(207,46,73); }
H1.HeaderClassName
{
color: #CF2E49;
}
.AnyTagClassName
{
color: #CF2E49;
}
</style>
background-color css
<style>
a { background-color: #CF2E49; }
a { background-color: rgb(207,46,73); }
div.DivClassName
{
background-color: #CF2E49;
}
.BgClassName
{
background-color: #CF2E49;
}
</style>
border-color css
<style>
span { border-color: #CF2E49; }
span { border-color: rgb(207,46,73); }
td.TdClassName
{
border-color: #CF2E49;
}
.TagClassName
{
border-color: #CF2E49;
}
</style>