Shades of Brick Red #CF2E4A
Tints of Brick Red #CF2E4A
RGB
CMYK
RGB Variations
Color information
#CF2E4A (or 0xCF2E4A) is known color: Brick Red. HEX triplet: CF, 2E and 4A. RGB value is (207,46,74). Sum of RGB (Red+Green+Blue) = 207+46+74=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E4A is #30D1B5. Grayscale: #616161. Windows color (decimal): -3199414 or 4861647. OLE color: 4861647.
HSL color Cylindrical-coordinate representation of color #CF2E4A: hue angle of 349.57º 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 #CF2E4A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 74 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.19 |
| HSL | 349.57º | 0.64% | 0.5% | - |
| HSV(B) | 349.57º | 0.78% | 0.81% | - |
| XYZ | 27.95 | 15.71 | 8.04 | - |
| YUV | 97.33 | 114.84 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 74 | 0 | 0.78 | 0.64 | 0.19 | 349.57 | 0.64 | 0.5 |
| Hex | CF | 2E | 4A | 0 | 4E | 40 | 13 | 15E | 40 | 32 |
| Octal | 317 | 56 | 112 | 0 | 116 | 100 | 23 | 536 | 100 | 62 |
| Binary | 11001111 | 101110 | 1001010 | 0 | 1001110 | 1000000 | 10011 | 101011110 | 1000000 | 110010 |
Color Harmonies of #CF2E4A
Complementary color
Monochromatic Colors of #CF2E4A
Black with #CF2E4A
Text Example
Text Example
White with #CF2E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E4A; }
p { color: rgb(207,46,74); }
H1.HeaderClassName
{
color: #CF2E4A;
}
.AnyTagClassName
{
color: #CF2E4A;
}
</style>
background-color css
<style>
a { background-color: #CF2E4A; }
a { background-color: rgb(207,46,74); }
div.DivClassName
{
background-color: #CF2E4A;
}
.BgClassName
{
background-color: #CF2E4A;
}
</style>
border-color css
<style>
span { border-color: #CF2E4A; }
span { border-color: rgb(207,46,74); }
td.TdClassName
{
border-color: #CF2E4A;
}
.TagClassName
{
border-color: #CF2E4A;
}
</style>