Shades of Brick Red #CF2E3E
Tints of Brick Red #CF2E3E
RGB
CMYK
RGB Variations
Color information
#CF2E3E (or 0xCF2E3E) is known color: Brick Red. HEX triplet: CF, 2E and 3E. RGB value is (207,46,62). Sum of RGB (Red+Green+Blue) = 207+46+62=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2E3E is #30D1C1. Grayscale: #606060. Windows color (decimal): -3199426 or 4075215. OLE color: 4075215.
HSL color Cylindrical-coordinate representation of color #CF2E3E: hue angle of 354.04º 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 #CF2E3E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 62 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.19 |
| HSL | 354.04º | 0.64% | 0.5% | - |
| HSV(B) | 354.04º | 0.78% | 0.81% | - |
| XYZ | 27.58 | 15.57 | 6.11 | - |
| YUV | 95.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 62 | 0 | 0.78 | 0.70 | 0.19 | 354.04 | 0.64 | 0.5 |
| Hex | CF | 2E | 3E | 0 | 4E | 46 | 13 | 162 | 40 | 32 |
| Octal | 317 | 56 | 76 | 0 | 116 | 106 | 23 | 542 | 100 | 62 |
| Binary | 11001111 | 101110 | 111110 | 0 | 1001110 | 1000110 | 10011 | 101100010 | 1000000 | 110010 |
Color Harmonies of #CF2E3E
Complementary color
Monochromatic Colors of #CF2E3E
Black with #CF2E3E
Text Example
Text Example
White with #CF2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E3E; }
p { color: rgb(207,46,62); }
H1.HeaderClassName
{
color: #CF2E3E;
}
.AnyTagClassName
{
color: #CF2E3E;
}
</style>
background-color css
<style>
a { background-color: #CF2E3E; }
a { background-color: rgb(207,46,62); }
div.DivClassName
{
background-color: #CF2E3E;
}
.BgClassName
{
background-color: #CF2E3E;
}
</style>
border-color css
<style>
span { border-color: #CF2E3E; }
span { border-color: rgb(207,46,62); }
td.TdClassName
{
border-color: #CF2E3E;
}
.TagClassName
{
border-color: #CF2E3E;
}
</style>