Shades of Brick Red #CF2B46
Tints of Brick Red #CF2B46
RGB
CMYK
RGB Variations
Color information
#CF2B46 (or 0xCF2B46) is known color: Brick Red. HEX triplet: CF, 2B and 46. RGB value is (207,43,70). Sum of RGB (Red+Green+Blue) = 207+43+70=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B46 is #30D4B9. Grayscale: #5F5F5F. Windows color (decimal): -3200186 or 4598735. OLE color: 4598735.
HSL color Cylindrical-coordinate representation of color #CF2B46: hue angle of 350.12º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B46 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 70 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.19 |
| HSL | 350.12º | 0.66% | 0.49% | - |
| HSV(B) | 350.12º | 0.79% | 0.81% | - |
| XYZ | 27.7 | 15.44 | 7.31 | - |
| YUV | 95.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 70 | 0 | 0.79 | 0.66 | 0.19 | 350.12 | 0.66 | 0.49 |
| Hex | CF | 2B | 46 | 0 | 4F | 42 | 13 | 15E | 42 | 31 |
| Octal | 317 | 53 | 106 | 0 | 117 | 102 | 23 | 536 | 102 | 61 |
| Binary | 11001111 | 101011 | 1000110 | 0 | 1001111 | 1000010 | 10011 | 101011110 | 1000010 | 110001 |
Color Harmonies of #CF2B46
Complementary color
Monochromatic Colors of #CF2B46
Black with #CF2B46
Text Example
Text Example
White with #CF2B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B46; }
p { color: rgb(207,43,70); }
H1.HeaderClassName
{
color: #CF2B46;
}
.AnyTagClassName
{
color: #CF2B46;
}
</style>
background-color css
<style>
a { background-color: #CF2B46; }
a { background-color: rgb(207,43,70); }
div.DivClassName
{
background-color: #CF2B46;
}
.BgClassName
{
background-color: #CF2B46;
}
</style>
border-color css
<style>
span { border-color: #CF2B46; }
span { border-color: rgb(207,43,70); }
td.TdClassName
{
border-color: #CF2B46;
}
.TagClassName
{
border-color: #CF2B46;
}
</style>