Shades of Brick Red #CF2F40
Tints of Brick Red #CF2F40
RGB
CMYK
RGB Variations
Color information
#CF2F40 (or 0xCF2F40) is known color: Brick Red. HEX triplet: CF, 2F and 40. RGB value is (207,47,64). Sum of RGB (Red+Green+Blue) = 207+47+64=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F40 is #30D0BF. Grayscale: #606060. Windows color (decimal): -3199168 or 4206543. OLE color: 4206543.
HSL color Cylindrical-coordinate representation of color #CF2F40: hue angle of 353.62º 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 #CF2F40 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 64 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.19 |
| HSL | 353.63º | 0.63% | 0.5% | - |
| HSV(B) | 353.63º | 0.77% | 0.81% | - |
| XYZ | 27.67 | 15.67 | 6.42 | - |
| YUV | 96.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 64 | 0 | 0.77 | 0.69 | 0.19 | 353.63 | 0.63 | 0.5 |
| Hex | CF | 2F | 40 | 0 | 4D | 45 | 13 | 162 | 3F | 32 |
| Octal | 317 | 57 | 100 | 0 | 115 | 105 | 23 | 542 | 77 | 62 |
| Binary | 11001111 | 101111 | 1000000 | 0 | 1001101 | 1000101 | 10011 | 101100010 | 111111 | 110010 |
Color Harmonies of #CF2F40
Complementary color
Monochromatic Colors of #CF2F40
Black with #CF2F40
Text Example
Text Example
White with #CF2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F40; }
p { color: rgb(207,47,64); }
H1.HeaderClassName
{
color: #CF2F40;
}
.AnyTagClassName
{
color: #CF2F40;
}
</style>
background-color css
<style>
a { background-color: #CF2F40; }
a { background-color: rgb(207,47,64); }
div.DivClassName
{
background-color: #CF2F40;
}
.BgClassName
{
background-color: #CF2F40;
}
</style>
border-color css
<style>
span { border-color: #CF2F40; }
span { border-color: rgb(207,47,64); }
td.TdClassName
{
border-color: #CF2F40;
}
.TagClassName
{
border-color: #CF2F40;
}
</style>