Shades of Brick Red #CF3B4D
Tints of Brick Red #CF3B4D
RGB
CMYK
RGB Variations
Color information
#CF3B4D (or 0xCF3B4D) is known color: Brick Red. HEX triplet: CF, 3B and 4D. RGB value is (207,59,77). Sum of RGB (Red+Green+Blue) = 207+59+77=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3B4D is #30C4B2. Grayscale: #696969. Windows color (decimal): -3196083 or 5061583. OLE color: 5061583.
HSL color Cylindrical-coordinate representation of color #CF3B4D: hue angle of 352.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3B4D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 77 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.19 |
| HSL | 352.7º | 0.61% | 0.52% | - |
| HSV(B) | 352.7º | 0.71% | 0.81% | - |
| XYZ | 28.64 | 16.93 | 8.78 | - |
| YUV | 105.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 77 | 0 | 0.71 | 0.63 | 0.19 | 352.7 | 0.61 | 0.52 |
| Hex | CF | 3B | 4D | 0 | 47 | 3F | 13 | 161 | 3D | 34 |
| Octal | 317 | 73 | 115 | 0 | 107 | 77 | 23 | 541 | 75 | 64 |
| Binary | 11001111 | 111011 | 1001101 | 0 | 1000111 | 111111 | 10011 | 101100001 | 111101 | 110100 |
Color Harmonies of #CF3B4D
Complementary color
Monochromatic Colors of #CF3B4D
Black with #CF3B4D
Text Example
Text Example
White with #CF3B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3B4D; }
p { color: rgb(207,59,77); }
H1.HeaderClassName
{
color: #CF3B4D;
}
.AnyTagClassName
{
color: #CF3B4D;
}
</style>
background-color css
<style>
a { background-color: #CF3B4D; }
a { background-color: rgb(207,59,77); }
div.DivClassName
{
background-color: #CF3B4D;
}
.BgClassName
{
background-color: #CF3B4D;
}
</style>
border-color css
<style>
span { border-color: #CF3B4D; }
span { border-color: rgb(207,59,77); }
td.TdClassName
{
border-color: #CF3B4D;
}
.TagClassName
{
border-color: #CF3B4D;
}
</style>