Shades of Brick Red #CF2C3B
Tints of Brick Red #CF2C3B
RGB
CMYK
RGB Variations
Color information
#CF2C3B (or 0xCF2C3B) is known color: Brick Red. HEX triplet: CF, 2C and 3B. RGB value is (207,44,59). Sum of RGB (Red+Green+Blue) = 207+44+59=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C3B is #30D3C4. Grayscale: #5E5E5E. Windows color (decimal): -3199941 or 3878095. OLE color: 3878095.
HSL color Cylindrical-coordinate representation of color #CF2C3B: hue angle of 354.48º degrees, saturation: 0.65, 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 #CF2C3B is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 59 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.19 |
| HSL | 354.48º | 0.65% | 0.49% | - |
| HSV(B) | 354.48º | 0.79% | 0.81% | - |
| XYZ | 27.42 | 15.38 | 5.66 | - |
| YUV | 94.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 59 | 0 | 0.79 | 0.71 | 0.19 | 354.48 | 0.65 | 0.49 |
| Hex | CF | 2C | 3B | 0 | 4F | 47 | 13 | 162 | 41 | 31 |
| Octal | 317 | 54 | 73 | 0 | 117 | 107 | 23 | 542 | 101 | 61 |
| Binary | 11001111 | 101100 | 111011 | 0 | 1001111 | 1000111 | 10011 | 101100010 | 1000001 | 110001 |
Color Harmonies of #CF2C3B
Complementary color
Monochromatic Colors of #CF2C3B
Black with #CF2C3B
Text Example
Text Example
White with #CF2C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C3B; }
p { color: rgb(207,44,59); }
H1.HeaderClassName
{
color: #CF2C3B;
}
.AnyTagClassName
{
color: #CF2C3B;
}
</style>
background-color css
<style>
a { background-color: #CF2C3B; }
a { background-color: rgb(207,44,59); }
div.DivClassName
{
background-color: #CF2C3B;
}
.BgClassName
{
background-color: #CF2C3B;
}
</style>
border-color css
<style>
span { border-color: #CF2C3B; }
span { border-color: rgb(207,44,59); }
td.TdClassName
{
border-color: #CF2C3B;
}
.TagClassName
{
border-color: #CF2C3B;
}
</style>