Shades of Brick Red #CF2F4C
Tints of Brick Red #CF2F4C
RGB
CMYK
RGB Variations
Color information
#CF2F4C (or 0xCF2F4C) is known color: Brick Red. HEX triplet: CF, 2F and 4C. RGB value is (207,47,76). Sum of RGB (Red+Green+Blue) = 207+47+76=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F4C is #30D0B3. Grayscale: #626262. Windows color (decimal): -3199156 or 4992975. OLE color: 4992975.
HSL color Cylindrical-coordinate representation of color #CF2F4C: hue angle of 349.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F4C is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 76 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.19 |
| HSL | 349.13º | 0.63% | 0.5% | - |
| HSV(B) | 349.13º | 0.77% | 0.81% | - |
| XYZ | 28.05 | 15.82 | 8.41 | - |
| YUV | 98.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 76 | 0 | 0.77 | 0.63 | 0.19 | 349.13 | 0.63 | 0.5 |
| Hex | CF | 2F | 4C | 0 | 4D | 3F | 13 | 15D | 3F | 32 |
| Octal | 317 | 57 | 114 | 0 | 115 | 77 | 23 | 535 | 77 | 62 |
| Binary | 11001111 | 101111 | 1001100 | 0 | 1001101 | 111111 | 10011 | 101011101 | 111111 | 110010 |
Color Harmonies of #CF2F4C
Complementary color
Monochromatic Colors of #CF2F4C
Black with #CF2F4C
Text Example
Text Example
White with #CF2F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F4C; }
p { color: rgb(207,47,76); }
H1.HeaderClassName
{
color: #CF2F4C;
}
.AnyTagClassName
{
color: #CF2F4C;
}
</style>
background-color css
<style>
a { background-color: #CF2F4C; }
a { background-color: rgb(207,47,76); }
div.DivClassName
{
background-color: #CF2F4C;
}
.BgClassName
{
background-color: #CF2F4C;
}
</style>
border-color css
<style>
span { border-color: #CF2F4C; }
span { border-color: rgb(207,47,76); }
td.TdClassName
{
border-color: #CF2F4C;
}
.TagClassName
{
border-color: #CF2F4C;
}
</style>