Shades of Brick Red #CF3E4D
Tints of Brick Red #CF3E4D
RGB
CMYK
RGB Variations
Color information
#CF3E4D (or 0xCF3E4D) is known color: Brick Red. HEX triplet: CF, 3E and 4D. RGB value is (207,62,77). Sum of RGB (Red+Green+Blue) = 207+62+77=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E4D is #30C1B2. Grayscale: #6B6B6B. Windows color (decimal): -3195315 or 5062351. OLE color: 5062351.
HSL color Cylindrical-coordinate representation of color #CF3E4D: hue angle of 353.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3E4D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 77 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.19 |
| HSL | 353.79º | 0.6% | 0.53% | - |
| HSV(B) | 353.79º | 0.7% | 0.81% | - |
| XYZ | 28.79 | 17.25 | 8.83 | - |
| YUV | 107.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 77 | 0 | 0.70 | 0.63 | 0.19 | 353.79 | 0.6 | 0.53 |
| Hex | CF | 3E | 4D | 0 | 46 | 3F | 13 | 162 | 3C | 35 |
| Octal | 317 | 76 | 115 | 0 | 106 | 77 | 23 | 542 | 74 | 65 |
| Binary | 11001111 | 111110 | 1001101 | 0 | 1000110 | 111111 | 10011 | 101100010 | 111100 | 110101 |
Color Harmonies of #CF3E4D
Complementary color
Monochromatic Colors of #CF3E4D
Black with #CF3E4D
Text Example
Text Example
White with #CF3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E4D; }
p { color: rgb(207,62,77); }
H1.HeaderClassName
{
color: #CF3E4D;
}
.AnyTagClassName
{
color: #CF3E4D;
}
</style>
background-color css
<style>
a { background-color: #CF3E4D; }
a { background-color: rgb(207,62,77); }
div.DivClassName
{
background-color: #CF3E4D;
}
.BgClassName
{
background-color: #CF3E4D;
}
</style>
border-color css
<style>
span { border-color: #CF3E4D; }
span { border-color: rgb(207,62,77); }
td.TdClassName
{
border-color: #CF3E4D;
}
.TagClassName
{
border-color: #CF3E4D;
}
</style>